diff options
| author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2023-10-02 11:15:33 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-12 09:58:06 -0400 |
| commit | 1d0368ff3e890908ab5583c8c16e65087be12bf2 (patch) | |
| tree | 08dcaee3fa5473630ee1f0fb9efa01cef786fabc | |
| parent | 1d3c3fa08a8db065019ffee8e2ff687812adc4ee (diff) | |
| download | meta-openembedded-1d0368ff3e890908ab5583c8c16e65087be12bf2.tar.gz | |
dlt-daemon: update patch 544.patch
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a5f0e3291b4947df76f5246ff0d246440e086816)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch index 5504933510..3699b8c83a 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | Upstream-Status: Submitted [https://github.com/COVESA/dlt-daemon/pull/544] | 1 | Upstream-Status: Submitted [https://github.com/COVESA/dlt-daemon/pull/544] |
| 2 | 2 | ||
| 3 | From 5db28a4b85cf0ec3e128cfc7c9b71d12ec543695 Mon Sep 17 00:00:00 2001 | 3 | From 8121a979026d5fcb05bd4e5d3a0647f321b56106 Mon Sep 17 00:00:00 2001 |
| 4 | From: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 4 | From: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> |
| 5 | Date: Thu, 28 Sep 2023 12:54:23 +0200 | 5 | Date: Thu, 28 Sep 2023 12:54:23 +0200 |
| 6 | Subject: [PATCH] Add common dlt_cdh_cpuinfo.c to unblock build on non amd64 | 6 | Subject: [PATCH] Add common dlt_cdh_cpuinfo.c to unblock build on non amd64 |
| @@ -28,7 +28,7 @@ index d572ecf3..8608c6c4 100644 | |||
| 28 | 28 | ||
| 29 | diff --git a/src/core_dump_handler/dlt_cdh_cpuinfo.c b/src/core_dump_handler/dlt_cdh_cpuinfo.c | 29 | diff --git a/src/core_dump_handler/dlt_cdh_cpuinfo.c b/src/core_dump_handler/dlt_cdh_cpuinfo.c |
| 30 | new file mode 100644 | 30 | new file mode 100644 |
| 31 | index 00000000..d6fc3905 | 31 | index 00000000..03509fda |
| 32 | --- /dev/null | 32 | --- /dev/null |
| 33 | +++ b/src/core_dump_handler/dlt_cdh_cpuinfo.c | 33 | +++ b/src/core_dump_handler/dlt_cdh_cpuinfo.c |
| 34 | @@ -0,0 +1,33 @@ | 34 | @@ -0,0 +1,33 @@ |
| @@ -62,8 +62,8 @@ index 00000000..d6fc3905 | |||
| 62 | +{ | 62 | +{ |
| 63 | +/* struct user_regs_struct *ptr_reg = (struct user_regs_struct *)prstatus->pr_reg; | 63 | +/* struct user_regs_struct *ptr_reg = (struct user_regs_struct *)prstatus->pr_reg; |
| 64 | + | 64 | + |
| 65 | + registers->pc = ptr_reg->pc; /* [REG_PROC_COUNTER]; */ | 65 | + registers->pc = ptr_reg->pc;*/ /* [REG_PROC_COUNTER]; */ |
| 66 | +*/ | 66 | + |
| 67 | +} | 67 | +} |
| 68 | diff --git a/src/core_dump_handler/dlt_cdh_crashid.c b/src/core_dump_handler/dlt_cdh_crashid.c | 68 | diff --git a/src/core_dump_handler/dlt_cdh_crashid.c b/src/core_dump_handler/dlt_cdh_crashid.c |
| 69 | index bca44e0e..8dd98d70 100644 | 69 | index bca44e0e..8dd98d70 100644 |
