support/testing, toolchain/toolchain-external/toolchain-external-bootlin: regenerate with ARMv7 big endian toolchain

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Thomas Petazzoni
2022-06-08 09:10:26 +02:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent 3008505865
commit df13e24c9f
4 changed files with 297 additions and 0 deletions

View File

@@ -521,6 +521,102 @@ class TestExternalToolchainBootlinArmv7eabihfUclibcStable(TestExternalToolchain)
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmebv7eabihfGlibcBleedingEdge(TestExternalToolchain):
config = """
BR2_armeb=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_BLEEDING_EDGE=y
# BR2_TARGET_ROOTFS_TAR is not set
"""
toolchain_prefix = "armeb-linux"
def test_run(self):
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmebv7eabihfGlibcStable(TestExternalToolchain):
config = """
BR2_armeb=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_STABLE=y
# BR2_TARGET_ROOTFS_TAR is not set
"""
toolchain_prefix = "armeb-linux"
def test_run(self):
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmebv7eabihfMuslBleedingEdge(TestExternalToolchain):
config = """
BR2_armeb=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_BLEEDING_EDGE=y
# BR2_TARGET_ROOTFS_TAR is not set
"""
toolchain_prefix = "armeb-linux"
def test_run(self):
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmebv7eabihfMuslStable(TestExternalToolchain):
config = """
BR2_armeb=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_STABLE=y
# BR2_TARGET_ROOTFS_TAR is not set
"""
toolchain_prefix = "armeb-linux"
def test_run(self):
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmebv7eabihfUclibcBleedingEdge(TestExternalToolchain):
config = """
BR2_armeb=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_BLEEDING_EDGE=y
# BR2_TARGET_ROOTFS_TAR is not set
"""
toolchain_prefix = "armeb-linux"
def test_run(self):
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmebv7eabihfUclibcStable(TestExternalToolchain):
config = """
BR2_armeb=y
BR2_cortex_a8=y
BR2_ARM_EABIHF=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_STABLE=y
# BR2_TARGET_ROOTFS_TAR is not set
"""
toolchain_prefix = "armeb-linux"
def test_run(self):
TestExternalToolchain.common_check(self)
class TestExternalToolchainBootlinArmv7mUclibcBleedingEdge(TestExternalToolchain):
config = """
BR2_arm=y