mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-05 03:13:41 +08:00
xenomai: native skin is now called alchemy
Since the introduction of Xenomai 3, the native skin is dubbed Alchemy. Update the config menu (but leave the symbol name to avoid hurting existing users needlessly) and fix the unselected-skin cleanup code. 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
3e4e0be2d7
commit
ef3392f2ca
@ -113,10 +113,11 @@ config BR2_PACKAGE_XENOMAI_ANALOGY
|
||||
and libraries
|
||||
|
||||
config BR2_PACKAGE_XENOMAI_NATIVE_SKIN
|
||||
bool "Native skin library"
|
||||
bool "Alchemy (native) skin library"
|
||||
default y
|
||||
help
|
||||
This option allows to install the Native Xenomai skin
|
||||
This option allows to install the Alchemy Xenomai skin, previously
|
||||
called 'native'
|
||||
|
||||
config BR2_PACKAGE_XENOMAI_POSIX_SKIN
|
||||
bool "POSIX skin library"
|
||||
|
@ -92,7 +92,7 @@ endef
|
||||
XENOMAI_POST_INSTALL_TARGET_HOOKS += XENOMAI_REMOVE_ANALOGY
|
||||
endif
|
||||
|
||||
XENOMAI_REMOVE_SKIN_LIST += $(if $(BR2_PACKAGE_XENOMAI_NATIVE_SKIN),,native)
|
||||
XENOMAI_REMOVE_SKIN_LIST += $(if $(BR2_PACKAGE_XENOMAI_NATIVE_SKIN),,alchemy)
|
||||
XENOMAI_REMOVE_SKIN_LIST += $(if $(BR2_PACKAGE_XENOMAI_POSIX_SKIN),,posix)
|
||||
XENOMAI_REMOVE_SKIN_LIST += $(if $(BR2_PACKAGE_XENOMAI_VXWORKS_SKIN),,vxworks)
|
||||
XENOMAI_REMOVE_SKIN_LIST += $(if $(BR2_PACKAGE_XENOMAI_PSOS_SKIN),,psos)
|
||||
|
Loading…
Reference in New Issue
Block a user