summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec/kexec-tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/kexec/kexec-tools.inc')
-rw-r--r--meta/packages/kexec/kexec-tools.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/kexec/kexec-tools.inc b/meta/packages/kexec/kexec-tools.inc
new file mode 100644
index 0000000000..f806e71480
--- /dev/null
+++ b/meta/packages/kexec/kexec-tools.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
2AUTHOR = "Eric Biederman"
3HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4SECTION = "kernel/userland"
5LICENSE = "GPL"
6DEPENDS = "virtual/kernel zlib"
7
8inherit autotools
9
10
11SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
12 file://kexec-tools-arm.patch;patch=1 \
13 file://kexec-arm-atags.patch;patch=1"