summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-08-13 11:26:49 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-20 16:20:11 +0100
commit313bda1d8781f625ff157dc7e6b5ba62f494077a (patch)
tree41db3ccbe6d0fb1a00bf953996fefb2a9b7c6a67 /meta/packages
parentc23da3d37e4d59322830ebee8a0f5ab919a9843b (diff)
downloadopenembedded-core-contrib-313bda1d8781f625ff157dc7e6b5ba62f494077a.tar.gz
poky-export-rootfs: script for exporting userspace nfsroots
This script automates the exporting of a root filesystem (created with the poky-extract-sdk utility) using pseudo and the native userspace NFS server. That filesystem can then be booted using nfsroot with either QEMU or the target hardware using one of our kernels. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/qemu/qemu-helper-nativesdk_1.0.bb1
1 files changed, 1 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 7ffb1a27f8..9c7f6ecbd3 100644
--- a/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb
+++ b/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb
@@ -12,6 +12,7 @@ SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \
file://${POKYBASE}/scripts/poky-qemu-ifdown \
file://${POKYBASE}/scripts/poky-find-native-sysroot \
file://${POKYBASE}/scripts/poky-extract-sdk \
+ file://${POKYBASE}/scripts/poky-export-rootfs \
file://tunctl.c \
file://raw2flash.c \
"