On Wed, 2016-03-23 at 11:09 +0200, Ed Bartosh wrote: > Currently do_wicenv task is run for all images. However, its > result is used only to produce wic image. It's better to > run this task only for wic images. If another rootfs is > required to produce wic image, dependency to its do_wicenv > must be added to the wic image recipy. > > Stopped running do_wicenv for all images. Added explicit > dependency to this task in wic-image-minimal recipe. > > [YOCTO #9095] > > Signed-off-by: Ed Bartosh <[email protected]> > --- > meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 +- > meta/classes/image.bbclass | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
This broke one of the selftests, I fixed it with this: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=92b2bc5d2755160e007b651d984038693fe43bbb Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
