]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: Rebuild when WICVARS change
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 30 Dec 2015 06:52:54 +0000 (06:52 +0000)
committerJoshua Lock <joshua.g.lock@intel.com>
Thu, 3 Mar 2016 11:02:45 +0000 (11:02 +0000)
commit91d4706d356659e46923a8314f1a2aa259ead4fe
treeb62e34e0a33b797931ecba083406d8edd4923180
parentcb5c5d950a83b85881eeadc0362230fa2720962f
image_types.bbclass: Rebuild when WICVARS change

The procces to do a wic image is to save a file with
variables required by wic and then call wic using this
file. Because this is external to bitbake if the vars
change, the image won't be rebuild; an example of such
is IMAGE_BOOT_FILES.

This patch adds these variables to vardeps of do_rootfs
when a wic image is build. This will rebuild the image
if a variable needed by wic changes.

[YOCTO #8693]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(From OE-Core master rev: 12c54d50ed4c321dc272beb3c6cb770965c979f1)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
meta/classes/image_types.bbclass