Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] runqemu fixes for toolchain and sdk uses
@ 2016-09-21 19:35 Joshua Lock
  2016-09-21 19:35 ` [PATCH 1/4] runqemu: validate paths and attempt to infer unset paths Joshua Lock
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joshua Lock @ 2016-09-21 19:35 UTC (permalink / raw)
  To: openembedded-core

Another round of fixes for runqemu to support common usage models such as being
called via the Eclipse plugin.

* don't immediately bail out if QB_SYSTEM_NAME isn't set (this variable is only
  set in a qemuboot.conf file), instead attempt to infer the correct qemu-system
  binary based on the machine name, rootfs name or kernel name
* always attempt to infer paths which aren't explicitly set, rather than only
  trying to infer them when the values in a qemuboot.conf aren't validate
* don't try and determine whether a MACHINE setting is correct when called From
  an sdk environment, bitbake isn't available in this context

[YOCTO #10309]

The following changes since commit b2771e17a5f301423f65be9f93c9c1b1e7f8ab93:

  oeqa/selftest/lic-checksum: don't report the expected failure to errors.yp (2016-09-20 15:10:37 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/runqemu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/runqemu

Joshua Lock (4):
  runqemu: validate paths and attempt to infer unset paths
  runqemu: try and guess qemu-system binary when MACHINE isn't set
  runqemu: don't try and invoke bitbake when running in a toolchain env
  runqemu: don't fail during check_arg_machine()

 scripts/runqemu | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 47 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-09-21 19:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 19:35 [PATCH 0/4] runqemu fixes for toolchain and sdk uses Joshua Lock
2016-09-21 19:35 ` [PATCH 1/4] runqemu: validate paths and attempt to infer unset paths Joshua Lock
2016-09-21 19:35 ` [PATCH 2/4] runqemu: try and guess qemu-system binary when MACHINE isn't set Joshua Lock
2016-09-21 19:35 ` [PATCH 3/4] runqemu: don't try and invoke bitbake when running in a toolchain env Joshua Lock
2016-09-21 19:35 ` [PATCH 4/4] runqemu: don't fail during check_arg_machine() Joshua Lock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox