mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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>
This commit is contained in:
@@ -2,5 +2,6 @@ SUMMARY = "An empty image."
|
|||||||
IMAGE_INSTALL = ""
|
IMAGE_INSTALL = ""
|
||||||
IMAGE_LINGUAS = ""
|
IMAGE_LINGUAS = ""
|
||||||
PACKAGE_INSTALL = ""
|
PACKAGE_INSTALL = ""
|
||||||
|
IC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
inherit image
|
inherit image
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ RM_OLD_IMAGE = "1"
|
|||||||
|
|
||||||
DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native"
|
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
|
# core-image-minimal is referenced in .wks, so we need its rootfs
|
||||||
# to be ready before our rootfs
|
# to be ready before our rootfs
|
||||||
do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv"
|
do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv"
|
||||||
|
|||||||
Reference in New Issue
Block a user