]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial rbt/oeqa
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 20 Jan 2021 06:11:40 +0000 (22:11 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 20 Jan 2021 08:39:59 +0000 (00:39 -0800)
The binutils-cross-x86_64 is not avaliable for non x86-64 machines.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/lib/oeqa/selftest/cases/buildoptions.py

index fb0a5ebfed4b5f05af3e3715d3ddfc3e8990b602..3495bee986a31098e8cb3d8a9f8d17bf5b20dbed 100644 (file)
@@ -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)