2014-03-31 10:58:00 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS
|
2021-04-21 15:17:23 +02:00
|
|
|
bool "bluez-utils"
|
2014-03-31 10:58:00 +02:00
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
|
|
|
depends on BR2_USE_MMU # dbus
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # uses dlfcn
|
2014-03-31 10:58:00 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
2016-02-07 17:43:15 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2014-03-31 10:58:00 +02:00
|
|
|
select BR2_PACKAGE_DBUS
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
BlueZ utils
|
2014-03-31 10:58:00 +02:00
|
|
|
|
2021-04-21 15:17:23 +02:00
|
|
|
Provides Stack, Library and Tooling for Bluetooth Classic
|
|
|
|
and Bluetooth LE.
|
2014-03-31 10:58:00 +02:00
|
|
|
|
2021-04-21 15:17:23 +02:00
|
|
|
BlueZ utils will use systemd and/or udev if enabled.
|
2014-03-31 10:58:00 +02:00
|
|
|
|
|
|
|
http://www.bluez.org
|
|
|
|
http://www.kernel.org/pub/linux/bluetooth
|
|
|
|
|
|
|
|
if BR2_PACKAGE_BLUEZ5_UTILS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_OBEX
|
|
|
|
bool "build OBEX support"
|
2015-05-02 11:15:04 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2017-04-22 19:17:49 +02:00
|
|
|
select BR2_PACKAGE_LIBICAL
|
2014-03-31 10:58:00 +02:00
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Enable OBEX support.
|
2014-03-31 10:58:00 +02:00
|
|
|
|
2015-05-02 11:15:04 +02:00
|
|
|
comment "OBEX support needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
2014-03-31 10:58:00 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
|
|
|
bool "build CLI client"
|
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build the command line client "bluetoothctl".
|
2014-03-31 10:58:00 +02:00
|
|
|
|
2021-07-26 22:12:42 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_MONITOR
|
|
|
|
bool "build monitor utility"
|
|
|
|
help
|
|
|
|
Build monitor utility btmon.
|
|
|
|
|
2021-07-31 22:38:03 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_TOOLS
|
|
|
|
bool "build tools"
|
|
|
|
help
|
|
|
|
Build tools like bluemoon, btattach, hex2hcd, l2test,
|
|
|
|
l2ping, mpris-proxy, rctest.
|
|
|
|
|
2017-05-01 14:59:41 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
2021-04-21 15:17:23 +02:00
|
|
|
bool "install deprecated tools"
|
2021-07-31 22:38:03 +02:00
|
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT || BR2_PACKAGE_BLUEZ5_UTILS_TOOLS
|
2014-03-31 10:58:00 +02:00
|
|
|
help
|
2021-07-31 22:38:03 +02:00
|
|
|
Build deprecated tools.
|
|
|
|
|
|
|
|
When "build tools" is selected these tools are installed:
|
2017-05-01 14:59:41 +02:00
|
|
|
hciattach, hciconfig, hcitool, hcidump, rfcomm, sdptool,
|
2021-07-31 22:38:03 +02:00
|
|
|
ciptool.
|
|
|
|
|
|
|
|
When CLI client is enabled "gatttool" is installed.
|
2014-03-31 10:58:00 +02:00
|
|
|
|
2014-08-14 20:28:34 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
|
2021-04-21 15:17:23 +02:00
|
|
|
bool "build experimental tools"
|
2014-08-14 20:28:34 +02:00
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
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.
|
2014-08-14 20:28:34 +02:00
|
|
|
|
2021-07-27 09:25:23 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO
|
|
|
|
bool "build audio plugins (a2dp and avrcp)"
|
2021-07-26 22:12:42 +02:00
|
|
|
help
|
2021-07-27 09:25:23 +02:00
|
|
|
Build plugins for audio profiles (for A2DP and AVRCP).
|
2021-07-26 22:12:42 +02:00
|
|
|
|
2018-05-13 21:07:30 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
|
2017-05-01 14:59:43 +02:00
|
|
|
bool "build health plugin"
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build plugin for health profiles.
|
2017-05-01 14:59:43 +02:00
|
|
|
|
2021-07-26 22:12:42 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID
|
|
|
|
bool "build hid plugin"
|
2022-03-20 17:20:12 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
2021-07-27 09:20:11 +02:00
|
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
|
2021-07-26 22:12:42 +02:00
|
|
|
help
|
|
|
|
Build plugin for HID (input) profiles.
|
|
|
|
|
2022-03-20 17:20:12 +01:00
|
|
|
comment "hid plugin needs a toolchain w/ headers >= 3.18"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
|
|
|
|
2021-07-26 22:12:42 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
|
|
|
|
bool "build hog plugin"
|
2022-03-20 17:20:12 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
2021-07-26 22:12:42 +02:00
|
|
|
help
|
|
|
|
Build plugin for HoG (input) profiles.
|
|
|
|
|
2022-03-20 17:20:12 +01:00
|
|
|
comment "hog plugin needs a toolchain w/ headers >= 3.18"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
|
|
|
|
2020-03-16 17:52:51 +01:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MESH
|
2021-04-21 15:17:23 +02:00
|
|
|
bool "build mesh plugin"
|
2020-06-05 21:48:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12 # ell
|
2020-03-16 17:52:53 +01:00
|
|
|
select BR2_PACKAGE_ELL
|
2020-03-16 17:52:51 +01:00
|
|
|
select BR2_PACKAGE_JSON_C
|
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build plugin for Mesh support.
|
2020-03-16 17:52:51 +01:00
|
|
|
|
2020-06-05 21:48:25 +02:00
|
|
|
comment "mesh profile needs a toolchain w/ headers >= 4.12"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
|
|
|
|
|
2018-05-13 21:07:30 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI
|
2021-04-21 15:17:23 +02:00
|
|
|
bool "build midi plugin"
|
2017-05-01 14:59:44 +02:00
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
|
|
select BR2_PACKAGE_ALSA_LIB_SEQ
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build MIDI support via ALSA sequencer.
|
2017-05-01 14:59:44 +02:00
|
|
|
|
2021-07-26 22:12:42 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NETWORK
|
|
|
|
bool "build network plugin"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Build plugin for PANU, NAP, GN profiles.
|
|
|
|
|
2018-05-13 21:07:30 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC
|
2017-05-01 14:59:43 +02:00
|
|
|
bool "build nfc plugin"
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build plugin for NFC pairing.
|
2017-05-01 14:59:43 +02:00
|
|
|
|
2018-05-13 21:07:30 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP
|
2017-05-01 14:59:43 +02:00
|
|
|
bool "build sap plugin"
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build plugin for SAP profile.
|
2017-05-01 14:59:43 +02:00
|
|
|
|
2018-05-13 21:07:30 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SIXAXIS
|
2015-07-16 10:46:14 +02:00
|
|
|
bool "build sixaxis plugin"
|
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
2022-03-20 17:20:12 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # hid plugin
|
2021-07-31 22:38:04 +02:00
|
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
|
2015-07-16 10:46:14 +02:00
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build sixaxis plugin (support Sony Dualshock
|
2017-05-05 16:08:06 +02:00
|
|
|
controller)
|
2015-07-16 10:46:14 +02:00
|
|
|
|
2022-03-20 17:20:12 +01:00
|
|
|
comment "sixaxis plugin needs a toolchain w/ headers >= 3.18"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
|
|
|
|
2015-07-16 10:46:14 +02:00
|
|
|
comment "sixaxis plugin needs udev /dev management"
|
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|
|
|
|
|
2014-08-14 20:28:34 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_TEST
|
2021-04-21 15:17:23 +02:00
|
|
|
bool "install test scripts"
|
2014-08-14 20:28:34 +02:00
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Install the python test scripts from the "test" directory.
|
2014-08-14 20:28:34 +02:00
|
|
|
|
2020-09-11 08:43:52 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_TOOLS_HID2HCI
|
|
|
|
bool "build hid2hci tool"
|
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
2022-03-20 17:20:12 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # hid plugin
|
2021-07-31 22:38:04 +02:00
|
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
|
2021-08-03 14:33:27 +02:00
|
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_TOOLS
|
2020-09-11 08:43:52 +02:00
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build hid2hci tool
|
2020-09-11 08:43:52 +02:00
|
|
|
|
2022-03-20 17:20:12 +01:00
|
|
|
comment "hid2hci tool needs a toolchain w/ headers >= 3.18"
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
|
|
|
|
|
2020-09-11 08:43:52 +02:00
|
|
|
comment "hid2hci tool needs udev /dev management"
|
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|
|
|
|
|
2014-03-31 10:58:00 +02:00
|
|
|
endif
|
|
|
|
|
2017-01-25 22:43:58 +01:00
|
|
|
comment "bluez5-utils needs a toolchain w/ wchar, threads, headers >= 3.4, dynamic library"
|
2014-08-04 12:19:54 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
2017-01-25 22:43:58 +01:00
|
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || BR2_STATIC_LIBS
|
2016-02-07 17:43:15 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2014-08-04 15:20:25 +02:00
|
|
|
depends on BR2_USE_MMU
|