All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial
@ 2021-01-20  8:44 Robert Yang
  2021-01-20  8:44 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2021-01-20  8:44 UTC (permalink / raw
  To: openembedded-core

The following changes since commit 1119d577756b386507f33669fe29dafb5579a1a7:

  oeqa/selftest/imagefeatures: adding fitImage initramfs bundle testcase (2021-01-20 00:41:39 +0000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/oeqa
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/oeqa

Robert Yang (1):
  oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial

 meta/lib/oeqa/selftest/cases/buildoptions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial
  2021-01-20  8:44 [PATCH 0/1] oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial Robert Yang
@ 2021-01-20  8:44 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2021-01-20  8:44 UTC (permalink / raw
  To: openembedded-core

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 | 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-20  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20  8:44 [PATCH 0/1] oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial Robert Yang
2021-01-20  8:44 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.