diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-11-13 11:16:19 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-17 13:50:55 -0600 |
| commit | e8eb6eac347089d824b85640db6d306e224389ca (patch) | |
| tree | bbb73c5141458744f96380fcae912b04831abe21 /meta-ti-bsp/recipes-ti/ipc | |
| parent | 5d15cce6fc2b0062c47f81b25a619385a44c88e1 (diff) | |
| download | meta-ti-e8eb6eac347089d824b85640db6d306e224389ca.tar.gz | |
ti-rpmsg-char-examples: Fix patch
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>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char-examples/0001-examples-Remove-use-of-includedir-and-libdir.patch | 16 |
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 | |||
| 13 | Upstream-Status: Pending | 13 | Upstream-Status: Pending |
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-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 | ||
| 19 | diff --git a/examples/Makefile.am b/examples/Makefile.am | 19 | diff --git a/examples/Makefile.am b/examples/Makefile.am |
| 20 | index 5a9bedb..d547e41 100644 | 20 | index 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 | -- |
| 37 | 2.29.1 | 43 | 2.29.1 |
| 38 | 44 | ||
