diff mbox series

bluez5: upgrade 5.85 -> 5.86

Message ID 20260214153039.2022198-1-gudni.m.g@gmail.com
State New
Headers show
Series bluez5: upgrade 5.85 -> 5.86 | expand

Commit Message

Guðni Már Gilbert Feb. 14, 2026, 3:30 p.m. UTC
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%)

Comments

Guðni Már Gilbert Feb. 14, 2026, 3:34 p.m. UTC | #1
Note I am not the maintainer of this recipe and I just want to see BlueZ being up to date, especially before new LTS :)

I ran the ptests locally and all of them passed. I did not verify if BlueZ 5.86 builds with musl.

Below are the steps I used to test:
1) run: bitbake core-image-ptest-bluez5
2) run: runqemu qemux86-64 core-image-ptest-bluez5 slirp nographic snapshot
3) run: /usr/lib/bluez5/ptest/ptest-runner bluez5
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 24a41f92df..dd20583015 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -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"
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.85.bb b/meta/recipes-connectivity/bluez5/bluez5_5.86.bb
similarity index 94%
rename from meta/recipes-connectivity/bluez5/bluez5_5.85.bb
rename to meta/recipes-connectivity/bluez5/bluez5_5.86.bb
index d8965fef4b..7f9972f59e 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.85.bb
+++ b/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 \