mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
kexec: Update recentheader.patch to fix missing header
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -19,3 +19,16 @@ Index: kexec-tools-1.101/kexec/arch/i386/kexec-multiboot-x86.c
|
||||
|
||||
/* 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 <stdint.h>
|
||||
#include <getopt.h>
|
||||
#include <arch/options.h>
|
||||
-#include <asm/page.h>
|
||||
+#include <unistd.h>
|
||||
#include "../../kexec.h"
|
||||
|
||||
#define COMMAND_LINE_SIZE 1024
|
||||
|
||||
@@ -2,4 +2,4 @@ require kexec-tools.inc
|
||||
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
||||
EXTRA_OECONF = " --with-zlib=yes"
|
||||
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
Reference in New Issue
Block a user