config BR2_PACKAGE_OSAL bool "osal" depends on BR2_TOOLCHAIN_HAS_THREADS help This package contains an OS abstraction layer. The goal of the abstraction layer is to simplify writing software that runs on many platforms. This abstraction layer is mainly focused on threading functionality. https://github.com/rtlabs-com/osal comment "osal needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS