1include test_recipe.inc 2 3# Set LICENSE to something so that bitbake -p that is ran at the beginning 4# is successful since test_recipe.inc has not yet been modified. 5LICENSE = "" 6 7EXCLUDE_FROM_WORLD = "1" 8
1include test_recipe.inc 2 3# Set LICENSE to something so that bitbake -p that is ran at the beginning 4# is successful since test_recipe.inc has not yet been modified. 5LICENSE = "" 6 7EXCLUDE_FROM_WORLD = "1" 8