summaryrefslogtreecommitdiff
path: root/scripts/poky-find-native-sysroot
AgeCommit message (Collapse)AuthorFiles
2010-09-07scripts: use the exported POKY_NATIVE_SYSROOT variableJoshua Lock1
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>
2010-08-20poky-find-native-sysroot: helper script for locating the native sysroot pathScott Garman1
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>