| Message ID | 20251113134037.18115-1-hnagalla@ti.com |
|---|---|
| State | Superseded |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [master/scarthgap,v2] ipc: ti-rpmsg-char: Update library to 0.6.10 | expand |
meta-ti / na / 20251113134037.18115-1-hnagalla
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master/scarthgap v2] ipc: ti-rpmsg-char: Update library to 0.6.10
WARN: Missing branches specifier [master/scarthgap/XXXXX]. (META-2)
patch:68
Subject: [master/scarthgap v2] ipc: ti-rpmsg-char: Update library to 0.6.10
WARN: Commit message should not include directory path to recipe: ipc: ti-rpmsg-char: Update library to 0.6.10.
ipc: (COMMIT-MESSAGE-3)
patch
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master/scarthgap v2] ipc: ti-rpmsg-char: Update library to 0.6.10
- Submitter: From: Hari Nagalla <hnagalla@ti.com>
- Date: Date: Thu, 13 Nov 2025 07:40:37 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 0e08d4861db2c5e897302a7be307bea2450f976f
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Anurag Dutta <a-dutta@ti.com>
- Commit Subject: conf: machine: j722s: Fix overlay name in KERNEL_DEVICETREE_PREFIX
- Commit SHA: 8dbd05aa6098282577208ec7c6766d42d700a2ca
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index 0350152d..e8f0f8ba 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,9 +7,9 @@ PROTOCOL = "https" BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# 0.6.9 release -SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" +# 0.6.10 release +SRCREV = "057b1a249261e26d00c501b59646957160ec815b" -PV = "0.6.9+git" +PV = "0.6.10+git" COMPATIBLE_MACHINE = "^(k3)$"
update rpmsg library tp 0.6.10 It brings the following fixes from ti-rpmsg-char repo: d4cf638 src: fix bug in file_read_string() 3e72722 src: add api to fetch kernel allocated remote proc id 5061690 benchmark: update max runs = 1 trillion, max latency = 9sec 4aa2a84 examples: clean up tabs, delay metering 07660dd example: add rpmsg_char_benchmark b40845f Replace read bytes from 256 --> 496 b2e9e2f Update max message size to 496 Signed-off-by: Hari Nagalla <hnagalla@ti.com> --- changes in v2: - fixed typos in commit message meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)