diff options
Diffstat (limited to 'packages/kexec/kexec-tools.inc')
-rw-r--r-- | packages/kexec/kexec-tools.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/kexec/kexec-tools.inc b/packages/kexec/kexec-tools.inc new file mode 100644 index 0000000000..5649934a5b --- /dev/null +++ b/packages/kexec/kexec-tools.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" +AUTHOR = "Eric Biederman" +HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/" +SECTION = "kernel/userland" +LICENSE = "GPL" +DEPENDS = "virtual/kernel zlib" + +inherit autotools + +export LDFLAGS = "-L${STAGING_LIBDIR}" +EXTRA_OECONF = " --with-zlib=yes" + +SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ + file://kexec-tools-arm.patch;patch=1 \ + file://kexec-arm-atags.patch;patch=1" |