mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Merge branch 'next'
A number of merge conflicts, but hopefully they are all sorted out now. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -26,11 +26,15 @@ class TestExternalToolchain(infra.basetest.BRTest):
|
||||
path = os.path.join(self.builddir, "target", d)
|
||||
self.assertFalse(has_broken_links(path))
|
||||
|
||||
interp = infra.get_elf_prog_interpreter(self.builddir,
|
||||
self.toolchain_prefix,
|
||||
"bin/busybox")
|
||||
interp_path = os.path.join(self.builddir, "target", interp[1:])
|
||||
self.assertTrue(os.path.exists(interp_path))
|
||||
with open(os.path.join(self.builddir, ".config"), 'r') as configf:
|
||||
configlines = [l.strip() for l in configf.readlines()]
|
||||
|
||||
if "BR2_BINFMT_ELF=y" in configlines:
|
||||
interp = infra.get_elf_prog_interpreter(self.builddir,
|
||||
self.toolchain_prefix,
|
||||
"bin/busybox")
|
||||
interp_path = os.path.join(self.builddir, "target", interp[1:])
|
||||
self.assertTrue(os.path.exists(interp_path))
|
||||
|
||||
|
||||
class TestExternalToolchainSourceryArmv4(TestExternalToolchain):
|
||||
|
||||
2354
support/testing/tests/toolchain/test_external_bootlin.py
Normal file
2354
support/testing/tests/toolchain/test_external_bootlin.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user