base-image: Add bluez5 as part of the BT group

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 18:28:46 +02:00
parent d26b401014
commit e9da28c98e
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@ WWAN_TOOLS = " \
wwan-config \ wwan-config \
" "
BT_TOOLS = " \ BT_TOOLS = " \
bluez5 \
bluez5-obex \ bluez5-obex \
bluez5-noinst-tools \ bluez5-noinst-tools \
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
@ -80,7 +81,6 @@ IMAGE_INSTALL_append = " \
IMAGE_INSTALL_append_imx8-nmhw23 = " \ IMAGE_INSTALL_append_imx8-nmhw23 = " \
bluez5 \
packagegroup-ublox-modules \ packagegroup-ublox-modules \
gnss-init \ gnss-init \
" "