| Message ID | 20260218192325.12701-1-hnagalla@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.11 | expand |
meta-ti / na / 20260218192325.12701-1-hnagalla
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.11
WARN: Commit message should not include directory path to recipe: ipc: ti-rpmsg-char: Update library to 0.6.11.
ipc (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.11
- Submitter: From: Hari Nagalla <hnagalla@ti.com>
- Date: Date: Wed, 18 Feb 2026 13:23:25 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 670ee830d9c83d80a2497d16dfcbe19267512876
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: e3c0d1cceaabb4564de393e8dca459ef0c3bf836
Patches
----------------------------------------
All patches applied
scarthgap
=====================
Summary:
- Patch Series: [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.11
- Submitter: From: Hari Nagalla <hnagalla@ti.com>
- Date: Date: Wed, 18 Feb 2026 13:23:25 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 670ee830d9c83d80a2497d16dfcbe19267512876
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.202601300920
- Commit SHA: 5258ee2f903d8f1e0cbcb9d01488d08b57314009
Patches
----------------------------------------
FAIL - [master/scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.11
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.11
Patch failed at 0001 ipc: ti-rpmsg-char: Update library to 0.6.11
On 2/18/2026 1:23 PM, Hari Nagalla wrote: > update ti-rpmsg-char library to 0.6.11 > Isnt this intended only for master? Why needed for scarthgap as well? > It brings the below fixes: > dd4783422bf lib: Do not update local endpoint > f26e4a30ca7 example: benchmark: move latencies array to data section. > > 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(-) > > 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 e8f0f8ba..f9fb0f25 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.10 release > -SRCREV = "057b1a249261e26d00c501b59646957160ec815b" > +# 0.6.11 release > +SRCREV = "dd4783422bf4fbed1015bfaa51054e40057b4f04" > > -PV = "0.6.10+git" > +PV = "0.6.11+git" > > COMPATIBLE_MACHINE = "^(k3)$"
On 2/18/26 13:31, Bajjuri, Praneeth wrote: > On 2/18/2026 1:23 PM, Hari Nagalla wrote: >> update ti-rpmsg-char library to 0.6.11 >> > > Isnt this intended only for master? > > Why needed for scarthgap as well? > Yes, it is intended for master. Will work on scarthgap branch as well.
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 e8f0f8ba..f9fb0f25 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.10 release -SRCREV = "057b1a249261e26d00c501b59646957160ec815b" +# 0.6.11 release +SRCREV = "dd4783422bf4fbed1015bfaa51054e40057b4f04" -PV = "0.6.10+git" +PV = "0.6.11+git" COMPATIBLE_MACHINE = "^(k3)$"
update ti-rpmsg-char library to 0.6.11 It brings the below fixes: dd4783422bf lib: Do not update local endpoint f26e4a30ca7 example: benchmark: move latencies array to data section. 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(-)