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/recipes-ti | |
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/recipes-ti')
4 files changed, 4 insertions, 4 deletions
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 |