Skip to content

Commit

Permalink
makedumpfile: Bump srcrev
Browse files Browse the repository at this point in the history
supports for kernel 5.10, prior to 1.6.9 release

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Bruce Mitchell authored and kraj committed May 7, 2021
1 parent fee0672 commit 5f3f162
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ Signed-off-by: Mingli Yu <[email protected]>
Makefile | 45 +++++++++++++++++++++++----------------------
1 file changed, 23 insertions(+), 22 deletions(-)

Index: git/Makefile
===================================================================
--- git.orig/Makefile
+++ git/Makefile
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,6 @@ ifeq ($(strip $CC),)
CC = gcc
endif
Expand Down Expand Up @@ -79,7 +77,7 @@ Index: git/Makefile
+ -DRELEASE_DATE='"$(DATE)"'
+
SRC_BASE = makedumpfile.c makedumpfile.h diskdump_mod.h sadump_mod.h sadump_info.h
SRC_PART = print_info.c dwarf_info.c elf_info.c erase_info.c sadump_info.c cache.c tools.c
SRC_PART = print_info.c dwarf_info.c elf_info.c erase_info.c sadump_info.c cache.c tools.c printk.c
OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART))
@@ -52,12 +53,12 @@ OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH))

Expand All @@ -104,7 +102,7 @@ Index: git/Makefile
+CFLAGS_COMMON += -DUSESNAPPY
endif

LIBS := -lpthread $(LIBS)
LIBS := $(LIBS) -lpthread
@@ -90,14 +91,14 @@ LIBS := $(LIBS) $(call try-run,\
all: makedumpfile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ Signed-off-by: Mingli Yu <[email protected]>
arch/ppc64.c | 38 ++------------------------------------
1 file changed, 2 insertions(+), 36 deletions(-)

Index: git/arch/ppc64.c
===================================================================
--- git.orig/arch/ppc64.c
+++ git/arch/ppc64.c
--- a/arch/ppc64.c
+++ b/arch/ppc64.c
@@ -462,44 +462,6 @@ ppc64_vtop_level4(unsigned long vaddr)
return paddr;
}
Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
LICENSE = "GPLv2.0"

SRCBRANCH ?= "master"
SRCREV = "18e0cdba48feeccea2429b3b0b2691f4314d1062"
SRCREV = "a8250642a4ff50a2559446f4e915a1f59ac7adf7"

DEPENDS = "bzip2 zlib elfutils xz"
RDEPENDS_${PN}-tools = "perl ${PN}"
Expand Down

0 comments on commit 5f3f162

Please sign in to comment.