]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/kexec-lite: Add a package for the kexec-lite tools
authorJeremy Kerr <jk@ozlabs.org>
Tue, 17 Jun 2014 05:21:47 +0000 (13:21 +0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Jul 2014 20:50:58 +0000 (22:50 +0200)
commite36e7db93300338842afd0264faa88343e8a2d0d
tree9db8bbe2651385e8a8f1bfdc5f371d5a8004c9af
parent994e9fa72e80f8d618393619fefd68f65821144f
package/kexec-lite: Add a package for the kexec-lite tools

Kexec-lite is a tiny impementation of kexec for devicetree-based
platforms.

[Thomas:
- Add !BR2_PREFER_STATIC_LIB dependency, inherited from the dtc
  package
- Fix license to be GPLv2+, and not just GPL.
- Use $(TARGET_CONFIGURE_OPTS) instead of manually passing CC, LD,
  CFLAGS.
- Use a full path as the target of $(INSTALL)]

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/kexec-lite/Config.in [new file with mode: 0644]
package/kexec-lite/kexec-lite-01-clean-restart.patch [new file with mode: 0644]
package/kexec-lite/kexec-lite.mk [new file with mode: 0644]