[oe-commits] [openembedded-core] 53/53: meta-selftest/images: Add LIC_FILES_CHKSUM to images using image.bbclass

git at git.openembedded.org git at git.openembedded.org
Fri May 6 09:33:40 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 72bfe3c07a4f36575d796f1cb9f465d6f959746b
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri May 6 10:29:45 2016 +0100

    meta-selftest/images: Add LIC_FILES_CHKSUM to images using image.bbclass
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta-selftest/recipes-test/images/test-empty-image.bb  | 1 +
 meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb
index 88d8d61..1c9f720 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."
 IMAGE_INSTALL = ""
 IMAGE_LINGUAS = ""
 PACKAGE_INSTALL = ""
+IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
 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 a294ba7..754689f 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"
 
 DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native"
 
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
 # 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_image core-image-minimal:do_rootfs_wicenv"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list