yaml: use EXTRA_CONF_FILE in .yaml files
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>
This commit is contained in:
parent
59f0418d2e
commit
e53eec0851
47 changed files with 145 additions and 145 deletions
|
@ -30,7 +30,7 @@ tests:
|
|||
bootloader.mcuboot.recovery.retention.mem:
|
||||
platform_allow: nrf52840dk/nrf52840
|
||||
extra_args:
|
||||
- OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_mem.conf"
|
||||
- EXTRA_CONF_FILE="boards/nrf52840dk_nrf52840_mem.conf"
|
||||
- DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840_mem.overlay"
|
||||
- mcuboot_TARGET_OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_mem.conf"
|
||||
- mcuboot_TARGET_DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840_mem.overlay"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue