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-23 09:52:54 +0100 |
commit | e0b38f20a8627a056bb0ccc350a0d155d54f3c44 (patch) | |
tree | 638f3bc017222b70e6f48dc9a917ec21e3ec855f /meta-selftest/recipes-test/images/wic-image-minimal.bb | |
parent | dd7726f0bcd994b709d10c878fc4b9fa719752c4 (diff) | |
download | poky-e0b38f20a8627a056bb0ccc350a0d155d54f3c44.tar.gz |
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.
(From OE-Core rev: 2bc3d2e378da6555cf02ed46b1082643e1c0fe88)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/images/wic-image-minimal.bb')
-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 @@ | |||
1 | SUMMARY = "An example of partitioned image." | 1 | SUMMARY = "An example of partitioned image." |
2 | 2 | ||
3 | SRC_URI = "file://${FILE_DIRNAME}/${BPN}.wks" | ||
4 | |||
3 | IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" | 5 | IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" |
4 | 6 | ||
5 | IMAGE_FSTYPES = "wic.bz2" | 7 | IMAGE_FSTYPES = "wic.bz2" |