diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-08-13 11:12:33 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-20 16:20:11 +0100 |
commit | c23da3d37e4d59322830ebee8a0f5ab919a9843b (patch) | |
tree | 4b1d6cc2305118175fdd7aaa5c70c7695d5d7e73 /meta/packages/qemu | |
parent | f203df83a5627eae8c66ace8533d2212a6b9cff0 (diff) | |
download | poky-c23da3d37e4d59322830ebee8a0f5ab919a9843b.tar.gz |
poky-extract-sdk: script for extracting sdk images using pseudo
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>
Diffstat (limited to 'meta/packages/qemu')
-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 6b4979d790..7ffb1a27f8 100644 --- a/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ | |||
11 | file://${POKYBASE}/scripts/poky-qemu-ifup \ | 11 | file://${POKYBASE}/scripts/poky-qemu-ifup \ |
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://tunctl.c \ | 15 | file://tunctl.c \ |
15 | file://raw2flash.c \ | 16 | file://raw2flash.c \ |
16 | " | 17 | " |