diff mbox series

[meta-ti,master/scarthgap] ti-rpmsg-char-examples: Fix patch

Message ID 20251113171619.7266-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap] ti-rpmsg-char-examples: Fix patch | expand

Commit Message

Ryan Eatmon Nov. 13, 2025, 5:16 p.m. UTC
The recent SRCREV bump to ti-rpmsg-char makes this patch not apply.
Update the patch to match the new changes.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 ...les-Remove-use-of-includedir-and-libdir.patch | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Comments

PRC Automation Nov. 13, 2025, 5:20 p.m. UTC | #1
meta-ti / na / 20251113171619.7266-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master/scarthgap][PATCH] ti-rpmsg-char-examples: Fix patch
    WARN: Commit message does not include file/recipe name: ti-rpmsg-char-examples: Fix patch. (COMMIT-MESSAGE-2)
        patch
    
    WARN: Commit message should not include directory path to recipe: ti-rpmsg-char-examples: Fix patch.
              ti-rpmsg-char-examples: (COMMIT-MESSAGE-3)
        patch



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/scarthgap][PATCH] ti-rpmsg-char-examples: Fix patch
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 13 Nov 2025 11:16:19 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 982e8c46be820bee15b46fc66fa16451106cd914

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Hari Nagalla <hnagalla@ti.com>
- Commit Subject: ipc: ti-rpmsg-char: Update library to 0.6.10
- Commit SHA: 52eb73aa75338d74c50ae899d4626c695ee86002

Patches
----------------------------------------
All patches applied

scarthgap
=====================
Summary:
- Patch Series: [meta-ti][master/scarthgap][PATCH] ti-rpmsg-char-examples: Fix patch
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 13 Nov 2025 11:16:19 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 982e8c46be820bee15b46fc66fa16451106cd914

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

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS

scarthgap
=====================
PASS
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch
index 71fca1b0..00ddd731 100644
--- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch
+++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch
@@ -13,11 +13,11 @@  paths to linker/compiler commandline
 Upstream-Status: Pending
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
- examples/Makefile.am | 5 +----
- 1 file changed, 1 insertion(+), 4 deletions(-)
+ examples/Makefile.am | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
 
 diff --git a/examples/Makefile.am b/examples/Makefile.am
-index 5a9bedb..d547e41 100644
+index da34204..34ac7a8 100644
 --- a/examples/Makefile.am
 +++ b/examples/Makefile.am
 @@ -1,6 +1,4 @@
@@ -26,13 +26,19 @@  index 5a9bedb..d547e41 100644
 -AM_CFLAGS = -Wall -g -O2 $(INCLUDE)
 +AM_CFLAGS = -Wall -g -O2
  
- bin_PROGRAMS = rpmsg_char_simple
+ bin_PROGRAMS = rpmsg_char_simple rpmsg_char_benchmark
  
-@@ -8,4 +6,3 @@ bin_PROGRAMS = rpmsg_char_simple
+@@ -8,10 +6,8 @@ bin_PROGRAMS = rpmsg_char_simple rpmsg_char_benchmark
  rpmsg_char_simple_SOURCES = rpmsg_char_simple.c
  rpmsg_char_simple_CPPFLAGS = $(AM_CFLAGS)
  rpmsg_char_simple_LDADD = -lpthread -lti_rpmsg_char
 -rpmsg_char_simple_LDFLAGS = -L${libdir}
+ 
+ # rpmsg_char_benchmark program
+ rpmsg_char_benchmark_SOURCES = rpmsg_char_benchmark.c
+ rpmsg_char_benchmark_CPPFLAGS = $(AM_CFLAGS)
+ rpmsg_char_benchmark_LDADD = -lpthread -lti_rpmsg_char
+-rpmsg_char_benchmark_LDFLAGS = -L${libdir}
 -- 
 2.29.1