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
|
|
|
|
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"
|
2014-08-14 20:28:34 +02:00
|
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
2014-03-31 10:58:00 +02:00
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build deprecated tools. These currently include:
|
2017-05-01 14:59:41 +02:00
|
|
|
hciattach, hciconfig, hcitool, hcidump, rfcomm, sdptool,
|
|
|
|
ciptool, gatttool.
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
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
|
|
|
|
help
|
2021-04-21 15:17:23 +02:00
|
|
|
Build hid2hci tool
|
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
|