mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
makedumpfile: upgrade 1.7.4 -> 1.7.5
0001-makedumpfile-replace-hardcode-CFLAGS.patch refreshed for 1.7.5 Changelog: ============ -Support for kernels up to v6.8 (x86_64) -Support for printk caller_id by --dump-dmesg option -ppc64: get vmalloc start address from vmcoreinfo -ppc64: read cur_mmu_type from vmcoreinfo -add PRINTK_CALLER id support to --dump-dmesg option -s390x: uncouple virtual and physical address spaces -s390x: fix virtual vs physical address confusion Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+6
-4
@@ -1,4 +1,4 @@
|
|||||||
From 71b5a3905d5cd0feca88a0d61d7657ba5296a052 Mon Sep 17 00:00:00 2001
|
From 6d16911316cb576db0239f607e60918a222e4436 Mon Sep 17 00:00:00 2001
|
||||||
From: Mingli Yu <mingli.yu@windriver.com>
|
From: Mingli Yu <mingli.yu@windriver.com>
|
||||||
Date: Sun, 24 Apr 2022 17:25:33 +0800
|
Date: Sun, 24 Apr 2022 17:25:33 +0800
|
||||||
Subject: [PATCH] makedumpfile: replace hardcode CFLAGS
|
Subject: [PATCH] makedumpfile: replace hardcode CFLAGS
|
||||||
@@ -20,9 +20,11 @@ Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
|
|||||||
Rebase to 1.7.1
|
Rebase to 1.7.1
|
||||||
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
|
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
|
||||||
---
|
---
|
||||||
Makefile | 42 ++++++++++++++++++++++--------------------
|
Makefile | 40 +++++++++++++++++++++-------------------
|
||||||
1 file changed, 22 insertions(+), 20 deletions(-)
|
1 file changed, 21 insertions(+), 19 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile b/Makefile
|
||||||
|
index 71d8548..22acdd5 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -8,12 +8,6 @@ ifeq ($(strip $CC),)
|
@@ -8,12 +8,6 @@ ifeq ($(strip $CC),)
|
||||||
@@ -126,7 +128,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
|
|||||||
@sed -e "s/@DATE@/$(DATE)/" \
|
@sed -e "s/@DATE@/$(DATE)/" \
|
||||||
-e "s/@VERSION@/$(VERSION)/" \
|
-e "s/@VERSION@/$(VERSION)/" \
|
||||||
$(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8
|
$(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8
|
||||||
@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(
|
@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH)
|
||||||
$(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
|
$(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
|
||||||
|
|
||||||
eppic_makedumpfile.so: extension_eppic.c
|
eppic_makedumpfile.so: extension_eppic.c
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
||||||
SRCBRANCH ?= "master"
|
SRCBRANCH ?= "master"
|
||||||
SRCREV = "3bc3b3e3be33a9aa040e654f055912063e576c1b"
|
SRCREV = "c266469347d49287be38059d45e7aaa454db9cb2"
|
||||||
|
|
||||||
DEPENDS = "bzip2 zlib elfutils xz"
|
DEPENDS = "bzip2 zlib elfutils xz"
|
||||||
RDEPENDS:${PN}-tools = "perl ${PN}"
|
RDEPENDS:${PN}-tools = "perl ${PN}"
|
||||||
Reference in New Issue
Block a user