[oe-commits] Ed Bartosh : wic-image-minimal: add dependency to .wks

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 08:55:59 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 2bc3d2e378da6555cf02ed46b1082643e1c0fe88
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2bc3d2e378da6555cf02ed46b1082643e1c0fe88

Author: Ed Bartosh <ed.bartosh at linux.intel.com>
Date:   Thu Sep 17 11:49:33 2015 +0300

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 <ed.bartosh at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb
index 69236c4..89451bd 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"



More information about the Openembedded-commits mailing list