The devicetree test will not link the hsdk platforms as when CONFIG_GPIO=y this enable CONFIG_I2C as the board utilizes a GPIO expander over I2C. So we exclude building this test on the hsdk platforms. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
253 B
YAML
9 lines
253 B
YAML
tests:
|
|
libraries.devicetree:
|
|
tags: devicetree
|
|
# We only need this to run on one platform so use native_posix as it
|
|
# will mostly likely be the fastest.
|
|
integration_platforms:
|
|
- native_posix
|
|
platform_exclude: hsdk hsdk_2cores
|