[oe-commits] [openembedded-core] 16/26: qemu-helper-native: prepare native sysroot for runqemu

git at git.openembedded.org git at git.openembedded.org
Wed Apr 12 23:01:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2e7a155774952705d21109720985f6833fba2669
Author: brian avery <brian.avery at intel.com>
AuthorDate: Wed Apr 12 23:40:56 2017 +0300

    qemu-helper-native: prepare native sysroot for runqemu
    
    Make sure that native sysroot contains qemu and tunctl binaries for
    runqemu usage:
      - excluded native sysroot from rm_work
      - added qemu-native to DEPENDS to put qemu binaries into native sysroot
      - forced addto_recipe_sysroot task
    
    [YOCTO #11266]
    [YOCTO #11193]
    
    Signed-off-by: brian avery <brian.avery at intel.com>
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
index 8d27c4d..27d5315 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
@@ -19,3 +19,7 @@ do_install() {
 	install -d ${D}${bindir}
 	install tunctl ${D}${bindir}/
 }
+
+RM_WORK_EXCLUDE_ITEMS += "recipe-sysroot-native"
+DEPENDS += "qemu-native"
+addtask addto_recipe_sysroot after do_populate_sysroot before do_build

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list