summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: version bump 2.7 -> 2.8Michael Olbrich2019-04-261-16/+28
| | | | | | | Also, follow Debian and upstream and enable some more options. The license md5 changes are just copyright year updates. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.7 -> 2.8Michael Olbrich2019-04-261-29/+36
| | | | | | Also, follow Debian and upstream and enable some more options. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: make reproducible builds configurableMichael Olbrich2019-04-122-0/+14
| | | | | | | | | | | | | | | | | | | | Some PTXdist packages use SOURCE_DATE_EPOCH to make the build more reproducible. Make this behaviour more configurable via a newly introduced ptxdist options. And make it possible to disable the stable SOURCE_DATE_EPOCH via 'ptxdist setup'. By default, this will set SOURCE_DATE_EPOCH to the year and month of the PTXdist version. Using the toolchain version and a custom value is also possible. Move setting SOURCE_DATE_EPOCH to the scripts that are evaluated just before make is called. This way, the toolchain setup and validation already happened. Otherwise ptxd_timestamp_toolchain() may fail early before the relevant checks and errors. Based on a patch from Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: add archive.debian.org to the default debian mirror listMichael Olbrich2019-03-302-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* meson: never try to execute somethingMichael Olbrich2019-03-211-0/+3
| | | | | | | | Without a exe_wrapper meson tries to guess if it can execute binaries. Explicitly set that a wrapper is needed to avoid this autodetection. Cross binaries should never be executed even if the architecture matches. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.6 -> 2.7Michael Olbrich2019-03-141-13/+58
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* setup: projects are long goneMichael Olbrich2019-03-112-19/+0
| | | | | | SETUP_PROJECTPATH is no longer used, so just remove it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdistrc.default: updateMichael Olbrich2019-03-111-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* samba: version bump 3.0.37 -> 4.9.4Michael Olbrich2019-03-021-0/+41
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: reimport with fixed import scriptMichael Olbrich2019-01-271-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hostapd: version bump 2.6 -> 2.7Ulrich Ölmann2019-01-121-3/+33
| | | | | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> [mol: remove old patches, update license md5, copyright year change only] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> squash! hostapd: version bump 2.6 -> 2.7
* ptxd_make_xpkg_finish: fill in Installed-SizeMichael Olbrich2018-10-091-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* 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>