kumquat-buildroot/package/librtas/Config.in
Sam bobroff 10e10f128d librtas: new package
[Thomas:
  - make the package depend on glibc, since it needs execinfo.h
  - use TARGET_CONFIGURE_OPTS instead of defining manually CC and LD
  - add hash file
  - remove useless empty newline.
  Thanks to Romain Naour for the review!]

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 18:35:20 +02:00

14 lines
469 B
Plaintext

config BR2_PACKAGE_LIBRTAS
bool "librtas"
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
depends on BR2_TOOLCHAIN_USES_GLIBC
help
The librtas package provides an interface for Run-Time Abstraction
Services (RTAS) calls on PAPR platforms. The libraries allow users to
examine and manipulate hardware, and parse RTAS events.
http://librtas.sourceforge.net/
comment "librtas needs an (e)glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC