summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* hd.img: use efi type also for GPT partitionsUwe Kleine-König2020-05-191-0/+1
| | | | | | | | | Similar to using 0xef for efi partitions with MBR partitioning, there is a dedicated type for these when GPT partitioning is to be used. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20200519100511.25651-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-rauc: enable keyring verificationBastian Krause2020-05-151-0/+1
| | | | | | | | Note: requires genimage v13 or later Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20200515142641.812-15-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* busybox: version bump 1.29.3 -> 1.31.1Michael Olbrich2020-05-0823-359/+548
| | | | | | The old version fails to build with glibc >= 2.31. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_xpkg_pkg: generate permission metadata filesMichael Olbrich2020-03-272-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | Introduce a new option to generate permission metadata files. The format of the files is defined by qemu: For each file or directory, an additional file .virtfs_metadata/<filename> is created. It contains the real ownership, permissions and information on special files (device nodes, sockets, fifos). With this extra data, qemu can use the nfsroot as a 9p filesystem and the option 'security_model=mapped-file' to provide the correct ownership, permissions etc. to the guest system. The NFS server run by 'ptxdist nfsroot' will also use this data. This has some advantages over the current fakeroot + permission fixup: - A running fakeroot often gets confused if the underlying files are changed. As a result, the wrong type or permissions may be used. Handling everything inside the NFS server avoids this problem. - The metadata of newly created files are preserved across NFS server restarts. - The NFS server starts faster because it is not necessary to change the permissions of all files first Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: fix typos in diverse menu filesUlrich Ölmann2020-02-041-9/+9
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* platforms: remove leftovers of old ISO image ruleRoland Hieber2020-01-122-22/+0
| | | | | | | | | | This was added in commit 0539cb3b0bd27832d479 ("[image_iso] add option to create a bootable ISO image") but everything that referenced it has been removed since. Fixes: 56ff221ebe27182c4720 ("platforms: remove old ISO image rule") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* config: boardsetup: add nfs client specificationsAlexander Aring2019-11-241-0/+17
| | | | | | | | | | | | | | | This patch adds additional client specifications for the nfsroot mount. The default value is the same as it was hardcoded before. This offers to change this line without maintaining the whole file in a separate BSP. The client specifications is part of the official export format which is set right after the directory which is exported, for more information lookup: https://linux.die.net/man/8/unfsd Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-ext: use mke2fs by defaultMichael Olbrich2019-09-211-1/+3
| | | | | | | | | | | | | Images created by genext2fs are a bit strange. For some reason, readdir() returns d_type == DT_UNKNOWN. This breaks systemd unit parsing, specifically alias (symlink) detection. As a result. 'default.target' is detected as a 'normal' unit, not an alias ans strange things happen. It looks like only 'basic.target' is started and not 'multi-user.target' so gettys and other services are not started. Just use mke2fs to create the image to avoid this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.8 -> 2.9Michael Olbrich2019-08-091-0/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hostapd: version bump 2.8 -> 2.9Michael Olbrich2019-08-091-3/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: fix typo in SETUP_ENV_WHITELIST's help textBastian Krause2019-08-081-1/+1
| | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* detect patch changes and reextract when neededMichael Olbrich2019-06-042-1/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kconfig: 'option env' is goneMichael Olbrich2019-05-104-16/+4
| | | | | | Instead '$(ENV_VARNAME)' can be used directly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* 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>