[OE-core] [PATCH] selftest: do not perform a full build in test_continue
Alexander Kanavin
alexander.kanavin at linux.intel.com
Thu Feb 2 14:03:35 UTC 2017
On 02/02/2017 03:47 PM, Burton, Ross 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)
>
>
> I also have to ask why it does cleanall. Why isn't clean sufficient?
I guess because it's testing that fetching for one recipe fails but
unpacking for another recipe succeeds, and getting those tasks to run
requires cleanall?
Alex
More information about the Openembedded-core
mailing list