diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:29:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:16 +0100 |
commit | 3cdecde23d76196954d549228af01a2a0622a94d (patch) | |
tree | 9d61ab4c6d478a58bd8226dc852160400ab41b67 /meta-selftest/recipes-test | |
parent | 1ee4cc1073d6f9c87f2f1ed7c84e75a2b4f71e77 (diff) | |
download | poky-3cdecde23d76196954d549228af01a2a0622a94d.tar.gz |
meta-selftest/images: Add LIC_FILES_CHKSUM to images using image.bbclass
(From OE-Core rev: 72bfe3c07a4f36575d796f1cb9f465d6f959746b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" |