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-bsp | |
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-bsp')
-rw-r--r-- | meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb | 2 | ||||
-rw-r--r-- | meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb | 2 |
2 files changed, 2 insertions, 2 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" |