diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2017-10-03 21:57:27 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-04 14:53:36 +0000 |
| commit | 5343e044989eca88f5369ed553b3264f13707101 (patch) | |
| tree | c48b19dcffcc87f310b13bc48cd95a53f3a2074b /meta-initramfs | |
| parent | 79c442f7a14d1170c87892d927b600f32cd86948 (diff) | |
| download | meta-openembedded-5343e044989eca88f5369ed553b3264f13707101.tar.gz | |
initramfs-kexecboot-image: replace deprecated license file
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs')
| -rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 835b307549..2573eb4818 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Initramfs image for kexecboot kernel" | 1 | SUMMARY = "Initramfs image for kexecboot kernel" |
| 2 | DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." | 2 | DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 5 | 5 | ||
| 6 | inherit image | 6 | inherit image |
| 7 | 7 | ||
