base-image: Add bluez5 as part of the BT group
BugzID: 73593
This commit is contained in:
parent
d26b401014
commit
e9da28c98e
|
|
@ -17,6 +17,7 @@ WWAN_TOOLS = " \
|
|||
wwan-config \
|
||||
"
|
||||
BT_TOOLS = " \
|
||||
bluez5 \
|
||||
bluez5-obex \
|
||||
bluez5-noinst-tools \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
|
||||
|
|
@ -80,7 +81,6 @@ IMAGE_INSTALL_append = " \
|
|||
|
||||
|
||||
IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||
bluez5 \
|
||||
packagegroup-ublox-modules \
|
||||
gnss-init \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue