summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* alsa-libs: honor inter-package dependenciesJuergen Borleis2019-11-041-0/+2
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* alsa-lib: provide a way to limit the PCM modulesJuergen Borleis2019-11-042-2/+19
| | | | | | | | | | | | | | On some platforms it makes sense to limit the available PCM modules to the really required ones (application specific) or useful ones (hardware specific). This change enables the user to select specific modules which will be later on present in the run-time system. To be backward compatible, the default keyword 'all' will still build all available PCM modules. The list of available PCM modules is part of the package's 'configure' help text. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nss: fix building on ARMv7Michael Olbrich2019-11-044-36/+43
| | | | | | | The code is not NEON in general, but ARMv8 code. Just don't compile it for ARCH = 'arm'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nss: fix building on ARMv5Michael Olbrich2019-11-013-2/+36
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-fsl_vpu: move to stagingMichael Olbrich2019-11-011-1/+6
| | | | | | Deprecated for a long time and fails to build with latest glib. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.60.3 -> 2.62.2Michael Olbrich2019-10-311-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib-networking: version bump 2.56.0 -> 2.62.1Michael Olbrich2019-10-313-59/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nss: version bump 3.46 -> 3.47Michael Olbrich2019-10-315-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnutls: version bump 3.6.9 -> 3.6.10Michael Olbrich2019-10-311-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: don't intall the headersMichael Olbrich2019-10-301-1/+3
| | | | | | They are not needed and confuse older u-boot versions. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-src-make-prog: remove bogus _MD5 lineMichael Olbrich2019-10-291-1/+0
| | | | | | It's a template with a directory in local_src/. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-font: cleanupMichael Olbrich2019-10-291-2/+3
| | | | | | Fix indention and add _LICENSE line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-kernel: cleanup paths and namesMichael Olbrich2019-10-291-7/+6
| | | | | | | | | Order the variables like the other templates. And make use of <PKG>_PATCHES. This makes it possible to use a regular <PKG> that is unique. Update SPDX license identifier and remove bogus 'prepare' line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-barebox: cleanup paths and namesMichael Olbrich2019-10-291-4/+5
| | | | | | | | Order the variables like the other templates. And make use of <PKG>_PATCHES. This makes it possible to use a regular <PKG> that is unique. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-kernel: use ptx/nlMichael Olbrich2019-10-291-1/+1
| | | | | | Otherwise, errors might be ignored. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template-barebox: use ptx/nlMichael Olbrich2019-10-291-2/+2
| | | | | | Otherwise, errors might be ignored. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_clean: delete images if definedMichael Olbrich2019-10-292-1/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libptxdist: add new function ptxd_execMichael Olbrich2019-10-291-0/+10
| | | | | | | | It is very similar to ptxd_eval but it runs the command directly instead of using eval. It is useful to allow printing complex commands when using '--verbose'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_lib_dgen: propagate config changes for virtual packagesMichael Olbrich2019-10-291-2/+4
| | | | | | | Add the config options of virtual packages to the config hash of those that depend in it. Otherwise, changes may not trigger necessary rebuilds. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dtc: always use host-dtcMichael Olbrich2019-10-294-16/+2
| | | | | | | It's the upstream, so we can always get a recent enough version. And it provides more tools that will be needed to create fit images. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dtc: updateMichael Olbrich2019-10-292-3/+6
| | | | | | | | * use 1.5.1 by default * use https download instead of git * don't try to use Python, yaml and valgrind Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 19.2.1 -> 19.2.2Philipp Zabel2019-10-281-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libinput: version bump 1.14.2 -> 1.14.3Philipp Zabel2019-10-281-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* freetype: version bump 2.9.1 -> 2.10.1Michael Olbrich2019-10-254-8/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* harfbuzz: version bump 1.8.1 -> 2.6.2Michael Olbrich2019-10-252-6/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* README: updateRoland Hieber2019-10-251-78/+13
| | | | | | | | | | | | | | Remove the unclear "Necessary Packages" section, when reading this README, the sources are obviously already available. Add links to the web documentation, which also contains all relevant info about directory structure, quickstart, patching, etc. Keep the overall idea as a very short intro for new users. Apply copy editing and very small improvements in the "Idea" section. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wget: add license identifierHubert Feurstein2019-10-251-0/+4
| | | | | | Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Reviewed-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap: always use version 1.16Michael Olbrich2019-10-252-13/+2
| | | | | | | This has been the latest release for a long time and there will be no new releases. So use this version explicitly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mc: install skins and configurationLadislav Michl2019-10-251-0/+2
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: fix gdb helperMichael Olbrich2019-10-251-0/+11
| | | | | | Add sysroot to the search prefix. Otherwise gst_gdb.py is not found. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: setup_auto_version: always pick the correct versionMichael Olbrich2019-10-251-1/+1
| | | | | | | | Even if -f / --force is used. Otherwise, using --force for non-version related issues can have unexpected results because the wrong version is used. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: _check_config_platform: configfile_version should be localMichael Olbrich2019-10-251-0/+1
| | | | | | | It's not needed outside of the function and may not be set. Make it local to avoid unexpected effects in the future. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: _get_config_ptx: make sure configfile_version is always definedMichael Olbrich2019-10-251-5/+3
| | | | | | | It may be used outside the function, so check PTXDIST_FORCE only on failure. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sudo: fix missing runtime librariesBruno Thomsen2019-10-241-1/+1
| | | | | | | | | | | | | | | Package version bump to 1.8.28 included a configuration change that cause runtime errors like the once below when gcc libs are missing on target. sudo: error while loading shared libraries: libasan.so.5: cannot open shared object file: No such file or directory sudo: error while loading shared libraries: libubsan.so.1: cannot open shared object file: No such file or directory Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libmxml: handle new upstream tarballMichael Olbrich2019-10-241-3/+4
| | | | | | | | Upstream uploaded a new tarball that includes the extra subdirectory. This is incompatible, so change the LIBMXML_SOURCE to ensure that everybody uses the new tarball. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* intel-gmmlib: fix md5Michael Olbrich2019-10-221-1/+1
| | | | | | It was accidentally missing from the version bump. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* intel-gmmlib: version bump 19.2.4 -> 19.3.3Michael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libarchive: don't use e2fsprogs without depending on itMichael Olbrich2019-10-221-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pango: no visible sub-options so don't use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-openocd: no sub-options so don't use menuconfigMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: add spaces for correct indentionMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* igt-gpu-tools: add spaces for correct indentionMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* krb5: add spaces for correct indentionMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* linuxptp: packages with suboptions should use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* svgalib: packages with suboptions should use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wlroots: packages with suboptions should use menuconfigMichael Olbrich2019-10-221-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* strongswan: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* sqlitecpp: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* radvd: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* netperf: packges should be tristateMichael Olbrich2019-10-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>