diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-09-17 11:49:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-21 15:20:08 +0100 |
commit | 2bc3d2e378da6555cf02ed46b1082643e1c0fe88 (patch) | |
tree | 99d34110bdefc59b25170a69d5539a8f36df4797 /meta-selftest/recipes-test/images | |
parent | 3703ecb4aa5267e6d7330e7978cc7c3bb2250ead (diff) | |
download | openembedded-core-2bc3d2e378da6555cf02ed46b1082643e1c0fe88.tar.gz openembedded-core-2bc3d2e378da6555cf02ed46b1082643e1c0fe88.tar.bz2 openembedded-core-2bc3d2e378da6555cf02ed46b1082643e1c0fe88.zip |
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@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest/recipes-test/images')
-rw-r--r-- | meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb index 69236c49c0..89451bd200 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" |