From 4645131dd8e3564e917a22f54275e232e6ec947f Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 26 May 2026 13:20:14 +0200 Subject: [PATCH] dey-image-container-manager: include DEY Bluetooth packagegroup Bluetooth init scripts depend on the `btmgmt` tool, which is provided by the `bluez5-noinst-tools` package. Since we already include several BlueZ packages, include the full Bluetooth stack via `packagegroup-dey-bluetooth`, consistent with how we handle Wi-Fi. Signed-off-by: Arturo Buzarra --- .../recipes-core/images/dey-image-container-manager.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb b/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb index 7f25b32d7..e7049de7a 100644 --- a/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb +++ b/meta-digi-containers/recipes-core/images/dey-image-container-manager.bb @@ -32,7 +32,6 @@ CONTAINER_MANAGER_MACHINE_EXTRA_RRECOMMENDS = "${@' '.join( \ CORE_ESSENTIALS = " \ base-files \ base-passwd \ - bluez5-init \ busybox \ busybox-syslog \ ca-certificates \ @@ -50,7 +49,6 @@ CORE_ESSENTIALS = " \ # Tools and libraries CORE_TOOLS = " \ - bluez5 \ cccs-daemon \ curl \ dropbear \ @@ -71,6 +69,7 @@ CORE_TOOLS = " \ openssh-sftp-server \ openssl \ packagegroup-dey-audio \ + ${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'packagegroup-dey-bluetooth', '', d)} \ ${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'packagegroup-dey-wireless', '', d)} \ sysinfo \ vsftpd \