mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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:
committed by
Richard Purdie
parent
c23da3d37e
commit
313bda1d87
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user