diff options
| author | Vishnu Singh <v-singh1@ti.com> | 2025-10-29 11:32:09 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-31 06:52:59 -0500 |
| commit | 879abf6914437e3a4da45fd515f33ac583bbddc5 (patch) | |
| tree | 521c4b935607fc42cbc8f48031fa0087aa8d2b0e | |
| parent | f7cd5f92135bd53a843b188bce559ec894425766 (diff) | |
| download | meta-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.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 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 @@ | |||
| 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 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
| 9 | 9 | ||
| @@ -11,6 +11,6 @@ inherit cmake | |||
| 11 | 11 | ||
| 12 | DEPENDS = "ti-rpmsg-char" | 12 | DEPENDS = "ti-rpmsg-char" |
| 13 | 13 | ||
| 14 | EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" | 14 | EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "^(k3)$" | 16 | COMPATIBLE_MACHINE = "^(k3)$" |
