From a5f0e3291b4947df76f5246ff0d246440e086816 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 2 Oct 2023 11:15:33 +0200 Subject: dlt-daemon: update patch 544.patch Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj --- meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-extended/dlt-daemon') 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 @@ Upstream-Status: Submitted [https://github.com/COVESA/dlt-daemon/pull/544] -From 5db28a4b85cf0ec3e128cfc7c9b71d12ec543695 Mon Sep 17 00:00:00 2001 +From 8121a979026d5fcb05bd4e5d3a0647f321b56106 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 28 Sep 2023 12:54:23 +0200 Subject: [PATCH] Add common dlt_cdh_cpuinfo.c to unblock build on non amd64 @@ -28,7 +28,7 @@ index d572ecf3..8608c6c4 100644 diff --git a/src/core_dump_handler/dlt_cdh_cpuinfo.c b/src/core_dump_handler/dlt_cdh_cpuinfo.c new file mode 100644 -index 00000000..d6fc3905 +index 00000000..03509fda --- /dev/null +++ b/src/core_dump_handler/dlt_cdh_cpuinfo.c @@ -0,0 +1,33 @@ @@ -62,8 +62,8 @@ index 00000000..d6fc3905 +{ +/* struct user_regs_struct *ptr_reg = (struct user_regs_struct *)prstatus->pr_reg; + -+ registers->pc = ptr_reg->pc; /* [REG_PROC_COUNTER]; */ -+*/ ++ registers->pc = ptr_reg->pc;*/ /* [REG_PROC_COUNTER]; */ ++ +} diff --git a/src/core_dump_handler/dlt_cdh_crashid.c b/src/core_dump_handler/dlt_cdh_crashid.c index bca44e0e..8dd98d70 100644 -- cgit 1.2.3-korg