mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/xenomai: introduce a BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS option
Introduce BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS to hold the architectures than can build and use Xenomai on the target. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d43f526a0e
commit
ad3dcf0050
@ -1,13 +1,17 @@
|
|||||||
comment "xenomai needs a toolchain w/ threads"
|
config BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
bool
|
||||||
|
default y
|
||||||
depends on BR2_i386 || BR2_x86_64 || BR2_arm || \
|
depends on BR2_i386 || BR2_x86_64 || BR2_arm || \
|
||||||
BR2_bfin || BR2_powerpc || BR2_sh4
|
BR2_bfin || BR2_powerpc || BR2_sh4
|
||||||
|
|
||||||
|
comment "xenomai needs a toolchain w/ threads"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI
|
config BR2_PACKAGE_XENOMAI
|
||||||
bool "Xenomai Userspace"
|
bool "Xenomai Userspace"
|
||||||
|
depends on BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_i386 || BR2_x86_64 || BR2_arm || \
|
|
||||||
BR2_bfin || BR2_powerpc || BR2_sh4
|
|
||||||
help
|
help
|
||||||
Real-Time Framework for Linux
|
Real-Time Framework for Linux
|
||||||
http://www.xenomai.org
|
http://www.xenomai.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user