diff mbox series

support/testing/test_hardening: add missing Kconfig symbol

Message ID 20201110222701.1289137-1-romain.naour@gmail.com
State Accepted
Headers show
Series support/testing/test_hardening: add missing Kconfig symbol | expand

Commit Message

Romain Naour Nov. 10, 2020, 10:27 p.m. UTC
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y is needed to use the
custom external toolchain x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2

Otherwise the symbol BR2_TOOLCHAIN_EXTERNAL_URL is lost.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981738
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981739
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981740
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981741
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981742
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981743

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 support/testing/tests/core/test_hardening.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 11, 2020, 9:11 a.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y is needed to use the
 > custom external toolchain x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2

 > Otherwise the symbol BR2_TOOLCHAIN_EXTERNAL_URL is lost.

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981738
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981739
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981740
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981741
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981742
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981743

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>

Committed, thanks.
Peter Korsgaard Nov. 14, 2020, 11:23 a.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y is needed to use the
 > custom external toolchain x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2

 > Otherwise the symbol BR2_TOOLCHAIN_EXTERNAL_URL is lost.

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981738
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981739
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981740
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981741
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981742
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981743

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>

Committed to 2020.02.x and 2020.08.x, thanks.
diff mbox series

Patch

diff --git a/support/testing/tests/core/test_hardening.py b/support/testing/tests/core/test_hardening.py
index edfb3315db..60e14303a3 100644
--- a/support/testing/tests/core/test_hardening.py
+++ b/support/testing/tests/core/test_hardening.py
@@ -10,6 +10,7 @@  class TestHardeningBase(infra.basetest.BRTest):
         BR2_powerpc64=y
         BR2_powerpc_e5500=y
         BR2_TOOLCHAIN_EXTERNAL=y
+        BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
         BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
         BR2_TOOLCHAIN_EXTERNAL_URL="https://toolchains.bootlin.com/downloads/releases/toolchains/powerpc64-e5500/tarballs/powerpc64-e5500--glibc--stable-2018.02-2.tar.bz2"
         BR2_TOOLCHAIN_EXTERNAL_GCC_6=y