bluez5_utils:replace bluez version
replace bluez version Signed-off-by: ziv.xu <ziv.xu@starfive.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS
|
||||
bool "bluez-utils"
|
||||
bool "bluez-utils 5.x"
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
||||
depends on BR2_USE_MMU # dbus
|
||||
@@ -9,12 +9,17 @@ config BR2_PACKAGE_BLUEZ5_UTILS
|
||||
select BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
BlueZ utils
|
||||
bluez utils version 5.x
|
||||
|
||||
Provides Stack, Library and Tooling for Bluetooth Classic
|
||||
and Bluetooth LE.
|
||||
With this release BlueZ only supports the new Bluetooth
|
||||
Management kernel interface (introduced in Linux 3.4).
|
||||
|
||||
BlueZ utils will use systemd and/or udev if enabled.
|
||||
For Low Energy support at least kernel version 3.5 is
|
||||
needed.
|
||||
|
||||
The API is not backward compatible with BlueZ 4.
|
||||
|
||||
Bluez utils will use systemd and/or udev if enabled.
|
||||
|
||||
http://www.bluez.org
|
||||
http://www.kernel.org/pub/linux/bluetooth
|
||||
@@ -26,7 +31,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_OBEX
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_LIBICAL
|
||||
help
|
||||
Enable OBEX support.
|
||||
Enable the OBEX support in Bluez 5.x.
|
||||
|
||||
comment "OBEX support needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -35,117 +40,75 @@ config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
||||
bool "build CLI client"
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
Build the command line client "bluetoothctl".
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_MONITOR
|
||||
bool "build monitor utility"
|
||||
help
|
||||
Build monitor utility btmon.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_TOOLS
|
||||
bool "build tools"
|
||||
help
|
||||
Build tools like bluemoon, btattach, hex2hcd, l2test,
|
||||
l2ping, mpris-proxy, rctest.
|
||||
Enable the Bluez 5.x command line client.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
||||
bool "install deprecated tools"
|
||||
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT || BR2_PACKAGE_BLUEZ5_UTILS_TOOLS
|
||||
bool "install deprecated tool"
|
||||
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
||||
help
|
||||
Build deprecated tools.
|
||||
|
||||
When "build tools" is selected these tools are installed:
|
||||
Build BlueZ 5.x deprecated tools. These currently include:
|
||||
hciattach, hciconfig, hcitool, hcidump, rfcomm, sdptool,
|
||||
ciptool.
|
||||
|
||||
When CLI client is enabled "gatttool" is installed.
|
||||
ciptool, gatttool.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
|
||||
bool "build experimental tools"
|
||||
bool "build experimental obexd plugin"
|
||||
help
|
||||
Build experimental tools. This is currently only the
|
||||
"Nokia OBEX PC Suite tool". So, only if OBEX support is
|
||||
enabled this option has an effect.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO
|
||||
bool "build audio plugins (a2dp and avrcp)"
|
||||
help
|
||||
Build plugins for audio profiles (for A2DP and AVRCP).
|
||||
Build BlueZ 5.x experimental Nokia OBEX PC Suite plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
|
||||
bool "build health plugin"
|
||||
help
|
||||
Build plugin for health profiles.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID
|
||||
bool "build hid plugin"
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
|
||||
help
|
||||
Build plugin for HID (input) profiles.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
|
||||
bool "build hog plugin"
|
||||
help
|
||||
Build plugin for HoG (input) profiles.
|
||||
Build BlueZ 5.x health plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MESH
|
||||
bool "build mesh plugin"
|
||||
bool "build mesh profile"
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12 # ell
|
||||
select BR2_PACKAGE_ELL
|
||||
select BR2_PACKAGE_JSON_C
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
Build plugin for Mesh support.
|
||||
Build BlueZ 5.x mesh plugin
|
||||
|
||||
comment "mesh profile needs a toolchain w/ headers >= 4.12"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI
|
||||
bool "build midi plugin"
|
||||
bool "build midi profile"
|
||||
select BR2_PACKAGE_ALSA_LIB
|
||||
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||
help
|
||||
Build MIDI support via ALSA sequencer.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NETWORK
|
||||
bool "build network plugin"
|
||||
default y
|
||||
help
|
||||
Build plugin for PANU, NAP, GN profiles.
|
||||
Build BlueZ 5.x midi plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC
|
||||
bool "build nfc plugin"
|
||||
help
|
||||
Build plugin for NFC pairing.
|
||||
Build BlueZ 5.x nfc plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
|
||||
bool "build sap plugin"
|
||||
help
|
||||
Build plugin for SAP profile.
|
||||
Build BlueZ 5.x sap plugin
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS
|
||||
bool "build sixaxis plugin"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
|
||||
help
|
||||
Build sixaxis plugin (support Sony Dualshock
|
||||
Build BlueZ 5.x sixaxis plugin (support Sony Dualshock
|
||||
controller)
|
||||
|
||||
comment "sixaxis plugin needs udev /dev management"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_TEST
|
||||
bool "install test scripts"
|
||||
bool "build tests"
|
||||
help
|
||||
Install the python test scripts from the "test" directory.
|
||||
Build BlueZ 5.x tests
|
||||
|
||||
config BR2_PACKAGE_BLUEZ5_UTILS_TOOLS_HID2HCI
|
||||
bool "build hid2hci tool"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_TOOLS
|
||||
help
|
||||
Build hid2hci tool
|
||||
Build BlueZ 5.x hid2hci tool
|
||||
|
||||
comment "hid2hci tool needs udev /dev management"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
|
||||
Reference in New Issue
Block a user