On 1 February 2017 at 18:05, <[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.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to