Lines Matching full:native
9 # This script is for running tools from native oe sysroot
13 echo 'oe-run-native: the following arguments are required: <native recipe> <native tool>'
14 echo 'Usage: oe-run-native native-recipe tool [parameters]'
16 echo 'OpenEmbedded run-native - runs native tools'
19 echo ' native-recipe The recipe which provides tool'
20 echo ' tool Native tool to run'
28 if [ "${native_recipe%-native}" = "$native_recipe" ]; then
29 echo Error: $native_recipe is not a native recipe
30 echo Error: Use \"oe-run-native -h\" for help
36 SYSROOT_SETUP_SCRIPT=`which oe-find-native-sysroot 2> /dev/null`
38 echo "Error: Unable to find oe-find-native-sysroot script"
45 # look for a tool only in native sysroot
46 …E_SYSROOT/sbin$(find $OECORE_NATIVE_SYSROOT/usr/bin -maxdepth 1 -name "*-native" -type d -printf "…