On 13 February 2017 at 15:06, Alexander Kanavin <
alexander.kana...@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
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to