[OE-core] [PATCH] selftest/archiver: invalidate stamps instead of removing TMPDIR

Burton, Ross ross.burton at intel.com
Wed Feb 1 20:42:58 UTC 2017


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

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170201/5d6fdcc5/attachment-0002.html>


More information about the Openembedded-core mailing list