zephyr/scripts/sanity_chk/arches/x86.ini
Javier B Perez 4b554baa87 sanitycheck: support for multiple toolchain
Added support for multiple toolchain usage.
Every arch contains a list of supported toolchain.
Each board can override the supported toolchain list.
If the board is not supported in the current toolchain,
will be discarded.

The current toolchain is defined by ZEPHYR_GCC_VARIANT.
Added support for toolchain ISSM and ZEPHYR.

Change-Id: I31e9b39ba01f6e9bdc4557702428cd09e05f492a
Jira: ZEP-592
Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
2016-08-30 21:44:24 +00:00

29 lines
539 B
INI

[arch]
name = x86
platforms = qemu_x86_iamcu arduino_101 qemu_x86 minnowboard galileo quark_d2000_crb quark_se_devboard
supported_toolchains = zephyr
[qemu_x86]
qemu_support = true
[qemu_x86_iamcu]
qemu_support = true
[minnowboard]
qemu_support = false
[galileo]
qemu_support = false
[quark_d2000_crb]
qemu_support = false
microkernel_support = false
supported_toolchains = issm zephyr
[arduino_101]
qemu_support = false
supported_toolchains = issm zephyr
[quark_se_devboard]
qemu_support = false
supported_toolchains = issm zephyr