2014-03-31 10:58:00 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_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
|
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_PACKAGE_BLUEZ_UTILS # conflicts with 4.x version
|
|
|
|
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
|
|
|
|
bluez utils version 5.x
|
|
|
|
|
|
|
|
With this release BlueZ only supports the new Bluetooth
|
|
|
|
Management kernel interface (introduced in Linux 3.4).
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|
|
|
|
Enable the OBEX support in Bluez 5.x.
|
|
|
|
|
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
|
|
|
|
Enable the Bluez 5.x command line client.
|
|
|
|
|
2017-05-01 14:59:41 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
|
|
|
bool "install deprecated tool"
|
2014-08-14 20:28:34 +02:00
|
|
|
depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
|
2014-03-31 10:58:00 +02:00
|
|
|
help
|
2017-05-01 14:59:41 +02:00
|
|
|
Build BlueZ 5.x deprecated tools. These currently include:
|
|
|
|
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
|
2017-05-01 14:59:42 +02:00
|
|
|
bool "build experimental obexd plugin"
|
2014-08-14 20:28:34 +02:00
|
|
|
help
|
2017-05-01 14:59:42 +02:00
|
|
|
Build BlueZ 5.x experimental Nokia OBEX PC Suite plugin
|
2014-08-14 20:28:34 +02:00
|
|
|
|
2017-05-01 14:59:43 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_PLUGINS_HEALTH
|
|
|
|
bool "build health plugin"
|
|
|
|
help
|
|
|
|
Build BlueZ 5.x health plugin
|
|
|
|
|
2017-05-01 14:59:44 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_PLUGINS_MIDI
|
|
|
|
bool "build midi profile"
|
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
|
|
select BR2_PACKAGE_ALSA_LIB_SEQ
|
|
|
|
help
|
|
|
|
Build BlueZ 5.x midi plugin
|
|
|
|
|
2017-05-01 14:59:43 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_PLUGINS_NFC
|
|
|
|
bool "build nfc plugin"
|
|
|
|
help
|
|
|
|
Build BlueZ 5.x nfc plugin
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BLUEZ5_PLUGINS_SAP
|
|
|
|
bool "build sap plugin"
|
|
|
|
help
|
|
|
|
Build BlueZ 5.x sap plugin
|
|
|
|
|
2015-07-16 10:46:14 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS
|
|
|
|
bool "build sixaxis plugin"
|
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
|
|
help
|
2017-05-05 16:08:06 +02:00
|
|
|
Build BlueZ 5.x sixaxis plugin (support Sony Dualshock
|
|
|
|
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
|
|
|
|
bool "build tests"
|
|
|
|
help
|
|
|
|
Build BlueZ 5.x tests
|
|
|
|
|
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
|
2014-03-31 10:58:00 +02:00
|
|
|
|
|
|
|
comment "bluez5-utils conflicts with older bluez-utils version"
|
|
|
|
depends on BR2_PACKAGE_BLUEZ_UTILS
|