[linux-yocto] [PATCH 1/2] meta: features/bluetooth: add support for USB Bluetooth hardware

Cristian Iorga cristian.iorga at intel.com
Fri Apr 17 09:58:47 PDT 2015


Add support for USB-based generic Bluetooth hardware modules.

Partial fix for [YOCTO #6960].

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg | 1 +
 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg
 create mode 100644 meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc

diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg
new file mode 100644
index 0000000..87df533
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.cfg
@@ -0,0 +1 @@
+CONFIG_BT_HCIBTUSB=m
diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc
new file mode 100644
index 0000000..ee6ba22
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth-usb.scc
@@ -0,0 +1,6 @@
+define KFEATURE_DESCRIPTION "Enable USB-based Bluetooth hardware modules"
+define KFEATURE_COMPATIBILITY board
+
+include bluetooth.scc
+
+kconf hardware bluetooth-usb.cfg
-- 
2.1.0



More information about the linux-yocto mailing list