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>
This commit is contained in:
Scott Garman
2010-08-13 11:26:49 -07:00
committed by Richard Purdie
parent c23da3d37e
commit 313bda1d87
2 changed files with 184 additions and 0 deletions

View File

@@ -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 \
"