Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: use the exported POKY_NATIVE_SYSROOT variable | Joshua Lock | 2010-09-07 | 1 | -8/+8 |
| | | | | | | | | Rather than trying to determine things through guess-work use the newly exported variables to determine where the native binaries reside and whether we are running in a build directory or not. Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||||
* | poky-export-rootfs: script for exporting userspace nfsroots | Scott Garman | 2010-08-20 | 1 | -0/+183 |
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> |