diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-09-10 11:35:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-23 09:52:53 +0100 |
commit | ce2cb456f48d7454f4f6f19a60bf9f960604cf30 (patch) | |
tree | 91199a1ab9ac5127bf13d23c5831eed7d1b3f3bb /meta-selftest | |
parent | a66f5867295713ab8132c34c3ad6675dd37c028c (diff) | |
download | poky-ce2cb456f48d7454f4f6f19a60bf9f960604cf30.tar.gz |
wic: add dependencies to wic-image-minimal recipe
Added "DEPENDS =" line to the recipe to ensure that all tools required
for image creation are built.
(From OE-Core rev: 776b9572543db7203f8c44e06b838391209badc4)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-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 073c569fe2..69236c49c0 100644 --- a/meta-selftest/recipes-test/images/wic-image-minimal.bb +++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb | |||
@@ -5,6 +5,8 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" | |||
5 | IMAGE_FSTYPES = "wic.bz2" | 5 | IMAGE_FSTYPES = "wic.bz2" |
6 | RM_OLD_IMAGE = "1" | 6 | RM_OLD_IMAGE = "1" |
7 | 7 | ||
8 | DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native" | ||
9 | |||
8 | # core-image-minimal is referenced in .wks, so we need its rootfs | 10 | # core-image-minimal is referenced in .wks, so we need its rootfs |
9 | # to be ready before our rootfs | 11 | # to be ready before our rootfs |
10 | do_rootfs[depends] += "core-image-minimal:do_rootfs" | 12 | do_rootfs[depends] += "core-image-minimal:do_rootfs" |