@@ -22,6 +22,9 @@ PACKAGECONFIG ??= "obex-profiles \
vcp-profiles \
micp-profiles \
csip-profiles \
+ tmap-profiles \
+ gmap-profiles \
+ hfp-profiles \
asha-profiles \
network-profiles \
hid-profiles \
@@ -37,13 +40,11 @@ PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib"
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd"
PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,,cups"
PACKAGECONFIG[nfc] = "--enable-nfc,--disable-nfc"
-PACKAGECONFIG[sap-profiles] = "--enable-sap,--disable-sap"
PACKAGECONFIG[a2dp-profiles] = "--enable-a2dp,--disable-a2dp"
PACKAGECONFIG[avrcp-profiles] = "--enable-avrcp,--disable-avrcp"
PACKAGECONFIG[network-profiles] = "--enable-network,--disable-network"
PACKAGECONFIG[hid-profiles] = "--enable-hid,--disable-hid"
PACKAGECONFIG[hog-profiles] = "--enable-hog,--disable-hog"
-PACKAGECONFIG[health-profiles] = "--enable-health,--disable-health"
PACKAGECONFIG[bap-profiles] = "--enable-bap,--disable-bap"
PACKAGECONFIG[bass-profiles] = "--enable-bass,--disable-bass"
PACKAGECONFIG[mcp-profiles] = "--enable-mcp,--disable-mcp"
@@ -51,6 +52,9 @@ PACKAGECONFIG[ccp-profiles] = "--enable-ccp,--disable-ccp"
PACKAGECONFIG[vcp-profiles] = "--enable-vcp,--disable-vcp"
PACKAGECONFIG[micp-profiles] = "--enable-micp,--disable-micp"
PACKAGECONFIG[csip-profiles] = "--enable-csip,--disable-csip"
+PACKAGECONFIG[tmap-profiles] = "--enable-tmap,--disable-tmap"
+PACKAGECONFIG[gmap-profiles] = "--enable-gmap,--disable-gmap"
+PACKAGECONFIG[hfp-profiles] = "--enable-hfp,--disable-hfp"
PACKAGECONFIG[asha-profiles] = "--enable-asha,--disable-asha"
PACKAGECONFIG[sixaxis] = "--enable-sixaxis,--disable-sixaxis"
PACKAGECONFIG[tools] = "--enable-tools,--disable-tools"
similarity index 94%
rename from meta/recipes-connectivity/bluez5/bluez5_5.85.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.86.bb
@@ -1,6 +1,6 @@
require bluez5.inc
-SRC_URI[sha256sum] = "ad028e49254bc4551a13f08fe7904c63d02ba650d77be8ae15bb3b0a0ad94a6f"
+SRC_URI[sha256sum] = "99f144540c6070591e4c53bcb977eb42664c62b7b36cb35a29cf72ded339621d"
CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes rather than bluez fixes"
@@ -54,7 +54,6 @@ NOINST_TOOLS_BT ?= " \
tools/btproxy \
tools/btiotest \
tools/bneptest \
- tools/mcaptest \
tools/cltest \
tools/oobtest \
tools/advtest \
Changelog: - Fix issue with number of retries on authentication failures. - Fix issue with G.722 @ 16 kHz codec ID value reported by transport. - Add support for Telephony interface. - Add support for Ranging profile. - Add support for GMAP service. - Add support for TMAP service. Full changelog: https://github.com/bluez/bluez/compare/5.85...5.86 Changes relevant for the build: - mcaptest tool has been removed - sap and health profiles have been removed from the code base Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> --- meta/recipes-connectivity/bluez5/bluez5.inc | 8 ++++++-- .../bluez5/{bluez5_5.85.bb => bluez5_5.86.bb} | 3 +-- 2 files changed, 7 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.85.bb => bluez5_5.86.bb} (94%)