]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-selftest/images: Add LIC_FILES_CHKSUM to images using image.bbclass
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:29:45 +0000 (10:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:59 +0000 (10:30 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/images/test-empty-image.bb
meta-selftest/recipes-test/images/wic-image-minimal.bb

index 88d8d612e8e281c3bd61e30807f4d025beb1a75a..1c9f7206151834f61702e351e66b1d27874c036d 100644 (file)
@@ -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
index a294ba7af4e108403a261e0f4496e0f7302b52c3..754689f9994fff89134934e87f6895939265df66 100644 (file)
@@ -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"