From: Guðni Már Gilbert Date: Sat, 14 Feb 2026 15:30:39 +0000 (+0000) Subject: bluez5: upgrade 5.85 -> 5.86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51da1742bf402a0e732ef1e59e93b50af94e977d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bluez5: upgrade 5.85 -> 5.86 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 24a41f92df7..dd205830159 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 d8965fef4be..7f9972f59e0 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 \