Config.in 775 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_FREEIPMI
  2. bool "freeipmi"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
  6. help
  7. FreeIPMI provides in-band and out-of-band IPMI software based
  8. on the IPMI v1.5/2.0 specification.
  9. The IPMI specification defines a set of interfaces for
  10. platform management and is implemented by a number vendors
  11. for system management. The features of IPMI that most users
  12. will be interested in are sensor monitoring, system event
  13. monitoring, power control, and serial-over-LAN (SOL).
  14. https://www.gnu.org/software/freeipmi/
  15. comment "freeipmi needs a toolchain w/ threads"
  16. depends on BR2_USE_MMU
  17. depends on !BR2_TOOLCHAIN_HAS_THREADS