1 comment "powerpc-utils tools needs a toolchain w/ dynamic library"
2 depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
3 depends on BR2_STATIC_LIBS
5 config BR2_PACKAGE_POWERPC_UTILS
7 depends on !BR2_STATIC_LIBS # dlfcn.h
8 depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
9 select BR2_PACKAGE_ZLIB
11 System utilities for PowerPC machines.
13 https://github.com/nfont/powerpc-utils
15 if BR2_PACKAGE_POWERPC_UTILS
17 config BR2_PACKAGE_POWERPC_UTILS_RTAS
19 select BR2_PACKAGE_LIBRTAS
20 depends on BR2_TOOLCHAIN_USES_GLIBC
22 Enable support for functions that require RTAS.
24 This adds a dependency on librtas and provides the following
25 additional features at the cost of increasing the installed
26 package size from about 0.5MB to about 2MB:
27 ppc64_cpu --run-mode, uesensor, set_poweron_time, drmgr,
28 lsslot, activate_firmware, rtas_ibm_get_vpd, serv_config,
29 rtas_event_decode, sys_ident.
31 comment "RTAS support needs a glibc toolchain"
32 depends on !BR2_TOOLCHAIN_USES_GLIBC