/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 29 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/org-bluez-adaptater1.c 30 …ix org.bluez.Adapter1. --generate-c-code ${CMAKE_CURRENT_BINARY_DIR}/org-bluez-adaptater1 ${CMAKE_… 31 …ix org.bluez.Adapter1. --generate-c-code ${CMAKE_CURRENT_BINARY_DIR}/org-bluez-adaptater1 ${CMAKE_… 32 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${DBUS_BLUEZ_API}/org.bluez.Adapter1.xml 33 COMMENT "Generate D-Bus 'org.bluez.Adapter1.xml'" 36 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/org-bluez-device1.c 37 …efix org.bluez.Device1. --generate-c-code ${CMAKE_CURRENT_BINARY_DIR}/org-bluez-device1 ${CMAKE_CU… 38 …efix org.bluez.Device1. --generate-c-code ${CMAKE_CURRENT_BINARY_DIR}/org-bluez-device1 ${CMAKE_CU… 39 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${DBUS_BLUEZ_API}/org.bluez.Device1.xml 40 COMMENT "Generate D-Bus 'org.bluez.Device1.xml'" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/ |
H A D | gattlib_git.bb | 33 for f in org-bluez-gattdescriptor1.c org-bluez-battery1.c org-bluez-adaptater1.c \ 34 org-bluez-device1.c org-bluez-gattservice1.c org-bluez-gattcharacteristic1.c; do
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
H A D | obex-file-fix-null-check.patch | 1 Upstream-Status: Submitted [https://github.com/khvzak/bluez-tools/pull/47] 10 src/lib/bluez/obex/obex_file_transfer.c | 6 +++--- 13 diff --git a/src/lib/bluez/obex/obex_file_transfer.c b/src/lib/bluez/obex/obex_file_transfer.c 15 --- a/src/lib/bluez/obex/obex_file_transfer.c 16 +++ b/src/lib/bluez/obex/obex_file_transfer.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/ |
H A D | 0001-bluepy-Fix-username-issue-with-tarballs.patch | 20 $(IMPORT_SRCS): bluez-src.tgz 25 .PHONY: bluez-tarfile 27 bluez-tarfile: 28 - (cd ..; tar czf bluepy/bluez-src.tgz $(BLUEZ_PATH)) 29 + (cd ..; tar czf bluepy/bluez-src.tgz $(BLUEZ_PATH) --no-same-owner)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/ |
H A D | bluez-tools_git.bb | 6 HOMEPAGE = "https://github.com/khvzak/bluez-tools" 7 BUGTRACKER = "https://github.com/khvzak/bluez-tools/issues" 14 git://github.com/khvzak/bluez-tools.git;protocol=https;branch=master \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/ |
H A D | bluez5.inc | 3 HOMEPAGE = "http://www.bluez.org" 11 PROVIDES += "bluez-hcidump" 12 RPROVIDES:${PN} += "bluez-hcidump" 67 SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 74 S = "${WORKDIR}/bluez-${PV}" 76 CVE_PRODUCT = "bluez" 135 ${datadir}/dbus-1/services/org.bluez.obex.service \ 140 FILES:${PN}-testtools = "${libdir}/bluez/test/*"
|
H A D | bluez5_5.79.bb | 5 CVE_STATUS[CVE-2020-24490] = "cpe-incorrect: This issue has kernel fixes rather than bluez fixes"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/ |
H A D | bluealsa_4.3.0.bb | 10 HOMEPAGE = "https://github.com/Arkq/bluez-alsa" 11 BUGTRACKER = "https://github.com/arkq/bluez-alsa/issues" 19 SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master \ 72 # Choose bluez-alsa arguments to be used in bluealsa systemd service 74 # Enable bluez-alsa arguments by default:
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/ |
H A D | py-3.11.patch | 17 bluez/btmodule.c | 14 +- 18 bluez/pythoncapi_compat.h | 364 ++++++++++++++++++++++++++++++++++++++ 20 create mode 100644 bluez/pythoncapi_compat.h 22 diff --git a/bluez/btmodule.c b/bluez/btmodule.c 24 --- a/bluez/btmodule.c 25 +++ b/bluez/btmodule.c 82 diff --git a/bluez/pythoncapi_compat.h b/bluez/pythoncapi_compat.h 86 +++ b/bluez/pythoncapi_compat.h
|
H A D | 0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch | 26 bluez/btmodule.c | 23 ++++++++++++++--------- 30 diff --git a/bluez/btmodule.c b/bluez/btmodule.c 32 --- a/bluez/btmodule.c 33 +++ b/bluez/btmodule.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/ |
H A D | gpsd_3.25.bb | 27 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} usb" 28 PACKAGECONFIG[bluez] = "bluez='true',bluez='false',bluez5"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ |
H A D | ofono_2.14.bb | 27 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ 30 PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5"
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/ |
H A D | bluez-firmware-rpidistro_git.bb | 5 HOMEPAGE = "https://github.com/RPi-Distro/bluez-firmware" 16 # [^1]: https://github.com/RPi-Distro/bluez-firmware/issues/1 27 git://github.com/RPi-Distro/bluez-firmware;branch=bookworm;protocol=https \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
H A D | pipewire_1.2.7.bb | 85 BLUETOOTH_AAC = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'bluez-aac', '', d)}" 89 …${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez bluez-opus ${BLUETOOTH_AAC}', '', d)} \ 103 PACKAGECONFIG[bluez] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc glib-2.0-native" 104 PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac" 105 PACKAGECONFIG[bluez-opus] = "-Dbluez5-codec-opus=enabled,-Dbluez5-codec-opus=disabled,libopus" 106 PACKAGECONFIG[bluez-lc3] = "-Dbluez5-codec-lc3=enabled,-Dbluez5-codec-lc3=disabled,liblc3" 110 PACKAGECONFIG[bluez-backend-native-mm] = "-Dbluez5-backend-native-mm=enabled,-Dbluez5-backend-nativ…
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/ |
H A D | strace_6.12.bb | 26 # bluez is not enabled by default due to build dependency creep in smaller builds 28 PACKAGECONFIG[bluez] = "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=n…
|
/openbmc/openbmc/poky/meta/recipes-multimedia/sbc/ |
H A D | sbc_2.0.bb | 3 HOMEPAGE = "https://www.bluez.org"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 60-joystick.rules | 4 # Set PS3 controller leds to the same value bluez will choose for it.
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/folks/ |
H A D | folks_0.15.9.bb | 18 PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-data-server"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-bad_1.24.10.bb | 26 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ 38 PACKAGECONFIG[bluez] = "-Dbluez=enabled,-Dbluez=disabled,bluez5"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/ |
H A D | 0001-Use-basename-implementation-from-glib-2.0.patch | 7 Upstream-Status: Submitted [https://github.com/arkq/bluez-alsa/commit/070ed35ac5cef8138ed4760582bb7…
|
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/ |
H A D | connman.inc | 39 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ 49 PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5, bluez5"
|
/openbmc/linux/net/bluetooth/ |
H A D | Kconfig | 45 more information, see <http://www.bluez.org/>.
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.8.rst | 47 .. _migration-1.8-bluez:
|
H A D | release-notes-5.2.rst | 306 - ``bluez``: fix mesh build when building with musl.
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 20 DISTRO_PN_ALIAS:pn-bluez5 = "Fedora=bluez Opensuse=bluez"
|