From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Make runqemu to work when rm_work is enabled
Date: Wed, 12 Apr 2017 23:40:55 +0300 [thread overview]
Message-ID: <cover.1492029084.git.ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2017-04-12 20:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-12 20:40 Ed Bartosh [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1492029084.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.