summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mtdutils: fix support for creating extended attributes with inode numberMarc Kleine-Budde2015-06-121-2/+2
| | | | | | Use EINVAL instead of -EINVAL for errno. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* qt5: remove bogus rpathsMichael Olbrich2015-06-121-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1m -> 1.0.2bMichael Olbrich2015-06-1219-378/+202
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pre/Rules: simplify clean: don't check for existanceMarc Kleine-Budde2015-06-111-3/+1
| | | | | | | | Don't check for existance before rm -rf: - rm -f doesn't fail, if target doesn't exist - we will not delete links with non existing targets Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_extract.sh: complete get rid of deleting pkg_extract_dirMarc Kleine-Budde2015-06-111-1/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_patchin: remove leading 0 from patch numberMarc Kleine-Budde2015-06-111-1/+1
| | | | | | | ...otherweise bash would interprete the number as octal. This fails if the patch number contains a figure >= 8. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_extract.sh: don't remove pkg_extract_dir too early, it might ↵Marc Kleine-Budde2015-06-111-1/+1
| | | | | | | | | | point to builddir This patch fixes: eeb8ec75531b ptxd_make_world_extract: remove pkg_extract_dir before creating it Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* fakeroot: fix compilation, add missing libcap dependencyMarc Kleine-Budde2015-06-111-0/+1
| | | | | | | | | | Since commit cfb6bdabb870 fakeroot: version bump to 1.20.2 fakeroot needs libcap to compile. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxd_make_world_extract: remove pkg_extract_dir before creating itMarc Kleine-Budde2015-06-111-0/+1
| | | | | | ...pkg_extract_dir might be a link from a previous local_src/ override. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* mtd-utils: fix support for creating extended attributes with inode numberMarc Kleine-Budde2015-06-111-11/+70
| | | | | | | | This patch fixes commit: d5bfbcab5d29 mts-utils: mkfs.ubifs: add support for optionally creating extended attributes with inode number Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ima-evm-utils: add support to read inode number from extended attributeMarc Kleine-Budde2015-06-094-2/+160
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* mts-utils: mkfs.ubifs: add support for optionally creating extended ↵Marc Kleine-Budde2015-06-096-1/+798
| | | | | | | | attributes with inode number This is needed when offline signing the ubifs with ima/eva attributes. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* fakeroot: version bump to 1.20.2Marc Kleine-Budde2015-06-097-9/+195
| | | | | | Add patch to support fakerooting "evmctl sign". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* python-django: build with new python helperMichael Olbrich2015-06-091-25/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* simplerpl: build with new python helperMichael Olbrich2015-06-091-22/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pyzmq: build with new python helperMichael Olbrich2015-06-091-15/+4
| | | | | | Fix using system libzmq while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-routing: build with new python helperMichael Olbrich2015-06-091-23/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-rplicmp: build with new python helperMichael Olbrich2015-06-093-24/+29
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pyserial: build with new python helperMichael Olbrich2015-06-091-26/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-cython: build with new python helperMichael Olbrich2015-06-091-18/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* flup: build with new python helperMichael Olbrich2015-06-091-22/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pyserial3: build with new python helperMichael Olbrich2015-06-091-26/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-protobuf: build with new python helperMichael Olbrich2015-06-091-23/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-imaging: build with new python helperMichael Olbrich2015-06-091-25/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python-setuptools: build with new python helperMichael Olbrich2015-06-091-23/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add helper to build python packagesMichael Olbrich2015-06-099-21/+88
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: QtWebEngine needs at least ARMv6Michael Olbrich2015-06-052-0/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: give qmake the 'default' gcc options, so it can generate the correct ↵Michael Olbrich2015-06-052-4/+13
| | | | | | gyp options Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_common: cmake generated makefiles check if VERBOSE is set, ↵Michael Olbrich2015-06-051-1/+1
| | | | | | not the value Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: install QtWebChannel filesMichael Olbrich2015-06-041-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-python-setuptools: fix name clashMichael Olbrich2015-06-031-4/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5examples: update to 5.4.2 changesMichael Olbrich2015-06-032-1912/+1913
| | | | | | Also sort files to be more deterministic in the future. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ima-evm-utils: don't generate man pageMichael Olbrich2015-06-032-0/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pslib: don't generate docsMichael Olbrich2015-06-031-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* django: menu entries are lower caseRobert Schwebel2015-06-031-1/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lighttpd: add /etc/lighttpd/conf.dRobert Schwebel2015-06-031-0/+1
| | | | | | | This directory is needed for plugin configs. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* radvd: version bump 1.12 -> 2.11Robert Schwebel2015-06-032-3/+10
| | | | | | | The new version doesn't need libdaemon any more. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-protobuf: add new packageRobert Schwebel2015-06-032-0/+95
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hosttools: add python setuptoolsRobert Schwebel2015-06-032-0/+63
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: fix timesyncd without networkdMichael Olbrich2015-06-032-1/+31
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: rename debug filesMichael Olbrich2015-06-031-1/+1
| | | | | | | Keeping the name of the original file can confuse tools that search for files named e.g. '*.so'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cbenchsuite: Initial commit, v1.0Markus Pargmann2015-06-036-0/+693
| | | | | | | Add a rule for cbenchsuite. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* git-ptx-patches: play nice with patches managed by other toolsMichael Olbrich2015-06-032-3/+19
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: another parallel build dependency fixMichael Olbrich2015-06-031-4/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.4.1 -> 5.4.2Michael Olbrich2015-06-028-239/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: fix building with older host compilersMichael Olbrich2015-06-022-1/+26
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* upstart: remove after more than one year in stagingMichael Olbrich2015-06-0226-481/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hal: remove after one year in stagingMichael Olbrich2015-06-022-293/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* policykit: remove after one year in stagingMichael Olbrich2015-06-025-189/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mysql: remove after more than one year in stagingMichael Olbrich2015-06-0213-1264/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>