aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-08-13 10:50:37 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-20 16:20:10 +0100
commitf35a8d4079777453a2b60b7df5524b217260d252 (patch)
tree50748003fbaaeffaceacd2478f23ef11b4826928 /meta
parente4bc3e36e455e7fca48ccc5431c6bb83f531fab6 (diff)
downloadopenembedded-core-contrib-f35a8d4079777453a2b60b7df5524b217260d252.tar.gz
poky-find-native-sysroot: helper script for locating the native sysroot path
Various poky scripts make use of binaries from the native sysroot. This helper script can be used to reduce code duplication, and sets up some environment variables you can use to identify and obtain the correct filesystem path to the native sysroot. It works for both in-tree Poky setups as well as toolchain installations. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/qemu/qemu-helper-nativesdk_1.0.bb1
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 a764a0e28a..6b4979d790 100644
--- a/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb
+++ b/meta/packages/qemu/qemu-helper-nativesdk_1.0.bb
@@ -10,6 +10,7 @@ SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \
file://${POKYBASE}/scripts/poky-addptable2image \
file://${POKYBASE}/scripts/poky-qemu-ifup \
file://${POKYBASE}/scripts/poky-qemu-ifdown \
+ file://${POKYBASE}/scripts/poky-find-native-sysroot \
file://tunctl.c \
file://raw2flash.c \
"