]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic-image-minimal: add dependency to .wks
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 17 Sep 2015 08:49:33 +0000 (11:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:20:08 +0000 (15:20 +0100)
Added dependency to wic-image-minimal.wks to the recipe. This makes
bitbake to rebuild the image if .wks file changes.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/images/wic-image-minimal.bb

index 69236c49c04b678e9fe24e832dbea9756f111674..89451bd200d16fa7c2c9bc9eee5ccdf6da2f86fe 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "An example of partitioned image."
 
+SRC_URI = "file://${FILE_DIRNAME}/${BPN}.wks"
+
 IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
 
 IMAGE_FSTYPES = "wic.bz2"