aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools.inc
AgeCommit message (Collapse)Author
2011-06-14kexec-tools: don't depend on virtual/kernelAndrea Adami
* Imported from oe-core (ba6da75657d0bf9ed48f0d6c4132f12993648e7a) * There doesn't appear to be any terribly good reason for kexec-tools to * depend on the kernel. (I verified that kexec-tools is buildable in a * clean TMPDIR without having previously built virtual/kernel.) * Having this dependency in place is a nuisance because it makes it * awkward to put kexec into an initramfs. So, it seems like we would be * better off without. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18kexec-tools.inc: PR -> INC_PRTom Rini
Spotted by Martin, oops. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-18kexec-tools: Add a git recipeKumar Gala
(Initially from Kumar, further updated by Tom) Add a recipe to build kexec-tools from git. While we're at it, make a new kexec-tools.inc for the very common bits and use that all around as well as switch to INC_PR. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-02kexec-tools: move to 2.0.2 and remove older versionsAndrea Adami
* binary for klibc static only tested on arm * updated dietlibc version (not tested, dietlibc seems broken today...)
2010-07-07kexec-tools: add patch for autoconf >2.63 to version 1.101.Andrea Adami
* taken from kexec-tools-2.0.1 recipe * bump PR.
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-12-15kexec: rename to kexec-tools (kexec and kdump)Andrea Adami