mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
xenomai: group skin selection in separate menu and cleanup
Clarify the Xenomai config options by grouping the skin-related options in a separate menu. Additionally: - update proper capitalization of skin names - sort entries - replace 'skin library' by 'skin' to match the terminology in Xenomai sources Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ef3392f2ca
commit
7d04d88b78
@ -112,42 +112,46 @@ config BR2_PACKAGE_XENOMAI_ANALOGY
|
|||||||
This option allows to install the Xenomai Analogy utilities
|
This option allows to install the Xenomai Analogy utilities
|
||||||
and libraries
|
and libraries
|
||||||
|
|
||||||
|
menu "Skin selection"
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_NATIVE_SKIN
|
config BR2_PACKAGE_XENOMAI_NATIVE_SKIN
|
||||||
bool "Alchemy (native) skin library"
|
bool "Alchemy (native) skin"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option allows to install the Alchemy Xenomai skin, previously
|
This option allows to install the Alchemy Xenomai skin, previously
|
||||||
called 'native'
|
called 'native'
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_POSIX_SKIN
|
config BR2_PACKAGE_XENOMAI_POSIX_SKIN
|
||||||
bool "POSIX skin library"
|
bool "POSIX skin"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option allows to install the POSIX Xenomai skin
|
This option allows to install the POSIX Xenomai skin
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_VXWORKS_SKIN
|
|
||||||
bool "VX-Works skin library"
|
|
||||||
help
|
|
||||||
This option allows to install the VX-Works Xenomai skin
|
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_PSOS_SKIN
|
config BR2_PACKAGE_XENOMAI_PSOS_SKIN
|
||||||
bool "PSOS skin library"
|
bool "pSOS skin"
|
||||||
help
|
help
|
||||||
This option allows to install the PSOS Xenomai skin
|
This option allows to install the pSOS Xenomai skin
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_RTAI_SKIN
|
config BR2_PACKAGE_XENOMAI_RTAI_SKIN
|
||||||
bool "RTAI skin library"
|
bool "RTAI skin"
|
||||||
help
|
help
|
||||||
This option allows to install the RTAI Xenomai skin
|
This option allows to install the RTAI Xenomai skin
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_UITRON_SKIN
|
config BR2_PACKAGE_XENOMAI_UITRON_SKIN
|
||||||
bool "uiTron skin library"
|
bool "uITRON skin"
|
||||||
help
|
help
|
||||||
This option allows to install the uiTron Xenomai skin
|
This option allows to install the uITRON Xenomai skin
|
||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_VRTX_SKIN
|
config BR2_PACKAGE_XENOMAI_VRTX_SKIN
|
||||||
bool "VRTX skin library"
|
bool "VRTX skin"
|
||||||
help
|
help
|
||||||
This option allows to install the VRTX Xenomai skin
|
This option allows to install the VRTX Xenomai skin
|
||||||
|
|
||||||
|
config BR2_PACKAGE_XENOMAI_VXWORKS_SKIN
|
||||||
|
bool "VxWorks skin"
|
||||||
|
help
|
||||||
|
This option allows to install the VxWorks Xenomai skin
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user