To exclude platform platform_exclude=foo should be used and not platform_whitelist=!foo. Change-Id: I4cddcd3b73e0bd8c42a0726776f8237ebd79a6ae Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
47 lines
907 B
INI
47 lines
907 B
INI
[test_x86]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
kernel = micro
|
|
|
|
[test_arm]
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
platform_exclude = arduino_due
|
|
kernel = micro
|
|
|
|
[test_nble]
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_nble.conf"
|
|
arch_whitelist = x86
|
|
config_whitelist = CONFIG_SOC_QUARK_SE
|
|
platform_whitelist = arduino_101
|
|
kernel = micro
|
|
|
|
[test_x86_nano]
|
|
kernel = nano
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
extra_args = KERNEL_TYPE=nano
|
|
platform_exclude = quark_d2000_crb
|
|
|
|
[test_arm_nano]
|
|
kernel = nano
|
|
tags = bluetooth
|
|
build_only = true
|
|
arch_whitelist = arm
|
|
platform_exclude = arduino_due
|
|
extra_args = KERNEL_TYPE=nano
|
|
|
|
[test_nble_nano]
|
|
kernel = nano
|
|
tags = bluetooth
|
|
build_only = true
|
|
extra_args = CONF_FILE="prj_nble.conf" KERNEL_TYPE=nano
|
|
arch_whitelist = x86
|
|
config_whitelist = CONFIG_SOC_QUARK_SE
|
|
platform_whitelist = arduino_101
|