From: Denys Dmytriyenko <de...@konsulko.com>

OE-Core recently removed ambiguous "BSD" license[1] in order for recipes to
be more specific and use the exact variants of BSD. Update meta-ti recipes
with "BSD-3-Clause" as that was the previous default.

[1] 
https://git.openembedded.org/openembedded-core/commit/?id=14d4c007c49652d836d325a12bdbcd3bfa42e6d5

Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>
---
 meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc       | 2 +-
 meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb              | 2 +-
 meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc                           | 2 +-
 meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb                 | 2 +-
 meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb                 | 2 +-
 .../wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb                | 2 +-
 meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb     | 2 +-
 meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb   | 2 +-
 meta-ti-extras/recipes-ti/bios/ti-sysbios.inc                   | 2 +-
 .../recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb       | 2 +-
 meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb               | 2 +-
 meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb         | 2 +-
 meta-ti-extras/recipes-ti/devtools/ti-xdctools-common.inc       | 2 +-
 .../recipes-ti/framework-components/ti-framework-components.inc | 2 +-
 meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc               | 2 +-
 meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb        | 2 +-
 meta-ti-extras/recipes-ti/osal/ti-osal.inc                      | 2 +-
 meta-ti-extras/recipes-ti/swtools/swtools_git.bb                | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc 
b/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc
index 8081d021..2c22e0cf 100644
--- a/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/meta-ti-bsp/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -1,4 +1,4 @@
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
 
 BRANCH = "master"
diff --git a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb 
b/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb
index 92c425b1..9447f44d 100644
--- a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb
+++ b/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "VPE test program"
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
 
 DEPENDS = "virtual/kernel vpdma-fw"
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc 
b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc
index 34278d4b..3f6b7bce 100644
--- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc
+++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and 
Multi- Processor Configurations)"
 HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC";
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
 
 TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
diff --git a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb 
b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb
index 20818443..e8853ff8 100644
--- a/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb
+++ b/meta-ti-extras/recipes-bsp/dsptop/dsptop_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "TI dsptop utility."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
 
 DEPENDS = "libulm ncurses"
diff --git a/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb 
b/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb
index f3e7ec3c..6a2cde30 100644
--- a/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb
+++ b/meta-ti-extras/recipes-bsp/dsptop/libulm_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "TI Usage & Load Monitor Implementation"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://../debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
 
 inherit features_check
diff --git 
a/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb
 
b/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb
index 50eaa1c1..1b9710af 100644
--- 
a/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb
+++ 
b/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "The calibrator utility for TI wireless solution based on wl18xx 
driver"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
 
 DEPENDS = "libnl"
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb 
b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb
index fab4fbd2..3460eadb 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "TI gdb-server to be used with c6xgdb."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://../debian/copyright;md5=82c616b6c8f9c11c46feaaf8f9a11495"
 
 DEPENDS = "ti-xdais ti-framework-components ti-cgt6x-native ti-sysbios 
ti-xdctools-native"
diff --git a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb 
b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb
index 42482c11..a6dc1d1d 100644
--- a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb
+++ b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.14.00.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Library for remotely invoking HW accelerated codecs on IVA-HD"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
 
 inherit autotools pkgconfig
diff --git a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc 
b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
index 0009dfcc..f31decec 100644
--- a/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
+++ b/meta-ti-extras/recipes-ti/bios/ti-sysbios.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI SYS/BIOS v6 Kernel"
 HOMEPAGE = 
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios";
 SECTION = "devel"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require ../includes/ti-paths.inc
 require ../includes/ti-staging.inc
diff --git 
a/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb 
b/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
index 5851b899..2e25ea76 100644
--- a/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
+++ b/meta-ti-extras/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
 HOMEPAGE = 
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce";
 SECTION = "devel"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
diff --git a/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb 
b/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb
index c15ab229..ece07183 100644
--- a/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb
+++ b/meta-ti-extras/recipes-ti/ctoolslib/libaet_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "TI Emulation CTools AET library"
 DESCRIPTION = "The AETLIB library provides programmatic access to the Advanced 
Event Triggering capability on C6x processor cores"
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 PV = "4.19.0.0"
 
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb 
b/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
index 8e36be6d..c7608a76 100644
--- a/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
+++ b/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI CG_XML"
 HOMEPAGE = 
"http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/index.htm";
 SECTION = "devel"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-xdctools-common.inc 
b/meta-ti-extras/recipes-ti/devtools/ti-xdctools-common.inc
index 3caf7b8d..f97a40ce 100644
--- a/meta-ti-extras/recipes-ti/devtools/ti-xdctools-common.inc
+++ b/meta-ti-extras/recipes-ti/devtools/ti-xdctools-common.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - 
http://rtsc.eclipse.org)"
 HOMEPAGE = 
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc";
 SECTION = "devel"
-LICENSE = "BSD & GPLv2"
+LICENSE = "BSD-3-Clause & GPLv2"
 
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
diff --git 
a/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc 
b/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc
index e8b7c414..81407ed7 100644
--- a/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc
+++ b/meta-ti-extras/recipes-ti/framework-components/ti-framework-components.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "TI Framework Components"
 HOMEPAGE = 
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc";
 SECTION = "devel"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/includes/ti-paths.inc
 
diff --git a/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc 
b/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
index c34a6078..09352505 100644
--- a/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
+++ b/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
@@ -2,7 +2,7 @@ HOMEPAGE = 
"http://processors.wiki.ti.com/index.php/Category:IPC";
 require recipes-ti/ipc/ti-ipc-common.inc
 require ti-ipc-rtos.inc
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://${S_ipc-examples}/src/makefile;beginline=1;endline=30;md5=a52324bd5033bb49ea07bade1244ac9a"
 
 INSANE_SKIP:${PN} += "arch"
diff --git a/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb 
b/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb
index 59a9635d..7c4a3409 100644
--- a/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb
+++ b/meta-ti-extras/recipes-ti/openmp-rtos/openmp-rtos_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI OpenMP RTOS"
 HOMEPAGE = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/includes/ti-paths.inc
 
diff --git a/meta-ti-extras/recipes-ti/osal/ti-osal.inc 
b/meta-ti-extras/recipes-ti/osal/ti-osal.inc
index dbd64f7b..b0470793 100644
--- a/meta-ti-extras/recipes-ti/osal/ti-osal.inc
+++ b/meta-ti-extras/recipes-ti/osal/ti-osal.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI Operating System Abstraction Library (OSAL)"
 HOMEPAGE = 
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal";
-LICENSE = "BSD & EPL-1.0"
+LICENSE = "BSD-3-Clause & EPL-1.0"
 SECTION = "devel"
 
 require ../includes/ti-paths.inc
diff --git a/meta-ti-extras/recipes-ti/swtools/swtools_git.bb 
b/meta-ti-extras/recipes-ti/swtools/swtools_git.bb
index d3b9a9b1..a4cb1053 100644
--- a/meta-ti-extras/recipes-ti/swtools/swtools_git.bb
+++ b/meta-ti-extras/recipes-ti/swtools/swtools_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "TI Software Tools"
 HOMEPAGE = "https://git.ti.com/ep-processor-libraries/swtools";
 SECTION = "devel"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://ti/mas/swtools/copyright.txt;md5=b1f52a1435051fdb18f8885b0384147d"
 
 require ../includes/ti-paths.inc
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14441): 
https://lists.yoctoproject.org/g/meta-ti/message/14441
Mute This Topic: https://lists.yoctoproject.org/mt/89310662/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to