summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* busybox: version bump 1.28.3 -> 1.29.3Clemens Gruber2018-09-2724-38/+192
| | | | | | | Drop upstreamed patch and update configs. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-squashfs: add rules for generic squashfs imageBaeuerle, Florian2018-07-311-0/+8
| | | | | This adds rules for generating a squashfs image from the root filesystem via genimage.
* setup: add primary GNU download URLMichael Olbrich2018-05-222-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.27.2 -> 1.28.3Michael Olbrich2018-05-2125-3268/+3362
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: fix & x.org default mirrorMichael Olbrich2018-03-062-2/+2
| | | | | | | The '/individual' should not be there. Also use https and ftp.x.org/archive. The old URLs permanently redirect there. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* images: rauc.config: use @IMAGE@ for generating rauc bundle nameEnrico Jorns2018-01-121-1/+1
| | | | | | | | Like in other image recipes, this will allow customizing the name of the generated artifact from the corresponding image recipe Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: fix X.org mirror default URLsMichael Olbrich2017-12-032-2/+2
| | | | | | | - Fix ftp.x.org URL. - Remove ftp.sunet.se. It stopped mirroring X.org. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* toolchain-*.cmake: improve search path handlingMichael Olbrich2017-11-102-0/+11
| | | | | | | | | | | The toolchain wrappers add the search directories to the compiler command line. Mark them as implicit directories, so that cmake won't add them again. This prevents problems caused by an unexpected search order. Without this building the poppler qt5 wrapper may fail if qt4 is install into sysroot-target. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.26.2 -> 1.27.2Clemens Gruber2017-09-0520-752/+763
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: don't use 'realpath'Michael Olbrich2017-05-181-3/+7
| | | | | | It's not available on older Linux distributions. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: qemu-cross: make sure the linker does not read /etc/ld.so.cacheMichael Olbrich2017-05-151-0/+45
| | | | | | | | By default the target linker will read /etc/ld.so.cache of the build host. This causes qemu-ppc to crash on a x86_64 host. Avoid this by explicitly calling the dynamic linker with '--inhibit-cache'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add meson conf toolMichael Olbrich2017-04-131-0/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-rauc: new packageEnrico Jorns2017-03-241-0/+17
| | | | | | | | | | | | | | | | | This adds a default image recipe for building a RAUC update Bundle out of the systems rootfs. In order to sign your update (mandatory) you need to place a valid certificate and key file in your BSP. Their location is default they are currently expected to be located at: $(PTXDIST_PLATFORMCONFIGDIR)/config/rauc/rauc.key.pem (key) $(PTXDIST_PLATFORMCONFIGDIR)/config/rauc/rauc.cert.pem (cert) PTXdist will then create the bundle during a run of `ptxdist images`. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: update version 1.25.1 -> 1.26.2Clemens Gruber2017-02-0719-1961/+1811
| | | | | | | | Also update the busybox config tree and use the split-up IFUP and IFDOWN symbols in initmethod-*.in. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hostapd: version bump 2.5-> 2.6Ulrich Ölmann2017-01-121-2/+19
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.5-> 2.6Ulrich Ölmann2017-01-121-0/+53
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: bump versionClemens Gruber2016-11-2816-266/+347
| | | | | | | | | Bump version and update busybox Config.in files. Also use the HTTPS URL for downloading. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: add selinux build fix] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.4.2 -> 5.6.0Michael Olbrich2016-04-111-4/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hostapd: new packageMarc Kleine-Budde2015-11-251-0/+328
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.23.2 -> 1.24.1Michael Olbrich2015-11-076-178/+310
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: new packageMichael Olbrich2015-05-262-0/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ca-certificates: new packageMichael Olbrich2015-04-271-0/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.3 -> 2.4Michael Olbrich2015-03-261-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.22.1 -> 1.23.1Michael Olbrich2015-02-0210-72/+203
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.0 -> 2.3Michael Olbrich2014-11-131-0/+500
| | | | | | | | Use a defconfig file and drop most options. There is little gain in making these things optional and to choises only confuse the user. If necessary the defconfig file can be overwritten to change the defaults. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: add boot.vfat boot optionMichael Olbrich2014-08-131-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add rules for image.vfatMichael Olbrich2014-08-133-0/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: fix typoMichael Olbrich2014-08-111-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add support for iceccMichael Olbrich2014-06-181-0/+20
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: add generic HD imageMichael Olbrich2014-05-054-0/+38
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-ubi: add rules for generic UBI imageMichael Olbrich2014-05-051-0/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-ubifs: add rules for generic UBIFS imageMichael Olbrich2014-05-051-0/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Kconfig: fix 'module' handlingMichael Olbrich2014-02-061-4/+0
| | | | | | | | | Kconfig has changed the handling for enabling tristate options: A config entry with the option 'modules' is used instead of a config entry with the name 'MODULES'. Use '_ptxconfig_MAGIC__' for that. It exists anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: allow whitelisting URLs when 'only use PTXdist Mirror' is enabledMichael Olbrich2014-01-291-0/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: always define mirrorsMichael Olbrich2014-01-291-5/+2
| | | | | | The URLs may be used anyways, e.g. as suggestion for manual downloads. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.21.0 -> 1.22.0Michael Olbrich2014-01-188-408/+474
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: sync Kconfig and ptxdistrc.defaultMichael Olbrich2014-01-132-4/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdistrc.default: add mirror.linux.org.au as kernel mirrorptxdist-2013.12.0Michael Olbrich2013-12-181-1/+1
| | | | | | | It contains old non-kernel archives that are no longer available from kernel.org Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: add x.org primary sites as fallback to the default mirrorsMichael Olbrich2013-12-131-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdistrc.default: use www.linux-mips.org as kernel.org mirrorMarc Kleine-Budde2013-08-231-1/+1
| | | | | | This mirror has the old kernel versions. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* busybox: version bump 1.20.2 -> 1.21.0Michael Olbrich2013-06-159-75/+136
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: don't use /usr as default jdk pathMichael Olbrich2013-06-032-2/+5
| | | | | | Using /usr will add /usr/include to the header search path. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist/setup: use https for kernel.orgMarc Kleine-Budde2013-04-172-2/+2
| | | | | | Kernel.org uses https by default now. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxdist: setup: added proxy exception configurationDennis Herbrich2013-03-132-0/+12
| | | | | Signed-off-by: Dennis Herbrich <dennis.herbrich@hytera.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxdist: setup: fix https proxy help textDennis Herbrich2013-03-131-1/+1
| | | | | Signed-off-by: Dennis Herbrich <dennis.herbrich@hytera.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxdist: setup: add support for https proxyMarc Kleine-Budde2013-03-122-0/+11
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-libsemanage: add packageMarc Kleine-Budde2013-02-051-0/+42
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* config/setup: add option to configure host CPPMarc Kleine-Budde2013-02-052-0/+8
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* install_fixup: allow expanding controls with arbitrary linesMichael Olbrich2012-10-121-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add new-style rules for root.cpio/root.cpio.gzMichael Olbrich2012-09-301-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>