From 1703c295cbdee9c1726aaa0fdbbffe2bb1d43504 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Apr 2022 20:02:58 -0700 Subject: cst: Correctly specify BSD variant for license Fixes QA Issue: cst-native: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Khem Raj --- recipes-devtools/cst/cst_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index d4a9a8598..b9ac3e9e1 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb @@ -1,6 +1,6 @@ SUMMARY = "utility for security boot" SECTION = "cst" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" -- cgit v1.2.3-54-g00ecf From 564148f7083c2bb9e4c2a729d69a717160c85098 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Apr 2022 20:04:51 -0700 Subject: flib: Use specific BSD license Signed-off-by: Khem Raj --- recipes-dpaa/flib/flib_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index af228f3fb..51620b773 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Foundation Library" SECTION = "flib" -LICENSE = "BSD & GPL-2.0-only" +LICENSE = "BSD-3-Clause & GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" -- cgit v1.2.3-54-g00ecf From c3c5a75c00a09d135b50584b24f9e01fd9f4c7e3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Apr 2022 20:06:32 -0700 Subject: qoriq-atf: Fix BSD license to be specific Signed-off-by: Khem Raj --- recipes-bsp/atf/qoriq-atf-2.4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/atf/qoriq-atf-2.4.inc b/recipes-bsp/atf/qoriq-atf-2.4.inc index 28045c7c6..38a992b3b 100644 --- a/recipes-bsp/atf/qoriq-atf-2.4.inc +++ b/recipes-bsp/atf/qoriq-atf-2.4.inc @@ -1,6 +1,6 @@ DESCRIPTION = "ARM Trusted Firmware" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf.git;nobranch=1" -- cgit v1.2.3-54-g00ecf From 5135dc34f5117f09cc4e7543068233c33b9b1ebb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Apr 2022 20:08:04 -0700 Subject: eth-config: Be specific about BSD license Signed-off-by: Khem Raj --- recipes-dpaa/eth-config/eth-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index 989bdbf07..b2f0713ca 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Ethernet Configuration Files" SECTION = "eth-config" -LICENSE = "BSD & GPL-2.0-or-later" +LICENSE = "BSD-3-Clause & GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4" PR = "r2" -- cgit v1.2.3-54-g00ecf