samples: Bluetooth: Replace OVERLAY_CONFIG with EXTRA_CONF_FILE

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>
This commit is contained in:
Emil Gydesen 2025-03-24 10:32:46 +01:00 committed by Benjamin Cabé
parent 918ae79522
commit 4fe81ec398
4 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ Building and Running
********************
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required feature support.
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required feature support.
Building for an nrf5340dk
-------------------------
@ -75,4 +75,4 @@ Building for a simulated nrf52_bsim
:zephyr-app: samples/bluetooth/ccp_call_control_client/
:board: nrf52_bsim
:goals: build
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

View File

@ -26,5 +26,5 @@ tests:
- nrf52833dk/nrf52833
- nrf52840dk/nrf52840
- nrf52840dongle/nrf52840
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
tags: bluetooth

View File

@ -28,7 +28,7 @@ Building and Running
********************
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required feature support.
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required feature support.
Building for an nrf5340dk
-------------------------
@ -74,4 +74,4 @@ Building for a simulated nrf52_bsim
:zephyr-app: samples/bluetooth/ccp_call_control_server/
:board: nrf52_bsim
:goals: build
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

View File

@ -26,5 +26,5 @@ tests:
- nrf52833dk/nrf52833
- nrf52840dk/nrf52840
- nrf52840dongle/nrf52840
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
tags: bluetooth