| Message ID | 20251029052623.2979655-1-v-singh1@ti.com | 
|---|---|
| State | Superseded | 
| Delegated to: | Ryan Eatmon | 
| Headers | show | 
| Series | [meta-ti,scarthgap,v4] ti-librpmsg-dma: update ti-librpmsg-dma SRCREV & LICENSE | expand | 
meta-ti / na / 20251029052623.2979655-1-v-singh1
PRC Results: PASS
=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
  apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][scarthgap][PATCH v4] ti-librpmsg-dma: update ti-librpmsg-dma SRCREV & LICENSE
- Submitter: From: vishnu singh <v-singh1@ti.com>
From: Vishnu Singh <v-singh1@ti.com>
- Date: Date: Wed, 29 Oct 2025 10:56:23 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 5693946e4c27984e1a824b653c9db7a2ea774644
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: Sabeeh Khan <sabeeh-khan@ti.com>
- Commit Subject: meta-ti-extras: cc33xx-fw: update cc33xx firmware to 1.7.0.323
- Commit SHA: 6245469825ca824c83b2796553bcb9163c6daf66
Patches
----------------------------------------
All patches applied
=========================================================
  check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
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..7600f867 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 @@ SUMMARY = "RPMsg DMA shared library" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53" +LICENSE = "TI-TFL" +LIC_FILES_CHKSUM = "file://LICENSE;md5=91dc4ee6d125d0aaba4e5bd2fcc50ed3" -SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" -SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" +SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=scarthgap" +SRCREV = "33d20a5a488844ace45ffb9dbbad9f043c5c897f" S = "${WORKDIR}/git" @@ -11,6 +11,6 @@ inherit cmake 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)$"