Remove LICENSE = "MIT" from images

As in commit 9d55993
This is the default in the packagegroup and image classes.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrea Adami 2020-04-21 17:19:32 +02:00 committed by Khem Raj
parent bf41d89325
commit b5f510e480
2 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,6 @@ IMAGE_FEATURES = ""
export IMAGE_BASENAME = "initramfs-debug-image"
IMAGE_LINGUAS = ""
LICENSE = "MIT"
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
inherit core-image

View File

@ -3,6 +3,4 @@ SUMMARY = "meta-initramfs build test image"
IMAGE_INSTALL = "packagegroup-core-boot \
packagegroup-meta-initramfs"
LICENSE = "MIT"
inherit core-image