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>
25 lines
566 B
YAML
25 lines
566 B
YAML
sample:
|
|
description: Hello Thrift client sample
|
|
name: hello thrift client
|
|
common:
|
|
tags:
|
|
- thrift
|
|
- cpp
|
|
- sample
|
|
build_only: true
|
|
modules:
|
|
- thrift
|
|
platform_allow:
|
|
- mps2/an385
|
|
- qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86_64
|
|
filter: CONFIG_FULL_LIBCPP_SUPPORTED
|
|
tests:
|
|
sample.thrift.hello.client.binaryProtocol: {}
|
|
sample.thrift.hello.client.compactProtocol:
|
|
extra_configs:
|
|
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
|
|
sample.thrift.hello.client.tlsTransport:
|
|
extra_args: EXTRA_CONF_FILE="../overlay-tls.conf"
|