generic-poky/meta/packages/kexec/kexec-tools.inc
Marcin Juszkiewicz 294782ddc1 kexec-tools: merged unification from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4201 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-08 15:09:33 +00:00

14 lines
456 B
PHP

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"