Use EXTRA_CONF_FILE in sample yaml files, that replaced deprecated OVERLAY_CONFIG since the Zephyr v3.4 release. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
40 lines
994 B
YAML
40 lines
994 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- openthread
|
|
depends_on: openthread
|
|
min_flash: 140
|
|
sample:
|
|
description: Runs the OpenThread stack as NCP BR
|
|
name: OpenThread Network Co-Processor
|
|
tests:
|
|
sample.net.openthread.coprocessor:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52833dk/nrf52833
|
|
- tlsr9518adk80d
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
sample.net.openthread.coprocessor.usb:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52833dk/nrf52833
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
tags: ci_build
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=overlay-usb-nrf-br.conf
|
|
- DTC_OVERLAY_FILE="usb.overlay"
|
|
sample.openthread.coprocessor.rcp:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52833dk/nrf52833
|
|
- tlsr9518adk80d
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
extra_args: EXTRA_CONF_FILE=overlay-rcp.conf
|