From a1862921af8384ee24d680b33d16b33d7d93f6dc Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 9 May 2022 12:20:48 +0200 Subject: [PATCH] ccmp15-dvk: remove bluez5-init recipe for the ConnectCore MP15 platform This platform initializes the Bluetooth interface through the own bluetooth driver, so the custom Digi init scripts are not needed. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index f585e6e8d..16d345318 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -103,6 +103,9 @@ DEY_BUILD_PLATFORM = "STM" # Wireless external module HAS_WIFI_VIRTWLANS = "true" +# Remove additional bluetooth packages +MACHINE_BLUETOOTH_EXTRA_INSTALL = "" + # ========================================================================= # alsa # =========================================================================