Searched refs:native_recipe (Results 1 – 3 of 3) sorted by relevance
25 native_recipe="$1"28 if [ "${native_recipe%-native}" = "$native_recipe" ]; then29 echo Error: $native_recipe is not a native recipe41 . $SYSROOT_SETUP_SCRIPT $native_recipe
58 native_recipe = 'selftest-ed-native'65 bitbake('-c clean %s %s' % (target_recipe, native_recipe))66 bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))77 excluded_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipe))78 self.assertFalse(excluded_present, 'Recipe %s was not excluded.' % native_recipe)
130 $ oe-run-native native_recipe tool