All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH for 2021.02.x] support/testing: test_openssh: use Bootlin stable toolchain
@ 2021-11-14 17:39 Romain Naour
  2021-11-17 21:09 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2021-11-14 17:39 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

The commit backported by [1] enabled the Bootlin bleeding-edge
toolchain providing 5.4 kernel headers but the openssh test
still use a 4.19 prebuilt kernel. Indeed the prebuilt kernel
has been updated to 5.10 in Buildroot 2021.08 [2].

Fixes:
https://gitlab.com/kubu93/buildroot/-/jobs/1780867274

[1] 8d4939c9e0342d8b99d863fbdcaf935d42038469
[2] https://git.buildroot.net/buildroot/commit/?id=3cf2782906d5cc05a3966c25518d2ce01f11afc8

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
 support/testing/tests/package/test_openssh.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/testing/tests/package/test_openssh.py b/support/testing/tests/package/test_openssh.py
index fe517e8da1..79e07e66d7 100644
--- a/support/testing/tests/package/test_openssh.py
+++ b/support/testing/tests/package/test_openssh.py
@@ -51,6 +51,7 @@ class TestOpenSshGlibc(TestOpensshBase):
         BR2_arm=y
         BR2_TOOLCHAIN_EXTERNAL=y
         BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+        BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE=y
         BR2_PACKAGE_RNG_TOOLS=y
         BR2_TARGET_ROOTFS_CPIO=y
         """
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH for 2021.02.x] support/testing: test_openssh: use Bootlin stable toolchain
  2021-11-14 17:39 [Buildroot] [PATCH for 2021.02.x] support/testing: test_openssh: use Bootlin stable toolchain Romain Naour
@ 2021-11-17 21:09 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-11-17 21:09 UTC (permalink / raw)
  To: Romain Naour; +Cc: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > The commit backported by [1] enabled the Bootlin bleeding-edge
 > toolchain providing 5.4 kernel headers but the openssh test
 > still use a 4.19 prebuilt kernel. Indeed the prebuilt kernel
 > has been updated to 5.10 in Buildroot 2021.08 [2].

 > Fixes:
 > https://gitlab.com/kubu93/buildroot/-/jobs/1780867274

 > [1] 8d4939c9e0342d8b99d863fbdcaf935d42038469
 > [2] https://git.buildroot.net/buildroot/commit/?id=3cf2782906d5cc05a3966c25518d2ce01f11afc8

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Peter Korsgaard <peter@korsgaard.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-17 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14 17:39 [Buildroot] [PATCH for 2021.02.x] support/testing: test_openssh: use Bootlin stable toolchain Romain Naour
2021-11-17 21:09 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.