mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a66f586729
commit
ce2cb456f4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user