diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2021-01-20 00:44:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 22:46:18 +0000 |
commit | e56305dd709ae2af2da7a7599984b3ad18c4970f (patch) | |
tree | 0e51c95d734200a523332147609c1305082021be /meta/lib | |
parent | cc7fa85ad2faabbe6e9a1548b74e4247fd293352 (diff) | |
download | poky-e56305dd709ae2af2da7a7599984b3ad18c4970f.tar.gz |
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 <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/buildoptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
38 | p = bb_vars['SYSROOT_DESTDIR'] + bb_vars['bindir'] + "/" + "ccache" | 38 | p = bb_vars['SYSROOT_DESTDIR'] + bb_vars['bindir'] + "/" + "ccache" |
39 | self.assertTrue(os.path.isfile(p), msg = "No ccache found (%s)" % p) | 39 | self.assertTrue(os.path.isfile(p), msg = "No ccache found (%s)" % p) |
40 | self.write_config('INHERIT += "ccache"') | 40 | self.write_config('INHERIT += "ccache"') |
41 | recipe = "binutils-cross-x86_64" | 41 | recipe = "libgcc-initial" |
42 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe) | 42 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe) |
43 | bitbake("%s -c clean" % recipe) | 43 | bitbake("%s -c clean" % recipe) |
44 | bitbake("%s -f -c compile" % recipe) | 44 | bitbake("%s -f -c compile" % recipe) |