summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti/ipc
diff options
context:
space:
mode:
authorVishnu Singh <v-singh1@ti.com>2025-10-29 11:34:56 +0530
committerRyan Eatmon <reatmon@ti.com>2025-11-05 17:55:43 -0600
commit53154b7a45405f6b7a7b2784e0a28d5c5f84d58a (patch)
treef7904d1823bf72584dde64a278647496e4f19b1a /meta-ti-bsp/recipes-ti/ipc
parent39b81fac904906007772dba3100fa92da28a3c91 (diff)
downloadmeta-ti-53154b7a45405f6b7a7b2784e0a28d5c5f84d58a.tar.gz
ti-librpmsg-dma: update ti-librpmsg-dma SRCREV & LICENSE
Replace MIT license with TI-TFL to align with TI release policy and product requirements. Legal approval: SRAS00013045 Update scarthgap srcrev and disable 2dfft example from lib build. License-Update: Replace MIT to TI-TFL license Signed-off-by: Vishnu Singh <v-singh1@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc')
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb
index 165ce8fb..2299435f 100644
--- a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb
+++ b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb
@@ -1,14 +1,14 @@
1SUMMARY = "RPMsg DMA shared library" 1SUMMARY = "RPMsg DMA shared library"
2LICENSE = "MIT" 2LICENSE = "TI-TFL"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=91dc4ee6d125d0aaba4e5bd2fcc50ed3"
4 4
5SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" 5SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=scarthgap"
6SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" 6SRCREV = "153951932925a72346b76d98b2774952c48a82fc"
7 7
8inherit cmake 8inherit cmake
9 9
10DEPENDS = "ti-rpmsg-char" 10DEPENDS = "ti-rpmsg-char"
11 11
12EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" 12EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF"
13 13
14COMPATIBLE_MACHINE = "^(k3)$" 14COMPATIBLE_MACHINE = "^(k3)$"