Skip to content

Commit 3a4dbd4

Browse files
JarmouniAcarlescufi
authored andcommitted
samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE
Replace some OVERLAY_CONFIG that were missed in a pervious PR. Signed-off-by: Abderrahmane Jarmouni <[email protected]>
1 parent 05e73a0 commit 3a4dbd4

File tree

20 files changed

+22
-22
lines changed

20 files changed

+22
-22
lines changed

samples/bluetooth/bap_broadcast_sink/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ tests:
2424
- nrf52_bsim
2525
- nrf52833dk/nrf52833
2626
- nrf52840dongle/nrf52840
27-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
27+
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
2828
tags: bluetooth

samples/bluetooth/bap_broadcast_source/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ tests:
2525
- nrf52_bsim
2626
- nrf52833dk/nrf52833
2727
- nrf52840dongle/nrf52840
28-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
28+
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
2929
tags: bluetooth

samples/bluetooth/bap_unicast_client/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ tests:
2222
- nrf52840dk/nrf52840
2323
integration_platforms:
2424
- nrf52dk/nrf52832
25-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
25+
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
2626
tags: bluetooth

samples/bluetooth/bap_unicast_server/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ tests:
2222
- nrf52840dk/nrf52840
2323
integration_platforms:
2424
- nrf52dk/nrf52832
25-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
25+
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
2626
tags: bluetooth

samples/bluetooth/cap_acceptor/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tests:
2626
- nrf52833dk/nrf52833
2727
- nrf52840dk/nrf52840
2828
- nrf52840dongle/nrf52840
29-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
29+
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
3030
tags: bluetooth

samples/bluetooth/cap_initiator/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tests:
2626
- nrf52833dk/nrf52833
2727
- nrf52840dk/nrf52840
2828
- nrf52840dongle/nrf52840
29-
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
29+
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
3030
tags: bluetooth

samples/bluetooth/direction_finding_central/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests:
1616
- nrf5340dk/nrf5340/cpuapp
1717
sample.bluetooth.direction_finding.central.aod:
1818
harness: bluetooth
19-
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
19+
extra_args: EXTRA_CONF_FILE="overlay-aod.conf"
2020
platform_allow:
2121
- nrf52833dk/nrf52833
2222
- nrf52833dk/nrf52820

samples/bluetooth/direction_finding_connectionless_rx/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tests:
1414
- nrf5340dk/nrf5340/cpuapp
1515
sample.bluetooth.direction_finding_connectionless_rx.aod:
1616
harness: bluetooth
17-
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
17+
extra_args: EXTRA_CONF_FILE="overlay-aod.conf"
1818
platform_allow:
1919
- nrf52833dk/nrf52833
2020
- nrf52833dk/nrf52820

samples/bluetooth/direction_finding_connectionless_tx/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tests:
1414
- nrf5340dk/nrf5340/cpuapp
1515
sample.bluetooth.direction_finding_connectionless.aoa:
1616
harness: bluetooth
17-
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
17+
extra_args: EXTRA_CONF_FILE="overlay-aoa.conf"
1818
platform_allow:
1919
- nrf52833dk/nrf52833
2020
- nrf52833dk/nrf52820

samples/bluetooth/direction_finding_peripheral/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests:
1616
- nrf5340dk/nrf5340/cpuapp
1717
sample.bluetooth.direction_finding.peripheral.aod:
1818
harness: bluetooth
19-
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
19+
extra_args: EXTRA_CONF_FILE="overlay-aoa.conf"
2020
platform_allow:
2121
- nrf52833dk/nrf52833
2222
- nrf52833dk/nrf52820

0 commit comments

Comments
 (0)