diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-08-13 11:26:49 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-20 16:20:11 +0100 |
commit | 313bda1d8781f625ff157dc7e6b5ba62f494077a (patch) | |
tree | 41db3ccbe6d0fb1a00bf953996fefb2a9b7c6a67 /meta/packages | |
parent | c23da3d37e4d59322830ebee8a0f5ab919a9843b (diff) | |
download | poky-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.bb | 1 |
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 \ | |||
12 | file://${POKYBASE}/scripts/poky-qemu-ifdown \ | 12 | file://${POKYBASE}/scripts/poky-qemu-ifdown \ |
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://tunctl.c \ | 16 | file://tunctl.c \ |
16 | file://raw2flash.c \ | 17 | file://raw2flash.c \ |
17 | " | 18 | " |