]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: add dependencies to wic-image-minimal recipe
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 10 Sep 2015 08:35:09 +0000 (11:35 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:20:07 +0000 (15:20 +0100)
Added "DEPENDS =" line to the recipe to ensure that all tools required
for image creation are built.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta-selftest/recipes-test/images/wic-image-minimal.bb

index 073c569fe2dc46d5d477be0cba67cb7f24cd45f9..69236c49c04b678e9fe24e832dbea9756f111674 100644 (file)
@@ -5,6 +5,8 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
 IMAGE_FSTYPES = "wic.bz2"
 RM_OLD_IMAGE = "1"
 
+DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native"
+
 # core-image-minimal is referenced in .wks, so we need its rootfs
 # to be ready before our rootfs
 do_rootfs[depends] += "core-image-minimal:do_rootfs"