]> code.ossystems Code Review - openembedded-core.git/commit
poky-find-native-sysroot: helper script for locating the native sysroot path
authorScott Garman <scott.a.garman@intel.com>
Fri, 13 Aug 2010 17:50:37 +0000 (10:50 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 20 Aug 2010 15:20:10 +0000 (16:20 +0100)
commitf35a8d4079777453a2b60b7df5524b217260d252
tree50748003fbaaeffaceacd2478f23ef11b4826928
parente4bc3e36e455e7fca48ccc5431c6bb83f531fab6
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>
meta/packages/qemu/qemu-helper-nativesdk_1.0.bb
scripts/poky-find-native-sysroot [new file with mode: 0755]