OVERLAY_CONFIG has been deprecated and replaced by EXTRA_CONF_FILE. Update samples to reflect that. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
27 lines
628 B
YAML
27 lines
628 B
YAML
sample:
|
|
description: SNTP client sample
|
|
name: sntp_client
|
|
common:
|
|
harness: net
|
|
tags: net
|
|
tests:
|
|
sample.net.sockets.sntp_client:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_sim
|
|
sample.net.sockets.sntp_client.native:
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|
|
extra_args:
|
|
- EXTRA_CONF_FILE="overlay-nsos.conf"
|
|
sample.net.sockets.sntp_client.wifi.nrf70dk:
|
|
extra_args:
|
|
- SNIPPET=wifi-ipv4
|
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
|
platform_allow:
|
|
- nrf7002dk/nrf5340/cpuapp
|