diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-08-13 11:35:26 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-20 16:20:11 +0100 |
commit | 070096ec70651cf28138167b8d33b67051b872ca (patch) | |
tree | 62d04c24767892dbfec99abf4739e923ed1b04ba /meta/packages/qemu | |
parent | 313bda1d8781f625ff157dc7e6b5ba62f494077a (diff) | |
download | poky-070096ec70651cf28138167b8d33b67051b872ca.tar.gz |
runqemu-nfs: boot QEMU using nfsroot and local unfs export
This script automates the booting of QEMU using an nfsroot exported
by our userspace NFS tools. The rootfs should be created using
poky-extract-sdk.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/packages/qemu')
-rw-r--r-- | meta/packages/qemu/qemu-helper-nativesdk_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb b/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb index 9c7f6ecbd3..473411db92 100644 --- a/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -13,6 +13,7 @@ SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ | |||
13 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ | 13 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ |
14 | file://${POKYBASE}/scripts/poky-extract-sdk \ | 14 | file://${POKYBASE}/scripts/poky-extract-sdk \ |
15 | file://${POKYBASE}/scripts/poky-export-rootfs \ | 15 | file://${POKYBASE}/scripts/poky-export-rootfs \ |
16 | file://${POKYBASE}/scripts/runqemu-nfs \ | ||
16 | file://tunctl.c \ | 17 | file://tunctl.c \ |
17 | file://raw2flash.c \ | 18 | file://raw2flash.c \ |
18 | " | 19 | " |
@@ -30,6 +31,7 @@ do_compile() { | |||
30 | do_install() { | 31 | do_install() { |
31 | install -d ${D}${bindir} | 32 | install -d ${D}${bindir} |
32 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ | 33 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ |
34 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/runqemu-nfs ${D}${bindir}/ | ||
33 | install tunctl ${D}${bindir}/ | 35 | install tunctl ${D}${bindir}/ |
34 | install raw2flash.spitz ${D}${bindir}/ | 36 | install raw2flash.spitz ${D}${bindir}/ |
35 | install flash2raw.spitz ${D}${bindir}/ | 37 | install flash2raw.spitz ${D}${bindir}/ |