From 55bc3acf58f6a30dedc8a0e4ac8f32ba2c4c79e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayt=C3=BCrk=20D=C3=BCzen?= Date: Fri, 22 Nov 2024 10:53:50 +0100 Subject: [PATCH] tests: bluetooth: tester: make hci_ipc confs generic for multi-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nrf5340_hci_ipc.conf and nrf5340_hci_ipc_cpunet.conf were board specific rename them for generic multi-core board support Signed-off-by: Aytürk Düzen --- tests/bluetooth/tester/{nrf5340_hci_ipc.conf => hci_ipc.conf} | 0 .../tester/{nrf5340_hci_ipc_cpunet.conf => hci_ipc_cpunet.conf} | 0 tests/bluetooth/tester/sysbuild.cmake | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/bluetooth/tester/{nrf5340_hci_ipc.conf => hci_ipc.conf} (100%) rename tests/bluetooth/tester/{nrf5340_hci_ipc_cpunet.conf => hci_ipc_cpunet.conf} (100%) diff --git a/tests/bluetooth/tester/nrf5340_hci_ipc.conf b/tests/bluetooth/tester/hci_ipc.conf similarity index 100% rename from tests/bluetooth/tester/nrf5340_hci_ipc.conf rename to tests/bluetooth/tester/hci_ipc.conf diff --git a/tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf b/tests/bluetooth/tester/hci_ipc_cpunet.conf similarity index 100% rename from tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf rename to tests/bluetooth/tester/hci_ipc_cpunet.conf diff --git a/tests/bluetooth/tester/sysbuild.cmake b/tests/bluetooth/tester/sysbuild.cmake index 605d7ab74da..07806ec40e2 100644 --- a/tests/bluetooth/tester/sysbuild.cmake +++ b/tests/bluetooth/tester/sysbuild.cmake @@ -19,7 +19,7 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC) ) set(${NET_APP}_EXTRA_CONF_FILE - ${APP_DIR}/nrf5340_hci_ipc_cpunet.conf + ${APP_DIR}/hci_ipc_cpunet.conf CACHE INTERNAL "" )