diff options
| author | Vishnu Singh <v-singh1@ti.com> | 2025-10-29 11:34:56 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-05 17:55:43 -0600 |
| commit | 53154b7a45405f6b7a7b2784e0a28d5c5f84d58a (patch) | |
| tree | f7904d1823bf72584dde64a278647496e4f19b1a /meta-ti-bsp/recipes-ti/ipc | |
| parent | 39b81fac904906007772dba3100fa92da28a3c91 (diff) | |
| download | meta-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.bb | 10 |
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 @@ | |||
| 1 | SUMMARY = "RPMsg DMA shared library" | 1 | SUMMARY = "RPMsg DMA shared library" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "TI-TFL" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91dc4ee6d125d0aaba4e5bd2fcc50ed3" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" | 5 | SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=scarthgap" |
| 6 | SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" | 6 | SRCREV = "153951932925a72346b76d98b2774952c48a82fc" |
| 7 | 7 | ||
| 8 | inherit cmake | 8 | inherit cmake |
| 9 | 9 | ||
| 10 | DEPENDS = "ti-rpmsg-char" | 10 | DEPENDS = "ti-rpmsg-char" |
| 11 | 11 | ||
| 12 | EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" | 12 | EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF" |
| 13 | 13 | ||
| 14 | COMPATIBLE_MACHINE = "^(k3)$" | 14 | COMPATIBLE_MACHINE = "^(k3)$" |
