From e56305dd709ae2af2da7a7599984b3ad18c4970f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 20 Jan 2021 00:44:09 -0800 Subject: oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial The binutils-cross-x86_64 is not avaliable for non x86-64 machines. (From OE-Core rev: 02385b180bc4a1af7120e85a9998566bfcb85977) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index fb0a5ebfed..3495bee986 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py @@ -38,7 +38,7 @@ class ImageOptionsTests(OESelftestTestCase): p = bb_vars['SYSROOT_DESTDIR'] + bb_vars['bindir'] + "/" + "ccache" self.assertTrue(os.path.isfile(p), msg = "No ccache found (%s)" % p) self.write_config('INHERIT += "ccache"') - recipe = "binutils-cross-x86_64" + recipe = "libgcc-initial" self.add_command_to_tearDown('bitbake -c clean %s' % recipe) bitbake("%s -c clean" % recipe) bitbake("%s -f -c compile" % recipe) -- cgit v1.2.3-54-g00ecf