On 02/01/2017 02:42 PM, Burton, Ross wrote:

On 1 February 2017 at 18:05, <leonardo.sandoval.gonza...@linux.intel.com <mailto:leonardo.sandoval.gonza...@linux.intel.com>> 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
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to