From f35a8d4079777453a2b60b7df5524b217260d252 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Fri, 13 Aug 2010 10:50:37 -0700 Subject: 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 --- meta/packages/qemu/qemu-helper-nativesdk_1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 \ " -- cgit v1.2.3-54-g00ecf