diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-15 00:04:02 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-15 00:11:25 +0100 |
commit | 3e031192d7a4128892c8ee7442e6abc1d1841426 (patch) | |
tree | 247292bf73e098c9fb96f9fc67f68995d29eadef /recipes/kexec/kexec-tools2.inc | |
parent | 4f0df4d7ebfb16eace5986e117af3cdde43185a7 (diff) |
kexec: rename to kexec-tools (kexec and kdump)
Diffstat (limited to 'recipes/kexec/kexec-tools2.inc')
-rw-r--r-- | recipes/kexec/kexec-tools2.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/kexec/kexec-tools2.inc b/recipes/kexec/kexec-tools2.inc deleted file mode 100644 index a21afe4003..0000000000 --- a/recipes/kexec/kexec-tools2.inc +++ /dev/null @@ -1,15 +0,0 @@ -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 \ - " |