diff options
Diffstat (limited to 'meta-selftest/recipes-test/images')
-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" |