From: Ed Bartosh Date: Thu, 17 Sep 2015 08:49:33 +0000 (+0300) Subject: wic-image-minimal: add dependency to .wks X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc3d2e378da6555cf02ed46b1082643e1c0fe88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic-image-minimal: add dependency to .wks 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 Signed-off-by: Ross Burton --- diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb index 69236c49c04..89451bd200d 100644 --- a/meta-selftest/recipes-test/images/wic-image-minimal.bb +++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb @@ -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"