From 070096ec70651cf28138167b8d33b67051b872ca Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Fri, 13 Aug 2010 11:35:26 -0700 Subject: 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 --- meta/packages/qemu/qemu-helper-nativesdk_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/packages/qemu') diff --git a/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb b/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb index 9c7f6ecbd..473411db9 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 \ file://${POKYBASE}/scripts/poky-find-native-sysroot \ file://${POKYBASE}/scripts/poky-extract-sdk \ file://${POKYBASE}/scripts/poky-export-rootfs \ + file://${POKYBASE}/scripts/runqemu-nfs \ file://tunctl.c \ file://raw2flash.c \ " @@ -30,6 +31,7 @@ do_compile() { do_install() { install -d ${D}${bindir} install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ + install -m 0755 ${WORKDIR}${POKYBASE}/scripts/runqemu-nfs ${D}${bindir}/ install tunctl ${D}${bindir}/ install raw2flash.spitz ${D}${bindir}/ install flash2raw.spitz ${D}${bindir}/ -- cgit v1.2.3