summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-24 17:31:24 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-25 07:19:25 -0600
commite98a97691d50030b59a5925b389d90bb276ecbd2 (patch)
tree46782064a12cd54abfbde846e01a82742030f326 /meta-ti-extras/recipes-bsp
parent9549245076d46fc080c4d274df046114e4767a1f (diff)
downloadmeta-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.bb2
-rw-r--r--meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb2
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 @@
1DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices" 1DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices"
2LICENSE = "GPLv2" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" 3LIC_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 @@
1DESCRIPTION = "Builds eDMA module used by eDMA libraries for PRU sw example applications" 1DESCRIPTION = "Builds eDMA module used by eDMA libraries for PRU sw example applications"
2HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/" 2HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://edmautils.c;beginline=1;endline=23;md5=312e9cb8a37a044c617c98a9e980ad1b" 4LIC_FILES_CHKSUM = "file://edmautils.c;beginline=1;endline=23;md5=312e9cb8a37a044c617c98a9e980ad1b"
5 5
6COMPATIBLE_MACHINE = "omapl138" 6COMPATIBLE_MACHINE = "omapl138"