2014-06-17 07:21:47 +02:00
|
|
|
config BR2_PACKAGE_KEXEC_LITE
|
|
|
|
bool "kexec-lite"
|
|
|
|
depends on BR2_powerpc || BR2_powerpc64
|
2014-11-05 11:42:46 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # dtc, elfutils
|
2014-08-28 14:21:33 +02:00
|
|
|
depends on BR2_LARGEFILE # elfutils
|
|
|
|
depends on BR2_USE_WCHAR # elfutils
|
|
|
|
select BR2_PACKAGE_ELFUTILS
|
2014-06-17 07:21:47 +02:00
|
|
|
select BR2_PACKAGE_DTC
|
|
|
|
select BR2_PACKAGE_DTC_PROGRAMS
|
|
|
|
help
|
|
|
|
Kexec is a user space utiltity for loading another kernel
|
|
|
|
and asking the currently running kernel to do something with it.
|
|
|
|
|
|
|
|
This package is a tiny implementation of the kexec userspace
|
|
|
|
components, for devicetree-based platforms.
|
|
|
|
|
2014-08-28 14:21:33 +02:00
|
|
|
comment "kexec-lite needs a toolchain w/ largefile, wchar, dynamic library"
|
2014-06-17 07:21:47 +02:00
|
|
|
depends on BR2_powerpc || BR2_powerpc64
|
2014-08-28 14:21:33 +02:00
|
|
|
depends on BR2_PREFER_STATIC_LIB || !BR2_LARGEFILE || !BR2_USE_WCHAR
|