diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-24 17:31:24 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-25 07:19:25 -0600 |
commit | e98a97691d50030b59a5925b389d90bb276ecbd2 (patch) | |
tree | 46782064a12cd54abfbde846e01a82742030f326 /meta-ti-extras | |
parent | 9549245076d46fc080c4d274df046114e4767a1f (diff) | |
download | meta-ti-e98a97691d50030b59a5925b389d90bb276ecbd2.tar.gz |
meta-ti: convert licenses to SPDX format
Update LICENSE variable to use SPDX license identifiers.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
11 files changed, 11 insertions, 11 deletions
diff --git a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb index a250b825..51e82983 100644 --- a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb +++ b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices" | 1 | DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" |
4 | 4 | ||
5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
diff --git a/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb b/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb index 98ab387c..449a9095 100644 --- a/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb +++ b/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Builds eDMA module used by eDMA libraries for PRU sw example applications" | 1 | DESCRIPTION = "Builds eDMA module used by eDMA libraries for PRU sw example applications" |
2 | HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/" | 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://edmautils.c;beginline=1;endline=23;md5=312e9cb8a37a044c617c98a9e980ad1b" | 4 | LIC_FILES_CHKSUM = "file://edmautils.c;beginline=1;endline=23;md5=312e9cb8a37a044c617c98a9e980ad1b" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "omapl138" | 6 | COMPATIBLE_MACHINE = "omapl138" |
diff --git a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb index 72e2166f..8d4f9182 100644 --- a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb +++ b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Shared Transport Line Discipline User Mode initialisation Manager Daemon" | 1 | DESCRIPTION = "Shared Transport Line Discipline User Mode initialisation Manager Daemon" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://uim.c;beginline=1;endline=18;md5=9f0bbfbc10c67689e81a523e2976c31e" | 3 | LIC_FILES_CHKSUM = "file://uim.c;beginline=1;endline=18;md5=9f0bbfbc10c67689e81a523e2976c31e" |
4 | 4 | ||
5 | INITSCRIPT_NAME = "uim-sysfs" | 5 | INITSCRIPT_NAME = "uim-sysfs" |
diff --git a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb index 2a44fa84..e553ff49 100644 --- a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Scripts and configuration files for TI wireless drivers" | 1 | DESCRIPTION = "Scripts and configuration files for TI wireless drivers" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c0d175d1f4a705" |
4 | 4 | ||
5 | # Tag: R8.7_SP3 (8.7.3) | 5 | # Tag: R8.7_SP3 (8.7.3) |
diff --git a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb index 39d38853..477c5a96 100644 --- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Configuration utility for TI wireless drivers" | 1 | DESCRIPTION = "Configuration utility for TI wireless drivers" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438" |
4 | 4 | ||
5 | # Tag: R8.7_SP3 (8.7.3) | 5 | # Tag: R8.7_SP3 (8.7.3) |
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb index df9aaee9..d3ada9c6 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "GNU debugger for TI C6X DSP." | 1 | DESCRIPTION = "GNU debugger for TI C6X DSP." |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPL-3.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f" | 4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f" |
5 | 5 | ||
6 | DEPENDS = "ncurses bison-native texinfo flex-native gettext" | 6 | DEPENDS = "ncurses bison-native texinfo flex-native gettext" |
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb index 168e4be3..cb9e4c24 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP" | 1 | DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" |
4 | 4 | ||
5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
diff --git a/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb b/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb index 25538ace..85ab861d 100644 --- a/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb +++ b/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb | |||
@@ -4,7 +4,7 @@ PR = "r22" | |||
4 | 4 | ||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD" | 7 | LICENSE = "CC-BY-SA-3.0 & GPL-3.0-or-later & MIT & PD" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa" |
9 | 9 | ||
10 | SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" | 10 | SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" |
diff --git a/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb b/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb index e0feb02c..64bac240 100644 --- a/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb +++ b/meta-ti-extras/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Baremetal GCC for ARM" | 1 | DESCRIPTION = "Baremetal GCC for ARM" |
2 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" | 2 | LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061" | 4 | LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061" |
5 | 5 | ||
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 f97a40ce..7051fccc 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 @@ | |||
1 | DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" | 1 | DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" |
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" | 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "BSD-3-Clause & GPLv2" | 4 | LICENSE = "BSD-3-Clause & GPL-2.0-only" |
5 | 5 | ||
6 | require recipes-ti/includes/ti-paths.inc | 6 | require recipes-ti/includes/ti-paths.inc |
7 | require recipes-ti/includes/ti-staging.inc | 7 | require recipes-ti/includes/ti-staging.inc |
diff --git a/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc b/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc index daa93ddf..67d19022 100644 --- a/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc +++ b/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "TI eXpress DSP Algorithm Interface Standard (XDAIS) specification" | 1 | DESCRIPTION = "TI eXpress DSP Algorithm Interface Standard (XDAIS) specification" |
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais" | 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | 5 | ||
6 | require ../includes/ti-paths.inc | 6 | require ../includes/ti-paths.inc |