Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/testing/test_syslinux: add missing Kconfig symbol
@ 2020-11-10 20:56 Romain Naour
  2020-11-11  8:06 ` Peter Korsgaard
  2020-11-14 11:19 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2020-11-10 20:56 UTC (permalink / raw)
  To: buildroot

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/830981734
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981733

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

diff --git a/support/testing/tests/boot/test_syslinux.py b/support/testing/tests/boot/test_syslinux.py
index f25cddfb6c..467d564e18 100644
--- a/support/testing/tests/boot/test_syslinux.py
+++ b/support/testing/tests/boot/test_syslinux.py
@@ -6,6 +6,7 @@ class TestSysLinuxBase(infra.basetest.BRTest):
         """
         BR2_x86_i686=y
         BR2_TOOLCHAIN_EXTERNAL=y
+        BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
         BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
         BR2_TOOLCHAIN_EXTERNAL_URL="http://toolchains.bootlin.com/downloads/releases/toolchains/x86-i686/tarballs/x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2"
         BR2_TOOLCHAIN_EXTERNAL_GCC_8=y
-- 
2.25.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/testing/test_syslinux: add missing Kconfig symbol
  2020-11-10 20:56 [Buildroot] [PATCH] support/testing/test_syslinux: add missing Kconfig symbol Romain Naour
@ 2020-11-11  8:06 ` Peter Korsgaard
  2020-11-14 11:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-11  8:06 UTC (permalink / raw)
  To: buildroot

>>>>> "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/830981734
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981733

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/testing/test_syslinux: add missing Kconfig symbol
  2020-11-10 20:56 [Buildroot] [PATCH] support/testing/test_syslinux: add missing Kconfig symbol Romain Naour
  2020-11-11  8:06 ` Peter Korsgaard
@ 2020-11-14 11:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-14 11:19 UTC (permalink / raw)
  To: buildroot

>>>>> "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/830981734
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/830981733

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

Committed to 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-14 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10 20:56 [Buildroot] [PATCH] support/testing/test_syslinux: add missing Kconfig symbol Romain Naour
2020-11-11  8:06 ` Peter Korsgaard
2020-11-14 11:19 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox