diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-02-21 17:09:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 10:42:32 +0000 |
commit | 243ccd6b8b389231f6c4a8e251c2bd6b2cf6eaad (patch) | |
tree | 4a462640740a2a07ad827fc83ff62f4f16cf03b6 /meta-selftest/recipes-test/images | |
parent | d994340ec32ec04226ec185a8998775602c8b8bf (diff) | |
download | openembedded-core-243ccd6b8b389231f6c4a8e251c2bd6b2cf6eaad.tar.gz openembedded-core-243ccd6b8b389231f6c4a8e251c2bd6b2cf6eaad.tar.bz2 openembedded-core-243ccd6b8b389231f6c4a8e251c2bd6b2cf6eaad.zip |
wic: add WKS_FILE_DEPENDS variable
This variable should be used to specify dependencies that
will be added to DEPENDS only if wic image build is 'active'
i.e. when 'wic' is in IMAGE_FSTYPES.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.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, 1 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb index 9e93b8e1a9..b687935c49 100644 --- a/meta-selftest/recipes-test/images/wic-image-minimal.bb +++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb @@ -6,7 +6,7 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" IMAGE_FSTYPES = "wic" -DEPENDS = "syslinux syslinux-native dosfstools-native mtools-native gptfdisk-native" +WKS_FILE_DEPENDS = "syslinux syslinux-native dosfstools-native mtools-native gptfdisk-native" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |