All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Make runqemu to work when rm_work is enabled
@ 2017-04-12 20:40 Ed Bartosh
  2017-04-12 20:40 ` [PATCH 1/5] qemu-helper-native: prepare native sysroot for runqemu Ed Bartosh
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ed Bartosh @ 2017-04-12 20:40 UTC (permalink / raw)
  To: openembedded-core

Hi,

runqemu fails when rm_work is enabled as it can't get qemu-system and tunctl
binaries from the native sysroot as it's removed by rm_work.

This is fixed by disabling removal of the qemu-helper-native sysroot directory
and changing runqemu code to run qemu-system and tunctl from it.

[YOCTO #11266]
[YOCTO #11193]

The following changes since commit 94467d5087ca3b13e7baac670af107550701b333:

  dev-manual, ref-manual: Edits to the "Incrementing Binary Package" section. (2017-04-12 19:35:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/oe-core/rm_work-runqemu-ed
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/oe-core/rm_work-runqemu-ed

Ed Bartosh (4):
  runqemu: get qemu from qemu-helper-native sysroot
  runqemu: add bindir_native property
  runqemu: use bindir_native property to run ifup/down scripts
  qemuboot: write native sysroot of qemu-helper into qemuboot.conf

brian avery (1):
  qemu-helper-native: prepare native sysroot for runqemu

 meta/classes/qemuboot.bbclass                      |  9 ++++++-
 .../qemu/qemu-helper-native_1.0.bb                 |  4 +++
 scripts/runqemu                                    | 30 +++++++++++++++++++---
 scripts/runqemu-ifdown                             |  6 ++---
 scripts/runqemu-ifup                               |  6 ++---
 5 files changed, 44 insertions(+), 11 deletions(-)

--
Regards,
Ed



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

end of thread, other threads:[~2017-04-12 20:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12 20:40 [PATCH 0/5] Make runqemu to work when rm_work is enabled Ed Bartosh
2017-04-12 20:40 ` [PATCH 1/5] qemu-helper-native: prepare native sysroot for runqemu Ed Bartosh
2017-04-12 20:40 ` [PATCH 2/5] runqemu: get qemu from qemu-helper-native sysroot Ed Bartosh
2017-04-12 20:40 ` [PATCH 3/5] runqemu: add bindir_native property Ed Bartosh
2017-04-12 20:40 ` [PATCH 4/5] runqemu: use bindir_native property to run ifup/down scripts Ed Bartosh
2017-04-12 20:41 ` [PATCH 5/5] qemuboot: write native sysroot of qemu-helper into qemuboot.conf Ed Bartosh

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.