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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2026-05-26 13:20:14 +02:00
parent b1a41a9593
commit 4645131dd8
1 changed files with 1 additions and 2 deletions

View File

@ -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 \