Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poky-extract-sdk: allow relative paths for extract-dir | Scott Garman | 2011-01-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | psuedo needs a full path to its pid file, so convert relative extract-dir paths to full ones. The symptom of this bug is receiving the following error: pseudo: Couldn't open relative/path/to/var/pseudo/pseudo.pid: No such file or directory This fixes [BUGID #670] Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||||
* | scripts: use the exported POKY_NATIVE_SYSROOT variable | Joshua Lock | 2010-09-07 | 1 | -1/+1 |
| | | | | | | | | 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-extract-sdk: script for extracting sdk images using pseudo | Scott Garman | 2010-08-20 | 1 | -0/+95 |
This script automates the creation of a rootfs area using pseudo so it can be used by a QEMU nfsroot boot. Signed-off-by: Scott Garman <scott.a.garman@intel.com> |