kumquat-buildroot/support/testing
Romain Naour 9cc3b0c7de support/testing: test_syslinux: remove BR2_TOOLCHAIN_EXTERNAL_LOCALE
The BR2_TOOLCHAIN_EXTERNAL_LOCALE is only defined for uClibc based
custom external toolchains.

The test_syslinux is using a glibc toolchain, so the
"# BR2_TOOLCHAIN_EXTERNAL_LOCALE is not set" line disapear from
the generated dot config (.config) leading to an error due to
a new check in the testsuite infra.

There is the same problem with:
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG=y
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS=y
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL=y

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-06 22:16:36 +02:00
..
conf support/testing: test_systemd.py: add linux fragment to enable CONFIG_BINFMT_MISC 2020-03-01 18:43:42 +01:00
infra support/testing: update basic toolchain to bootlin bleeding-edge 2018.11-1 2020-04-04 22:59:34 +02:00
tests support/testing: test_syslinux: remove BR2_TOOLCHAIN_EXTERNAL_LOCALE 2020-04-06 22:16:36 +02:00
run-tests support/run-tests: reorder imports 2020-02-17 10:13:08 +01:00