aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kexec-tools/kexec-tools.inc')
-rw-r--r--recipes/kexec-tools/kexec-tools.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/kexec-tools/kexec-tools.inc b/recipes/kexec-tools/kexec-tools.inc
new file mode 100644
index 0000000000..f806e71480
--- /dev/null
+++ b/recipes/kexec-tools/kexec-tools.inc
@@ -0,0 +1,13 @@
+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
+
+
+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"