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

wei.tee.ng at intel.com wei.tee.ng at intel.com
Fri Jun 19 01:50:43 PDT 2015


From: Cristian Iorga <cristian.iorga at intel.com>

Add support for USB-based generic Bluetooth hardware modules.

Partial fix for [YOCTO #6960].

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
(cherry picked from commit b6a810e8e808795d8821fc9e6e4af3882b14a389)

Signed-off-by: Ng Wei Tee <wei.tee.ng at intel.com>
---
 .../features/bluetooth/bluetooth-usb.cfg           |    1 +
 .../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
-- 
1.7.9.5



More information about the linux-yocto mailing list