]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:40:20 +0000 (13:40 +0000)
commitb1515064b5b4eb9b4c09c41436a559a907209860
tree8f9b331cbb3cb3022a0d733abaddd295f1417ed6
parenteb4159c5279b9352d3d1c80820397c480b085b3f
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]

(From OE-Core rev: 12c54d50ed4c321dc272beb3c6cb770965c979f1)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass