summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-fsp2
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-04-30 15:41:26 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-30 15:41:47 +0300
commitd541ec52554ae60b0d5903cccf97905bcaaf209e (patch)
treea02e5cb145b9b1742615b87a1e678ca045ae1144 /meta-ibm/meta-fsp2
parentbdc6f55108df9d22f1ad27c4899f356179201cf0 (diff)
downloadopenbmc-d541ec52554ae60b0d5903cccf97905bcaaf209e.tar.xz
treewide: fix GPLv2/LGPLv2.1 obsolete-license warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I746b04e1e36abaf2ff3852beb8a04535692442c1
Diffstat (limited to 'meta-ibm/meta-fsp2')
-rw-r--r--meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb2
-rw-r--r--meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb b/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
index aae0c09d6e..10e89bebb4 100644
--- a/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
+++ b/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
@@ -2,7 +2,7 @@ require recipes-bsp/u-boot/u-boot.inc
SRC_URI = "git://github.com/openbmc/u-boot;branch=v2017.11-fsp2-openbmc;protocol=https"
SRCREV = "d675f0a16ecc876b1aa78b4151af89c80fe0f4b9"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
S = "${WORKDIR}/git"
diff --git a/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc b/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
index 9419494763..37f34cb256 100644
--- a/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
+++ b/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "Linux kernel for the FSP2 system on a chip"
SECTION = "kernel"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
KCONFIG_MODE="--alldefconfig"