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
55 native_recipe = 'selftest-ed-native'62 bitbake('-c clean %s %s' % (target_recipe, native_recipe))63 bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))74 excluded_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipe))75 self.assertFalse(excluded_present, 'Recipe %s was not excluded.' % native_recipe)
128 $ oe-run-native native_recipe tool