On 02/01/2017 02:42 PM, Burton, Ross wrote:
On 1 February 2017 at 18:05, <[email protected] <mailto:[email protected]>> wrote:- shutil.rmtree(get_bb_var('TMPDIR')) - bitbake("%s %s" % (include_recipe, exclude_recipe)) + bitbake("-C fetch %s" % include_recipe) + bitbake("-C fetch %s" % exclude_recipe)You'll probably want to have a cleanup of the recipes to remove the tainted stamps: bitbake -cclean for the recipes will do it.
Got it, so -c and -C left .taint files. I send a v2 soon. Leo
Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
