summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* systemd: add one more md5ptxdist-2019.03.1stable/ptxdist-2019.03.xMichael Olbrich2019-03-111-1/+1
| | | | | | | | | | The two URLs provide tarballs with a different md5. The only difference is the name of the top-level directory: 'systemd-<hash>/' vs. 'systemd-stable-<hash>/'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a160557004e204bf97e7a5ca224a5266818eac81) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: fix building with QtWayland enabled and QtDeclarative disabledptxdist-2019.03.0Michael Olbrich2019-03-082-1/+6
| | | | | | | The QtwQtWayland QML plugins are only built when QtDeclarative is enabled, so don't try to install them otherwise. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libmxml: version bump 2.11 -> 2.12Michael Olbrich2019-03-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcurl: version bump 7.62.0 -> 7.64.0Michael Olbrich2019-03-071-3/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openocd: don't try to autodetect ccacheRoland Hieber2019-03-071-0/+2
| | | | | | | | | | | | | | | | When ccache is installed, but not setup correctly (which can happen in a multi-user environment), compilation through ccache fails with errors: ccache: error: Failed to create temporary file for /home/$myuser/.ccache/6/9/38a65e8588a5ef2f13b83b639a9ec8-3865.manifest.tmp: Permission denied Switch ccache off unconditionally and instead rely on the PTXCONF_SETUP_CCACHE setting to inject ccache when it is selected in the ptxdist setup. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: fix installation of y4mdec pluginMichael Tretter2019-03-041-1/+1
| | | | | | | | | | | The variable for plugins that shall be installed is GST_PLUGINS_BAD1_ENABLEP-y. Due to typo in the variable name, the y4mdec plugin is built, but not installed into the rootfs. Fix the typo to fix the installation of this plugin. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* elfutils: rework patchesMichael Olbrich2019-03-0416-459/+483
| | | | | | | Drop unnecessary patches and script the patch import to make it reproducible. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* version bump elfutils 174 -> 176Oleksij Rempel2019-03-0416-2/+2779
| | | | | | | and take over patches from debian. It is needed to make MIPS work. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xmlstarlet: fix linking when libssl is built without zlibRoland Hieber2019-03-042-19/+23
| | | | | | | | | | | Adapt the already existing patch and its description to prevent a [...]/arm-v7a-linux-gnueabihf/bin/ld: cannot find -lz error message when building openssl without zlib support. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xmlstarlet: convert old patch series with git-ptx-patchesRoland Hieber2019-03-045-45/+44
| | | | | | | | | | | | | | | | When using git-ptx-patches, it adds additional headers inserted by default by git-format-patch. Get rid of this diff for future changes in the patch series while still staying compatible with the quilt instead of git-ptx-patches workflow. The date headers were reverse-engineered from Git history, the Applied-Upstream tags were added based on the patch tracking information of the patches. No functional changes. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* yajl: fix URLMichael Olbrich2019-03-021-2/+2
| | | | | | | The content of the tarball is the same but the toplevel directory is different, so a new md5 is needed. Keep the old one for existing tarballs. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* samba: version bump 3.0.37 -> 4.9.4Michael Olbrich2019-03-0214-551/+196
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_init: set pkg_conf_env if no conf tool is definedMichael Olbrich2019-03-021-1/+6
| | | | | | This is useful if world/execute is used in the prepare stage. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: fix architecture selectionMichael Olbrich2019-03-021-19/+13
| | | | | | | Only debian-i386 remains for 32 bit x86. debian-armeb is also gone. Use ':=' brecause only one architecture makes sense here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gmake: remove after on year in stagingMichael Olbrich2019-03-012-76/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dconf: remove after on year in stagingMichael Olbrich2019-03-012-89/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apr: remove after on year in stagingMichael Olbrich2019-03-014-188/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apr-util: remove after on year in stagingMichael Olbrich2019-03-015-162/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apache2: remove after on year in stagingMichael Olbrich2019-03-019-713/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* apache2_mod_python: remove after on year in stagingMichael Olbrich2019-03-018-535/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Kconfig: remove empty sub-menuMichael Olbrich2019-03-011-3/+0
| | | | | | The last packages was moved to staging. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* networkmanager: configure with polkit if POLKIT is enabledBaeuerle, Florian2019-03-012-1/+9
| | | | | | | Also install NetworkManagers polkit policy-files when POLKIT is enabled. Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptrtd: move to stagingRoland Hieber2019-03-011-3/+9
| | | | | | | | Unmaintained version of a probably no longer needed software, both URLs dead or claim deadness. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: daily work: multi images: fix typos and apply more markupRoland Hieber2019-03-011-3/+3
| | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: install polkit policy filesBaeuerle, Florian2019-03-011-0/+4
| | | | | Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: help: --force also exists as the short option -fRoland Hieber2019-03-011-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rauc: select busybox features if using busybox tarRouven Czerwinski2019-03-011-1/+3
| | | | | | | | | | | | Select BUSYBOX_CONFIG_FEATURE_TAR_AUTODETECT and BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR is enabled. These options are required according to the documentation avilable at [1]. While at it convert the space to tab after the if for long options. [1]: https://rauc.readthedocs.io/en/v1.0/integration.html#required-target-tools Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox: set architecture for mipsOleksij Rempel2019-03-011-0/+1
| | | | | Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2o -> 1.1.1bMichael Olbrich2019-03-0117-917/+296
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* msmtp: disable OpenSSL backendMichael Olbrich2019-03-011-0/+2
| | | | | | It fails to build with OpenSSL 1.1.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslog-ng: move to stagingMichael Olbrich2019-03-011-1/+7
| | | | | | It fails to build with OpenSSL 1.1.x and needs to be updated. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: disable broken ssl supportMichael Olbrich2019-03-011-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt4: disable broken ssl supportMichael Olbrich2019-03-011-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openldap: disable broken ssl supportMichael Olbrich2019-03-011-0/+2
| | | | | | Updating to a new version is needed to build with OpenSSL 1.1.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* links: disable broken ssl supportMichael Olbrich2019-03-011-0/+2
| | | | | | Updating to a new version is needed to build with OpenSSL 1.1.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* net-snmp: disable broken crypto supportMichael Olbrich2019-03-011-0/+2
| | | | | | Updating to net-snmp 5.8 is needed to build with OpenSSL 1.1.x. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: select termcap as alternative for cursesBastian Krause2019-02-262-1/+3
| | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: use ptx/ifdef and ptx/wwo macrosBastian Krause2019-02-261-11/+5
| | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lvm2: enable udev sync if systemd is enabledBastian Krause2019-02-262-0/+10
| | | | | | | | | udev sync makes sure that the mapping devices in /dev/mapper/ are symlinks to /dev/dm-X and systemd can now track the device status of the mapping devices via udev. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add some parallel building fixesMichael Olbrich2019-02-263-0/+139
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libconfig: Move back from stagingIan Abbott2019-02-261-7/+1
| | | | | Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libconfig: version bump 1.4.9 -> 1.7.2Ian Abbott2019-02-261-3/+3
| | | | | | | The old version is no longer downloadable so use the latest version. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.6.3 -> 5.12.1Michael Olbrich2019-02-2620-1083/+3490
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-cmake: version bump 3.13.1 -> 3.13.4Michael Olbrich2019-02-261-2/+2
| | | | | | | Without this building poppler with Qt 5.12.1 fails because '-I/usr/include' is added to the cflags. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* yail: whitespace and other cleanupsMichael Olbrich2019-02-261-10/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ima-evm-utils: version bump to 1.1Juergen Borleis2019-02-2615-107/+136
| | | | | | | This version bump also adds support for openssl-1.1.x. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: improve the suboption name scheme descriptionJuergen Borleis2019-02-261-3/+4
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: follow the rule to use breaking linesJuergen Borleis2019-02-261-3/+4
| | | | | | | Synchronize the examples. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* doc: mention dedicated PTXdist macros to be used in rule filesJuergen Borleis2019-02-261-31/+9
| | | | | | | | | In order to simplify rule files, it's worth to use more of the provided rule file option macros PTXdist already provides. Show only this optimized example and remove the previous version from the old days. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-autotools-autoconf: fix m4 pathMichael Olbrich2019-02-261-1/+2
| | | | | | | | | The path for m4 already is the full path in sysroot-host. Replace it with the current sysroot-host in case we just extracted a dev package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Tested-by: Jon Ringle <jringle@gridpoint.com>