From 128a2f7f51900dbc31879497632513a8dff5b6e3 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Fri, 2 Jul 2010 10:09:04 +0800 Subject: kexec-tools: Upgraded to version 2.0.1 Removed kexec-arm-atags.patch kexec-tools-arm.patch and recentheader.patch since they are already contained in the latest package Also fix the metadata Signed-off-by: Dongxiao Xu --- .../kexec/kexec-tools-1.101/recentheader.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 meta/packages/kexec/kexec-tools-1.101/recentheader.patch (limited to 'meta/packages/kexec/kexec-tools-1.101/recentheader.patch') diff --git a/meta/packages/kexec/kexec-tools-1.101/recentheader.patch b/meta/packages/kexec/kexec-tools-1.101/recentheader.patch deleted file mode 100644 index b0a1a049e..000000000 --- a/meta/packages/kexec/kexec-tools-1.101/recentheader.patch +++ /dev/null @@ -1,34 +0,0 @@ -Index: kexec-tools-1.101/kexec/arch/i386/kexec-multiboot-x86.c -=================================================================== ---- kexec-tools-1.101.orig/kexec/arch/i386/kexec-multiboot-x86.c 2009-06-12 12:09:04.000000000 +0100 -+++ kexec-tools-1.101/kexec/arch/i386/kexec-multiboot-x86.c 2009-06-12 12:09:44.000000000 +0100 -@@ -47,7 +47,6 @@ - #include - #include - #include --#include - #include - #include "../../kexec.h" - #include "../../kexec-elf.h" -@@ -341,7 +340,7 @@ - /* Pick the next aligned spot to load it in */ - freespace = add_buffer(info, - buf, mod_size, mod_size, -- PAGE_SIZE, 0, 0xffffffffUL, 1); -+ getpagesize(), 0, 0xffffffffUL, 1); - - /* Add the module command line */ - sprintf(mod_clp, "%s", mod_command_line); -Index: kexec-tools-1.101/kexec/arch/arm/kexec-zImage-arm.c -=================================================================== ---- kexec-tools-1.101.orig/kexec/arch/arm/kexec-zImage-arm.c 2009-07-07 13:24:17.000000000 +0100 -+++ kexec-tools-1.101/kexec/arch/arm/kexec-zImage-arm.c 2009-07-07 13:24:56.000000000 +0100 -@@ -11,7 +11,7 @@ - #include - #include - #include --#include -+#include - #include "../../kexec.h" - - #define COMMAND_LINE_SIZE 1024 -- cgit v1.2.3