public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] bluez5: upgrade 5.85 -> 5.86
@ 2026-02-14 15:30 Guðni Már Gilbert
  2026-02-14 15:34 ` Guðni Már Gilbert
  0 siblings, 1 reply; 3+ messages in thread
From: Guðni Már Gilbert @ 2026-02-14 15:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Guðni Már Gilbert

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%)

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 \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] bluez5: upgrade 5.85 -> 5.86
  2026-02-14 15:30 [PATCH] bluez5: upgrade 5.85 -> 5.86 Guðni Már Gilbert
@ 2026-02-14 15:34 ` Guðni Már Gilbert
  2026-02-15 11:11   ` Guðni Már Gilbert
  0 siblings, 1 reply; 3+ messages in thread
From: Guðni Már Gilbert @ 2026-02-14 15:34 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 530 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bluez5: upgrade 5.85 -> 5.86
  2026-02-14 15:34 ` Guðni Már Gilbert
@ 2026-02-15 11:11   ` Guðni Már Gilbert
  0 siblings, 0 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2026-02-15 11:11 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

Hmm this issue very likely needs a patch: https://github.com/bluez/bluez/issues/1896 I will monitor the Github thread to see how its resolved.

[-- Attachment #2: Type: text/html, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-15 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-14 15:30 [PATCH] bluez5: upgrade 5.85 -> 5.86 Guðni Már Gilbert
2026-02-14 15:34 ` Guðni Már Gilbert
2026-02-15 11:11   ` Guðni Már Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox