| Message ID | 20260312105155.270295-1-p-bhagat@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [master] recipes-ti: ti-librpmsg-dma: Update branch and disable example build | expand |
meta-ti / na / 20260312105155.270295-1-p-bhagat
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master][PATCH] recipes-ti: ti-librpmsg-dma: Update branch and disable example build
WARN: Commit message should not include directory path to recipe: recipes-ti: ti-librpmsg-dma: Update branch and disable example build.
recipes-ti (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master][PATCH] recipes-ti: ti-librpmsg-dma: Update branch and disable example build
- Submitter: From: Paresh Bhagat <p-bhagat@ti.com>
- Date: Date: Thu, 12 Mar 2026 16:21:55 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 8c4876f07624585fef1d35962c4d3d9b269e5b54
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: 2976bdb6413a80438ce1fe7d4056105f6385f019
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
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 2299435f..13599d99 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 @@ -2,13 +2,13 @@ SUMMARY = "RPMsg DMA shared library" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE;md5=91dc4ee6d125d0aaba4e5bd2fcc50ed3" -SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=scarthgap" -SRCREV = "153951932925a72346b76d98b2774952c48a82fc" +SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" +SRCREV = "d1cd23bcce13877c7f67d9b1fd399940b87b2ee3" inherit cmake DEPENDS = "ti-rpmsg-char" -EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF" +EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF -DBUILD_SIGNAL_CHAIN_BIQUAD_EXAMPLE=OFF" COMPATIBLE_MACHINE = "^(k3)$"
Switch from scarthgap to main branch for ti-librpmsg-dma library. Also update SRCREV and add -DBUILD_SIGNAL_CHAIN_BIQUAD_EXAMPLE=OFF to cmake options to exclude building the sigchain example. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> --- meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)