diff options
Diffstat (limited to 'meta-selftest/recipes-test')
-rw-r--r-- | meta-selftest/recipes-test/images/test-empty-image.bb | 1 | ||||
-rw-r--r-- | meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 |
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." | |||
2 | IMAGE_INSTALL = "" | 2 | IMAGE_INSTALL = "" |
3 | IMAGE_LINGUAS = "" | 3 | IMAGE_LINGUAS = "" |
4 | PACKAGE_INSTALL = "" | 4 | PACKAGE_INSTALL = "" |
5 | IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | 6 | ||
6 | inherit image | 7 | inherit 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 | ||
10 | DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native" | 10 | DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native" |
11 | 11 | ||
12 | LIC_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 |
14 | do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv" | 16 | do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv" |