summaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools2.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-12-15 00:04:02 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-12-15 00:11:25 +0100
commit3e031192d7a4128892c8ee7442e6abc1d1841426 (patch)
tree247292bf73e098c9fb96f9fc67f68995d29eadef /recipes/kexec-tools/kexec-tools2.inc
parent4f0df4d7ebfb16eace5986e117af3cdde43185a7 (diff)
downloadopenembedded-3e031192d7a4128892c8ee7442e6abc1d1841426.tar.gz
kexec: rename to kexec-tools (kexec and kdump)
Diffstat (limited to 'recipes/kexec-tools/kexec-tools2.inc')
-rw-r--r--recipes/kexec-tools/kexec-tools2.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/kexec-tools/kexec-tools2.inc b/recipes/kexec-tools/kexec-tools2.inc
new file mode 100644
index 0000000000..a21afe4003
--- /dev/null
+++ b/recipes/kexec-tools/kexec-tools2.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
+
+
+SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-${PV}.tar.gz \
+ file://fix-arm-arch-detection.patch;patch=1 \
+ file://no-getline-no-fscanf.patch;patch=1 \
+ file://kexec-tools-2-arm-add-uImage.patch;patch=1 \
+ "