1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Vishnu Singh
2025-10-29 11:34:56 +05:30
committed by Ryan Eatmon
parent 39b81fac90
commit 53154b7a45

View File

@@ -1,14 +1,14 @@
SUMMARY = "RPMsg DMA shared library" SUMMARY = "RPMsg DMA shared library"
LICENSE = "MIT" LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53" LIC_FILES_CHKSUM = "file://LICENSE;md5=91dc4ee6d125d0aaba4e5bd2fcc50ed3"
SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=scarthgap"
SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" SRCREV = "153951932925a72346b76d98b2774952c48a82fc"
inherit cmake inherit cmake
DEPENDS = "ti-rpmsg-char" DEPENDS = "ti-rpmsg-char"
EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF"
COMPATIBLE_MACHINE = "^(k3)$" COMPATIBLE_MACHINE = "^(k3)$"