]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: run wicenv task only for wic images
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 23 Mar 2016 09:09:18 +0000 (11:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Mar 2016 14:54:51 +0000 (15:54 +0100)
commitb81c176fb2f1ee818b6049c39ef353a7d7d5e078
tree68c33ca15ae94a67b3277321a6c43ddfc348e7fd
parentd483724cf3515f76e1b798a2018e2f3fa2bad0ba
image.bbclass: run wicenv task only for wic images

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 <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/images/wic-image-minimal.bb
meta/classes/image.bbclass