summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-selftest/recipes-test/images/test-empty-image.bb1
-rw-r--r--meta-selftest/recipes-test/images/wic-image-minimal.bb2
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb
index 88d8d612e8..1c9f720615 100644
--- a/meta-selftest/recipes-test/images/test-empty-image.bb
+++ b/meta-selftest/recipes-test/images/test-empty-image.bb
@@ -2,5 +2,6 @@ SUMMARY = "An empty image."
2IMAGE_INSTALL = "" 2IMAGE_INSTALL = ""
3IMAGE_LINGUAS = "" 3IMAGE_LINGUAS = ""
4PACKAGE_INSTALL = "" 4PACKAGE_INSTALL = ""
5IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 6
6inherit image 7inherit image
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb
index a294ba7af4..754689f999 100644
--- a/meta-selftest/recipes-test/images/wic-image-minimal.bb
+++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb
@@ -9,6 +9,8 @@ RM_OLD_IMAGE = "1"
9 9
10DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native" 10DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native"
11 11
12LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
13
12# core-image-minimal is referenced in .wks, so we need its rootfs 14# core-image-minimal is referenced in .wks, so we need its rootfs
13# to be ready before our rootfs 15# to be ready before our rootfs
14do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv" 16do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv"