Quellcode durchsuchen

support/testing: test_openssh: use a prebuilt toolchain

Switch from the Buildroot internal toolchain for armv5 to
the prebuilt Bootlin external toolchain.

The test doesn't require to build a toolchain, there was
no prebuilt glibc toolchain recent enough at the time this
test has been introduced.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 184d20404e8a5b95f2b2940f4d959d09be7ae2f0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour vor 3 Jahren
Ursprung
Commit
81333a7284
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 2 3
      support/testing/tests/package/test_openssh.py

+ 2 - 3
support/testing/tests/package/test_openssh.py

@@ -49,9 +49,8 @@ class TestOpenSshGlibc(TestOpensshBase):
         TestOpensshBase.opensshconfig + \
         TestOpensshBase.opensshconfig + \
         """
         """
         BR2_arm=y
         BR2_arm=y
-        BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
-        BR2_KERNEL_HEADERS_4_19=y
-        BR2_TOOLCHAIN_BUILDROOT_CXX=y
+        BR2_TOOLCHAIN_EXTERNAL=y
+        BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
         BR2_PACKAGE_RNG_TOOLS=y
         BR2_PACKAGE_RNG_TOOLS=y
         BR2_TARGET_ROOTFS_CPIO=y
         BR2_TARGET_ROOTFS_CPIO=y
         """
         """