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:
Andrej Butok 2024-10-07 15:05:24 +02:00 committed by Carles Cufí
commit e53eec0851
47 changed files with 145 additions and 145 deletions

View file

@ -20,4 +20,4 @@ tests:
extra_configs:
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
thrift.ThriftTest.newlib.tlsTransport:
extra_args: OVERLAY_CONFIG="overlay-tls.conf"
extra_args: EXTRA_CONF_FILE="overlay-tls.conf"