The binutils-cross-x86_64 is not avaliable for non x86-64 machines.
Signed-off-by: Robert Yang <[email protected]>
---
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 fb0a5ebfed4..3495bee986a 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)
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#147029):
https://lists.openembedded.org/g/openembedded-core/message/147029
Mute This Topic: https://lists.openembedded.org/mt/79974728/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-