mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Use ael fork with not-yet upstreamed fixes for now. Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
14 lines
462 B
Plaintext
14 lines
462 B
Plaintext
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
|