]> code.ossystems Code Review - meta-freescale.git/commitdiff
layer: license: fix GPL-2.0 license identifiers changed upstream
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 22 Feb 2021 21:11:55 +0000 (21:11 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 24 Feb 2021 11:02:33 +0000 (08:02 -0300)
Upstream commit 2456f523cf ("licenses: Update license file to match
current SPDX names") deprecated the usage of GPL-2.0 SPDX identifier,
removed GPL-2.0 license file and replaced it with GPL-2.0-only SPDX
identifier and text file.

Adjust layer recipes to use new SDPX identifier and text file.

imx-test recipe has license has been re-captured to use GPL-2.0-or-later
identifier, since it is required by the license text accompanying the
source code repository through "GPLv2 or later" statement in COPYING file.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-bsp/imx-mkimage/imx-boot_1.0.bb
recipes-bsp/imx-mkimage/imx-mkimage_git.bb
recipes-bsp/imx-test/imx-test_git.bb
recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p1.0.bb

index 5ca817aeb2749030919bc9c532f66fa273c8e7c5..f15929911fa93bdc1f18d6fc434e7a71de24f583 100644 (file)
@@ -4,7 +4,7 @@ require imx-mkimage_git.inc
 
 DESCRIPTION = "Generate Boot Loader for i.MX 8 device"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
 SECTION = "BSP"
 
 inherit use-imx-security-controller-firmware
index 1e53f23ebf4d1268e9ee6ae3182ca2576daee358..4e154f6d78dfbfff4d44d2af3b3414bd45f5ef9b 100644 (file)
@@ -5,7 +5,7 @@ require imx-mkimage_git.inc
 
 DESCRIPTION = "i.MX make image"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
 SECTION = "BSP"
 
 inherit deploy native
index da488bd31138d5af766f5ae164b7d7784a300c88..4e139cc44d2d9cb47de90d3ad4ccaac2c6d05d84 100644 (file)
@@ -5,8 +5,8 @@
 SUMMARY = "Test programs for i.MX BSP"
 DESCRIPTION = "Unit tests for the i.MX BSP"
 SECTION = "base"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"
 
 DEPENDS = "alsa-lib libdrm"
 DEPENDS_append_mx6 = " imx-lib"
index 98cfb2bc106335b6258627ff5cf232857d17a726..556ec12d5063e8f3617e2531e2f5717d1675fbe0 100644 (file)
@@ -5,7 +5,7 @@ SUMMARY = "Kernel loadable module for Vivante GPU"
 DESCRIPTION = "Builds the Vivante GPU kernel driver as a loadable kernel module, \
 allowing flexibility to use a newer graphics release with an older kernel."
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
 
 SRCBRANCH = "imx_5.4.70_2.3.0"
 LOCALVERSION = "-${SRCBRANCH}"