diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-08 15:09:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-08 15:09:33 +0000 |
commit | 294782ddc15dbe7f05bdf2fe1c47ace4fad34a30 (patch) | |
tree | 9819cb3249b18450731efb32079144c1550662d7 /meta/packages/kexec/kexec-tools.inc | |
parent | 3e5ee5acdca51af57c7b6ccd2136f7b548a80293 (diff) | |
download | poky-294782ddc15dbe7f05bdf2fe1c47ace4fad34a30.tar.gz |
kexec-tools: merged unification from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4201 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/kexec/kexec-tools.inc')
-rw-r--r-- | meta/packages/kexec/kexec-tools.inc | 13 |
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 @@ | |||
1 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" | ||
2 | AUTHOR = "Eric Biederman" | ||
3 | HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/" | ||
4 | SECTION = "kernel/userland" | ||
5 | LICENSE = "GPL" | ||
6 | DEPENDS = "virtual/kernel zlib" | ||
7 | |||
8 | inherit autotools | ||
9 | |||
10 | |||
11 | SRC_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" | ||