diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2020-04-21 17:19:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-21 13:03:35 -0700 |
commit | b5f510e48080b6dc710ff4800feb90ef679c5456 (patch) | |
tree | 0d6fb315f2b64e12e302275b5ddba83d608c3afe /meta-initramfs | |
parent | bf41d89325f1135f928f444ddb91163de91f4313 (diff) | |
download | meta-openembedded-b5f510e48080b6dc710ff4800feb90ef679c5456.tar.gz |
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>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-core/images/initramfs-debug-image.bb | 2 | ||||
-rw-r--r-- | meta-initramfs/recipes-core/images/meta-initramfs-image.bb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-core/images/initramfs-debug-image.bb b/meta-initramfs/recipes-core/images/initramfs-debug-image.bb index be7350ade..c3dcd2b82 100644 --- a/meta-initramfs/recipes-core/images/initramfs-debug-image.bb +++ b/meta-initramfs/recipes-core/images/initramfs-debug-image.bb | |||
@@ -11,8 +11,6 @@ IMAGE_FEATURES = "" | |||
11 | export IMAGE_BASENAME = "initramfs-debug-image" | 11 | export IMAGE_BASENAME = "initramfs-debug-image" |
12 | IMAGE_LINGUAS = "" | 12 | IMAGE_LINGUAS = "" |
13 | 13 | ||
14 | LICENSE = "MIT" | ||
15 | |||
16 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | 14 | IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" |
17 | inherit core-image | 15 | inherit core-image |
18 | 16 | ||
diff --git a/meta-initramfs/recipes-core/images/meta-initramfs-image.bb b/meta-initramfs/recipes-core/images/meta-initramfs-image.bb index 9d70d6d02..4c041eb5f 100644 --- a/meta-initramfs/recipes-core/images/meta-initramfs-image.bb +++ b/meta-initramfs/recipes-core/images/meta-initramfs-image.bb | |||
@@ -3,6 +3,4 @@ SUMMARY = "meta-initramfs build test image" | |||
3 | IMAGE_INSTALL = "packagegroup-core-boot \ | 3 | IMAGE_INSTALL = "packagegroup-core-boot \ |
4 | packagegroup-meta-initramfs" | 4 | packagegroup-meta-initramfs" |
5 | 5 | ||
6 | LICENSE = "MIT" | ||
7 | |||
8 | inherit core-image | 6 | inherit core-image |