Files
operating-system/buildroot/support/config-fragments/autobuild/toolchain-configs.csv
Stefan Agner a0871be6c0 Bump buildroot to 2020.11-rc1 (#985)
* Update buildroot-patches for 2020.11-rc1 buildroot

* Update buildroot to 2020.11-rc1

Signed-off-by: Stefan Agner <stefan@agner.ch>

* Don't rely on sfdisk --list-free output

The --list-free (-F) argument does not allow machine readable mode. And
it seems that the output format changes over time (different spacing,
using size postfixes instead of raw blocks).

Use sfdisk json output and calculate free partition space ourselfs. This
works for 2.35 and 2.36 and is more robust since we rely on output which
is meant for scripts to parse.

* Migrate defconfigs for Buildroot 2020.11-rc1

In particular, rename BR2_TARGET_UBOOT_BOOT_SCRIPT(_SOURCE) to
BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT(_SOURCE).

* Rebase/remove systemd patches for systemd 246

* Drop apparmor/libapparmor from buildroot-external

* hassos-persists: use /run as directory for lockfiles

The U-Boot tools use /var/lock by default which is not created any more
by systemd by default (it is under tmpfiles legacy.conf, which we no
longer install).

* Disable systemd-update-done.service

The service is not suited for pure read-only systems. In particular the
service needs to be able to write a file in /etc and /var. Remove the
service. Note: This is a static service and cannot be removed using
systemd-preset.

* Disable apparmor.service for now

The service loads all default profiles. Some might actually cause
problems. E.g. the profile for ping seems not to match our setup for
/etc/resolv.conf:
[85503.634653] audit: type=1400 audit(1605286002.684:236): apparmor="DENIED" operation="open" profile="ping" name="/run/resolv.conf" pid=27585 comm="ping" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
2020-11-13 18:25:44 +01:00

4.1 KiB

1# default test-pkg tests a useful subset of toolchains
2# Toolchains used by default by test-pkg:
3# Test a regular uClibc toolchain
4support/config-fragments/autobuild/br-arm-full.config,x86_64
5# Test a toolchain with glibc and a very recent gcc version
6support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config,x86_64
7# Test a noMMU toolchain with no dynamic library support
8support/config-fragments/autobuild/br-arm-cortex-m4-full.config,x86_64
9# Test a musl toolchain
10support/config-fragments/autobuild/br-x86-64-musl.config,x86_64
11# Test a MMU toolchain without dynamic library support
12support/config-fragments/autobuild/br-arm-full-static.config,x86_64
13# Test a toolchain with an old gcc version (gcc 4.8)
14support/config-fragments/autobuild/sourcery-arm.config,x86
15# Toolchains used by test-pkg only when the '-a' option is passed:
16support/config-fragments/autobuild/andes-nds32.config,x86
17support/config-fragments/autobuild/arm-aarch64.config,x86_64
18support/config-fragments/autobuild/bootlin-x86-64-glibc.config,x86_64
19support/config-fragments/autobuild/br-aarch64-glibc.config,x86_64
20support/config-fragments/autobuild/br-arc-full-internal.config,any
21support/config-fragments/autobuild/br-arc-internal-glibc.config,any
22support/config-fragments/autobuild/br-arcle-hs38.config,x86_64
23support/config-fragments/autobuild/br-arm-basic.config,x86_64
24support/config-fragments/autobuild/br-arm-cortex-a9-musl.config,x86_64
25support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64
26support/config-fragments/autobuild/br-arm-internal-full.config,any
27support/config-fragments/autobuild/br-arm-internal-glibc.config,any
28support/config-fragments/autobuild/br-arm-internal-musl.config,any
29support/config-fragments/autobuild/br-i386-pentium4-full.config,x86_64
30support/config-fragments/autobuild/br-i386-pentium-mmx-musl.config,x86_64
31support/config-fragments/autobuild/br-m68k-5208-full.config,x86_64
32support/config-fragments/autobuild/br-m68k-68040-full.config,x86_64
33support/config-fragments/autobuild/br-microblazeel-full.config,x86_64
34support/config-fragments/autobuild/br-microblazeel-full-internal.config,any
35support/config-fragments/autobuild/br-mips64-n64-full.config,x86_64
36support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config,x86_64
37support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config,x86_64
38support/config-fragments/autobuild/br-mipsel-o32-full.config,x86_64
39support/config-fragments/autobuild/br-nios2-glibc.config,x86_64
40support/config-fragments/autobuild/br-openrisc-uclibc.config,x86_64
41support/config-fragments/autobuild/br-powerpc-603e-basic-cpp.config,x86_64
42support/config-fragments/autobuild/br-powerpc64le-power8-glibc.config,x86_64
43support/config-fragments/autobuild/br-powerpc64-power7-glibc.config,x86_64
44support/config-fragments/autobuild/br-powerpc-e500mc-full.config,x86_64
45support/config-fragments/autobuild/br-powerpc-internal-full.config,any
46support/config-fragments/autobuild/br-riscv32.config,x86_64
47support/config-fragments/autobuild/br-riscv64.config,x86_64
48support/config-fragments/autobuild/br-riscv64-full-internal.config,any
49support/config-fragments/autobuild/br-riscv64-musl.config,x86_64
50support/config-fragments/autobuild/br-s390x-z13-internal-glibc.config,any
51support/config-fragments/autobuild/br-sh4-full.config,x86_64
52support/config-fragments/autobuild/br-sparc-uclibc.config,x86_64
53support/config-fragments/autobuild/br-sparc64-glibc.config,x86_64
54support/config-fragments/autobuild/br-x86-64-core2-full.config,x86_64
55support/config-fragments/autobuild/br-xtensa-full.config,x86_64
56support/config-fragments/autobuild/br-xtensa-full-internal.config,any
57support/config-fragments/autobuild/linaro-aarch64.config,x86
58support/config-fragments/autobuild/linaro-aarch64-be.config,x86
59support/config-fragments/autobuild/linaro-arm.config,x86
60support/config-fragments/autobuild/sourcery-arm-armv4t.config,x86
61support/config-fragments/autobuild/sourcery-arm-thumb2.config,x86
62support/config-fragments/autobuild/sourcery-mips64.config,x86
63support/config-fragments/autobuild/sourcery-mips.config,x86
64support/config-fragments/autobuild/sourcery-nios2.config,x86