From 987868f9b5814e0ed74f6df1f2935b9c0f424445 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Tue, 4 Sep 2018 11:02:49 -0500 Subject: [PATCH] fix path patch --- ...shlog-correct-usercrash-wrapper-path.patch | 32 +++++++++++++++++++ series | 1 + 2 files changed, 33 insertions(+) create mode 100644 0001-tools-acrn-crashlog-correct-usercrash-wrapper-path.patch create mode 100644 series diff --git a/0001-tools-acrn-crashlog-correct-usercrash-wrapper-path.patch b/0001-tools-acrn-crashlog-correct-usercrash-wrapper-path.patch new file mode 100644 index 0000000..91b0293 --- /dev/null +++ b/0001-tools-acrn-crashlog-correct-usercrash-wrapper-path.patch @@ -0,0 +1,32 @@ +From 56f2c1a71739def1fc4434233d22844ca2a77cb1 Mon Sep 17 00:00:00 2001 +From: CHEN Gang +Date: Tue, 4 Sep 2018 14:32:05 +0800 +Subject: [PATCH] tools: acrn-crashlog: correct usercrash-wrapper path + +This patch is to correct the path of usercrash-wrapper. + +Tracked-On: #1024 +Signed-off-by: CHEN Gang +Reviewed-by: Zhi Jin +Acked-by: Zhang Di +--- + tools/acrn-crashlog/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tools/acrn-crashlog/Makefile b/tools/acrn-crashlog/Makefile +index baa4bbde..83e7bc45 100644 +--- a/tools/acrn-crashlog/Makefile ++++ b/tools/acrn-crashlog/Makefile +@@ -67,8 +67,8 @@ install: + @install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/debugger $(DESTDIR)/usr/bin/ + @install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/usercrash_c $(DESTDIR)/usr/bin/ + @install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/usercrash_s $(DESTDIR)/usr/bin/ +- @install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/usercrash-wrapper $(DESTDIR)/usr/bin/ + @install -p -D -m 0755 data/acrnprobe_prepare.sh $(DESTDIR)/usr/bin/ ++ @install -p -D -m 0755 data/usercrash-wrapper $(DESTDIR)/usr/bin/ + @install -d $(DESTDIR)/usr/lib/systemd/system.conf.d/ + @install -p -D -m 0644 data/40-watchdog.conf $(DESTDIR)/usr/lib/systemd/system.conf.d/ + @install -d $(DESTDIR)/usr/share/defaults/telemetrics/ +-- +2.18.0 + diff --git a/series b/series new file mode 100644 index 0000000..318520e --- /dev/null +++ b/series @@ -0,0 +1 @@ +0001-tools-acrn-crashlog-correct-usercrash-wrapper-path.patch