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:
parent
b1a41a9593
commit
4645131dd8
|
|
@ -32,7 +32,6 @@ CONTAINER_MANAGER_MACHINE_EXTRA_RRECOMMENDS = "${@' '.join( \
|
||||||
CORE_ESSENTIALS = " \
|
CORE_ESSENTIALS = " \
|
||||||
base-files \
|
base-files \
|
||||||
base-passwd \
|
base-passwd \
|
||||||
bluez5-init \
|
|
||||||
busybox \
|
busybox \
|
||||||
busybox-syslog \
|
busybox-syslog \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
@ -50,7 +49,6 @@ CORE_ESSENTIALS = " \
|
||||||
|
|
||||||
# Tools and libraries
|
# Tools and libraries
|
||||||
CORE_TOOLS = " \
|
CORE_TOOLS = " \
|
||||||
bluez5 \
|
|
||||||
cccs-daemon \
|
cccs-daemon \
|
||||||
curl \
|
curl \
|
||||||
dropbear \
|
dropbear \
|
||||||
|
|
@ -71,6 +69,7 @@ CORE_TOOLS = " \
|
||||||
openssh-sftp-server \
|
openssh-sftp-server \
|
||||||
openssl \
|
openssl \
|
||||||
packagegroup-dey-audio \
|
packagegroup-dey-audio \
|
||||||
|
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'packagegroup-dey-bluetooth', '', d)} \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'packagegroup-dey-wireless', '', d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'packagegroup-dey-wireless', '', d)} \
|
||||||
sysinfo \
|
sysinfo \
|
||||||
vsftpd \
|
vsftpd \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue