summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishnu Singh <v-singh1@ti.com>2025-10-29 11:32:09 +0530
committerRyan Eatmon <reatmon@ti.com>2025-10-31 06:52:59 -0500
commit879abf6914437e3a4da45fd515f33ac583bbddc5 (patch)
tree521c4b935607fc42cbc8f48031fa0087aa8d2b0e
parentf7cd5f92135bd53a843b188bce559ec894425766 (diff)
downloadmeta-ti-scarthgap-wip.tar.gz
ti-librpmsg-dma: update ti-librpmsg-dma SRCREV & LICENSEscarthgap-wip
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>
-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 b624871d..01c08f28 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,9 +1,9 @@
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
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
@@ -11,6 +11,6 @@ inherit cmake
11 11
12DEPENDS = "ti-rpmsg-char" 12DEPENDS = "ti-rpmsg-char"
13 13
14EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" 14EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF"
15 15
16COMPATIBLE_MACHINE = "^(k3)$" 16COMPATIBLE_MACHINE = "^(k3)$"