aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools.inc
blob: eb84d5670f16336363ffa9a1bbed0d1b0c86f10b (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.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
           file://kexec-tools-arm.patch \
           file://kexec-arm-atags.patch \
           file://kexec-tools-autoconf-post-2.63.patch \
           "