Skip to content

Commit 2e60584

Browse files
committed
tests: nrf_auracast: Simplify network core building
Use NRF_DEFAULT_IPC_RADIO to enable building of the hci_ipc radio sample for the network core instead of adding it manually. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent 2ffeea7 commit 2e60584

File tree

5 files changed

+8
-64
lines changed

5 files changed

+8
-64
lines changed

tests/bluetooth/bsim/nrf_auraconfig/Kconfig.sysbuild

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
source "share/sysbuild/Kconfig"
88

9-
config NET_CORE_BOARD
10-
string
11-
default "nrf5340bsim/nrf5340/cpunet" if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
12-
9+
config NRF_DEFAULT_IPC_RADIO
10+
bool
11+
default y
1312

1413
config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
1514
int

tests/bluetooth/bsim/nrf_auraconfig/compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -ue
99

1010
source ${ZEPHYR_BASE}/tests/bsim/compile.source
1111

12-
app=${ZEPHYR_NRF_MODULE_DIR}tests/bluetooth/bsim/nrf_auraconfig sysbuild=1 compile
13-
app=${ZEPHYR_NRF_MODULE_DIR}tests/bluetooth/bsim/nrf_auraconfig/tester sysbuild=1 compile
12+
app=../nrf/tests/bluetooth/bsim/nrf_auraconfig sysbuild=1 compile
13+
app=../nrf/tests/bluetooth/bsim/nrf_auraconfig/tester sysbuild=1 compile
1414

1515
wait_for_background_jobs

tests/bluetooth/bsim/nrf_auraconfig/sysbuild.cmake

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/bluetooth/bsim/nrf_auraconfig/tester/Kconfig.sysbuild

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
source "share/sysbuild/Kconfig"
88

9-
config NET_CORE_BOARD
10-
string
11-
default "nrf5340bsim/nrf5340/cpunet" if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
12-
9+
config NRF_DEFAULT_IPC_RADIO
10+
bool
11+
default y
1312

1413
config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
1514
int

tests/bluetooth/bsim/nrf_auraconfig/tester/sysbuild.cmake

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)