summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-17 09:40:25 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-17 23:47:24 -0700
commitd4ce52c1e7489e94a42f19e239a661cb18b1028d (patch)
tree779f183cc35b450ec524a232f44bc294a8cdc7d1 /meta-oe/recipes-kernel
parentbeb832955e5b9d1314543a0c11e6ed0c227dc279 (diff)
downloadmeta-openembedded-d4ce52c1e7489e94a42f19e239a661cb18b1028d.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch10
-rw-r--r--meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb (renamed from meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb)2
2 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch b/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
index 15ced551d..96a996f61 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
@@ -1,4 +1,4 @@
1From 71b5a3905d5cd0feca88a0d61d7657ba5296a052 Mon Sep 17 00:00:00 2001 1From 6d16911316cb576db0239f607e60918a222e4436 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Sun, 24 Apr 2022 17:25:33 +0800 3Date: Sun, 24 Apr 2022 17:25:33 +0800
4Subject: [PATCH] makedumpfile: replace hardcode CFLAGS 4Subject: [PATCH] makedumpfile: replace hardcode CFLAGS
@@ -20,9 +20,11 @@ Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
20Rebase to 1.7.1 20Rebase to 1.7.1
21Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 21Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
22--- 22---
23 Makefile | 42 ++++++++++++++++++++++-------------------- 23 Makefile | 40 +++++++++++++++++++++-------------------
24 1 file changed, 22 insertions(+), 20 deletions(-) 24 1 file changed, 21 insertions(+), 19 deletions(-)
25 25
26diff --git a/Makefile b/Makefile
27index 71d8548..22acdd5 100644
26--- a/Makefile 28--- a/Makefile
27+++ b/Makefile 29+++ b/Makefile
28@@ -8,12 +8,6 @@ ifeq ($(strip $CC),) 30@@ -8,12 +8,6 @@ ifeq ($(strip $CC),)
@@ -126,7 +128,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
126 @sed -e "s/@DATE@/$(DATE)/" \ 128 @sed -e "s/@DATE@/$(DATE)/" \
127 -e "s/@VERSION@/$(VERSION)/" \ 129 -e "s/@VERSION@/$(VERSION)/" \
128 $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8 130 $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8
129@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $( 131@@ -120,7 +122,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH)
130 $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5 132 $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5
131 133
132 eppic_makedumpfile.so: extension_eppic.c 134 eppic_makedumpfile.so: extension_eppic.c
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
index b016d5da4..85b44c494 100644
--- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.4.bb
+++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.5.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
11LICENSE = "GPL-2.0-only" 11LICENSE = "GPL-2.0-only"
12 12
13SRCBRANCH ?= "master" 13SRCBRANCH ?= "master"
14SRCREV = "3bc3b3e3be33a9aa040e654f055912063e576c1b" 14SRCREV = "c266469347d49287be38059d45e7aaa454db9cb2"
15 15
16DEPENDS = "bzip2 zlib elfutils xz" 16DEPENDS = "bzip2 zlib elfutils xz"
17RDEPENDS:${PN}-tools = "perl ${PN}" 17RDEPENDS:${PN}-tools = "perl ${PN}"