summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-11-13 11:16:19 -0600
committerRyan Eatmon <reatmon@ti.com>2025-11-14 04:49:31 -0600
commita3bea6143cc0e7f0e7880a605bfd9fd9c69839a6 (patch)
tree55a18d67d82e2125337ade50e98a9979306feb60
parent52eb73aa75338d74c50ae899d4626c695ee86002 (diff)
downloadmeta-ti-master-wip.tar.gz
ti-rpmsg-char-examples: Fix patchmaster-wip
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>
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch16
1 files changed, 11 insertions, 5 deletions
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..3539e8d9 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
13Upstream-Status: Pending 13Upstream-Status: Pending
14Signed-off-by: Khem Raj <raj.khem@gmail.com> 14Signed-off-by: Khem Raj <raj.khem@gmail.com>
15--- 15---
16 examples/Makefile.am | 5 +---- 16 examples/Makefile.am | 6 +-----
17 1 file changed, 1 insertion(+), 4 deletions(-) 17 1 file changed, 1 insertion(+), 5 deletions(-)
18 18
19diff --git a/examples/Makefile.am b/examples/Makefile.am 19diff --git a/examples/Makefile.am b/examples/Makefile.am
20index 5a9bedb..d547e41 100644 20index da34204..34ac7a8 100644
21--- a/examples/Makefile.am 21--- a/examples/Makefile.am
22+++ b/examples/Makefile.am 22+++ b/examples/Makefile.am
23@@ -1,6 +1,4 @@ 23@@ -1,6 +1,4 @@
@@ -26,13 +26,19 @@ index 5a9bedb..d547e41 100644
26-AM_CFLAGS = -Wall -g -O2 $(INCLUDE) 26-AM_CFLAGS = -Wall -g -O2 $(INCLUDE)
27+AM_CFLAGS = -Wall -g -O2 27+AM_CFLAGS = -Wall -g -O2
28 28
29 bin_PROGRAMS = rpmsg_char_simple 29 bin_PROGRAMS = rpmsg_char_simple rpmsg_char_benchmark
30 30
31@@ -8,4 +6,3 @@ bin_PROGRAMS = rpmsg_char_simple 31@@ -8,10 +6,8 @@ bin_PROGRAMS = rpmsg_char_simple rpmsg_char_benchmark
32 rpmsg_char_simple_SOURCES = rpmsg_char_simple.c 32 rpmsg_char_simple_SOURCES = rpmsg_char_simple.c
33 rpmsg_char_simple_CPPFLAGS = $(AM_CFLAGS) 33 rpmsg_char_simple_CPPFLAGS = $(AM_CFLAGS)
34 rpmsg_char_simple_LDADD = -lpthread -lti_rpmsg_char 34 rpmsg_char_simple_LDADD = -lpthread -lti_rpmsg_char
35-rpmsg_char_simple_LDFLAGS = -L${libdir} 35-rpmsg_char_simple_LDFLAGS = -L${libdir}
36
37 # rpmsg_char_benchmark program
38 rpmsg_char_benchmark_SOURCES = rpmsg_char_benchmark.c
39 rpmsg_char_benchmark_CPPFLAGS = $(AM_CFLAGS)
40 rpmsg_char_benchmark_LDADD = -lpthread -lti_rpmsg_char
41-rpmsg_char_benchmark_LDFLAGS = -L${libdir}
36-- 42--
372.29.1 432.29.1
38 44