diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-07 13:25:55 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-07 13:25:55 +0100 |
| commit | 87de4bd5c72819f8a32df77d172752d73909dd09 (patch) | |
| tree | f82b1781b176daa9a902fae75e7e5b11b8c35982 | |
| parent | 2133e2dd23bad47502e0d813f569d21c94089669 (diff) | |
| download | poky-87de4bd5c72819f8a32df77d172752d73909dd09.tar.gz | |
kexec: Update recentheader.patch to fix missing header
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/kexec/kexec-tools-1.101/recentheader.patch | 13 | ||||
| -rw-r--r-- | meta/packages/kexec/kexec-tools_1.101.bb | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/meta/packages/kexec/kexec-tools-1.101/recentheader.patch b/meta/packages/kexec/kexec-tools-1.101/recentheader.patch index 8a4c504497..b0a1a049eb 100644 --- a/meta/packages/kexec/kexec-tools-1.101/recentheader.patch +++ b/meta/packages/kexec/kexec-tools-1.101/recentheader.patch | |||
| @@ -19,3 +19,16 @@ Index: kexec-tools-1.101/kexec/arch/i386/kexec-multiboot-x86.c | |||
| 19 | 19 | ||
| 20 | /* Add the module command line */ | 20 | /* Add the module command line */ |
| 21 | sprintf(mod_clp, "%s", mod_command_line); | 21 | sprintf(mod_clp, "%s", mod_command_line); |
| 22 | Index: kexec-tools-1.101/kexec/arch/arm/kexec-zImage-arm.c | ||
| 23 | =================================================================== | ||
| 24 | --- kexec-tools-1.101.orig/kexec/arch/arm/kexec-zImage-arm.c 2009-07-07 13:24:17.000000000 +0100 | ||
| 25 | +++ kexec-tools-1.101/kexec/arch/arm/kexec-zImage-arm.c 2009-07-07 13:24:56.000000000 +0100 | ||
| 26 | @@ -11,7 +11,7 @@ | ||
| 27 | #include <stdint.h> | ||
| 28 | #include <getopt.h> | ||
| 29 | #include <arch/options.h> | ||
| 30 | -#include <asm/page.h> | ||
| 31 | +#include <unistd.h> | ||
| 32 | #include "../../kexec.h" | ||
| 33 | |||
| 34 | #define COMMAND_LINE_SIZE 1024 | ||
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb index f74c7bcd83..ee7d6c2ad0 100644 --- a/meta/packages/kexec/kexec-tools_1.101.bb +++ b/meta/packages/kexec/kexec-tools_1.101.bb | |||
| @@ -2,4 +2,4 @@ require kexec-tools.inc | |||
| 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
| 3 | EXTRA_OECONF = " --with-zlib=yes" | 3 | EXTRA_OECONF = " --with-zlib=yes" |
| 4 | 4 | ||
| 5 | PR = "r5" | 5 | PR = "r6" |
