]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bluez5: upgrade 5.85 -> 5.86
authorGuðni Már Gilbert <gudni.m.g@gmail.com>
Sat, 14 Feb 2026 15:30:39 +0000 (15:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2026 18:05:10 +0000 (18:05 +0000)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5.inc
meta/recipes-connectivity/bluez5/bluez5_5.86.bb [moved from meta/recipes-connectivity/bluez5/bluez5_5.85.bb with 94% similarity]

index 24a41f92df764e734ef1ed9de8d31dd906782db0..dd2058301594267cb237885bbcd9c868a8bbc686 100644 (file)
@@ -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
index d8965fef4be098c0228ae495883223e1de662086..7f9972f59e0d939475b099a02b2f22c78d4e277a 100644 (file)
@@ -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 \