aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools2.inc
blob: 1463b9ab3e900aff2fa7d5cfd7d3f214ee323355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;apply=yes \
           file://no-getline-no-fscanf.patch;apply=yes \
           file://kexec-tools-2-arm-add-uImage.patch;apply=yes \
           file://kexec-tools-2-autoconf-post-2.63.patch;apply=yes \
           "