2014-06-17 07:21:47 +02:00
|
|
|
config BR2_PACKAGE_KEXEC_LITE
|
|
|
|
bool "kexec-lite"
|
2015-10-29 13:53:17 +01:00
|
|
|
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dtc, elfutils
|
2014-08-28 14:21:33 +02:00
|
|
|
depends on BR2_USE_WCHAR # elfutils
|
2015-08-07 23:37:51 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
|
2014-08-28 14:21:33 +02:00
|
|
|
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.
|
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "kexec-lite needs a uClibc or glibc toolchain w/ wchar, dynamic library"
|
2014-06-17 07:21:47 +02:00
|
|
|
depends on BR2_powerpc || BR2_powerpc64
|
2015-08-08 20:58:34 +02:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR \
|
|
|
|
|| !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
|