2d84e1cc4a
OpenIPMI provides libraries and command line tools for interacting with IPMI enabled devices. [Thomas: fix indentation.] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
575 B
Plaintext
17 lines
575 B
Plaintext
config BR2_PACKAGE_OPENIPMI
|
|
bool "openipmi"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_POPT
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
IPMI allows remote monitoring and remote management of
|
|
devices. OpenIPMI provides a library and command line tools
|
|
to interact with IPMI enabled devices. OpenIPMI also provides
|
|
an IPMI BMC simulator.
|
|
|
|
comment "openipmi needs a toolchain w/ dynamic library, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|