summaryrefslogtreecommitdiffstats
path: root/meta-linaro-integration/recipes-overlayed/kexec/kexec-tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro-integration/recipes-overlayed/kexec/kexec-tools.inc')
-rw-r--r--meta-linaro-integration/recipes-overlayed/kexec/kexec-tools.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-overlayed/kexec/kexec-tools.inc b/meta-linaro-integration/recipes-overlayed/kexec/kexec-tools.inc
new file mode 100644
index 0000000..695c11e
--- /dev/null
+++ b/meta-linaro-integration/recipes-overlayed/kexec/kexec-tools.inc
@@ -0,0 +1,17 @@
1SUMMARY = "Kexec fast reboot tools"
2DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
3AUTHOR = "Eric Biederman"
4HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/"
5SECTION = "kernel/userland"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \
8 file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09"
9DEPENDS = "zlib xz"
10
11SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
12
13inherit autotools-brokensep
14
15COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|powerpc|mips).*-(linux|freebsd.*)"
16
17INSANE_SKIP_${PN} = "arch"