diff mbox series

[master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.10

Message ID 20251113094440.19249-1-hnagalla@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.10 | expand

Commit Message

Hari Nagalla Nov. 13, 2025, 9:44 a.m. UTC
update rpmsg library tp 0.6.10
It brings the following fixes from ti-rpmsg-char repo:

d4cf638 (origin/master, origin/HEAD) 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>
---
 meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

PRC Automation Nov. 13, 2025, 9:55 a.m. UTC | #1
meta-ti / na / 20251113094440.19249-1-hnagalla

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master/scarthgap] 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: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.10
- Submitter: From: Hari Nagalla <hnagalla@ti.com>
- Date: Date: Thu, 13 Nov 2025 03:44:40 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a68a100422e1e05737adc01e6345350c718d0563

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

scarthgap
=====================
Summary:
- Patch Series: [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.10
- Submitter: From: Hari Nagalla <hnagalla@ti.com>
- Date: Date: Thu, 13 Nov 2025 03:44:40 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a68a100422e1e05737adc01e6345350c718d0563

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202511070802
- Commit SHA: 5b095d968eb225b72e44dc164683aa9157ec2b93

Patches
----------------------------------------
FAIL - [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.10
    error: patch failed: meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc:7
    error: meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc: patch does not apply
    Applying: ipc: ti-rpmsg-char: Update library to 0.6.10
    Patch failed at 0001 ipc: ti-rpmsg-char: Update library to 0.6.10
diff mbox series

Patch

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)$"