[OE-core] [PATCH 30/36] selftest: do not perform a full build in test_continue

Burton, Ross ross.burton at intel.com
Mon Feb 13 15:36:35 UTC 2017


On 13 February 2017 at 15:06, Alexander Kanavin <
alexander.kanavin at linux.intel.com> wrote:

>          runCmd('bitbake -c cleanall man xcursor-transparent-theme')
> -        result = runCmd('bitbake man xcursor-transparent-theme -k',
> ignore_status=True)
> +        result = runCmd('bitbake -c unpack -k man
> xcursor-transparent-theme', ignore_status=True)
>

It's still doing a cleanall, which is removing stuff from DL_DIR.

If the test adds a function between fetch and unpack then it won't need to
do anything apart from bitbake -c unpack -f to run the test, and then a
cleanup -cclean to remove the tainted hashes.

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


More information about the Openembedded-core mailing list