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
|
@ -10,8 +10,8 @@ common:
|
|||
- p256-m
|
||||
tests:
|
||||
crypto.secp256r1.mbedtls:
|
||||
extra_args: OVERLAY_CONFIG=mbedtls.conf
|
||||
extra_args: EXTRA_CONF_FILE=mbedtls.conf
|
||||
crypto.secp256r1.p256-m_raw:
|
||||
extra_args: OVERLAY_CONFIG=p256-m_raw.conf
|
||||
extra_args: EXTRA_CONF_FILE=p256-m_raw.conf
|
||||
crypto.secp256r1.tinycrypt:
|
||||
extra_args: OVERLAY_CONFIG=tinycrypt.conf
|
||||
extra_args: EXTRA_CONF_FILE=tinycrypt.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue