On Fri, 2018-11-30 at 08:35 +1300, Paul Eggleton wrote: > On Friday, 30 November 2018 3:06:32 AM NZDT Richard Purdie wrote: > > On Thu, 2018-11-29 at 22:21 +1300, Paul Eggleton wrote: > > > Add some tests for functions in meta/lib/oe/recipeutils.py, in > > > particular for a few issues I've just fixed. I haven't added > > > tests > > > for > > > all of the functions - some of them are already being tested via > > > devtool > > > in any case. > > > > Hate to say it but this still isn't working: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/28/steps/7/logs/step2d > > > > probably due to it not working with the -j option :/ > > Right, so it seems that COREBASE isn't pointing where I'd expect it > to > here - instead of the copy of the core metadata that's made for the > test, it's > pointing to the original layer. Is that a bug?
I put http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=74b7df6ff73764e108bd81e05835c8a7d134c187 together to fix this. Its not a bug since the tests modify meta- selftest and therefore when running in parallel, we create copies of that layer per build directory. I do think we should start using the separate build directory always for oe-selftest for consistency though. It would also make ensuring some things like rm_work disabled easier. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core