From: Cristian Iorga <[email protected]> Add support for USB-based generic Bluetooth hardware modules.
Partial fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> (cherry picked from commit b6a810e8e808795d8821fc9e6e4af3882b14a389) Signed-off-by: Ng Wei Tee <[email protected]> --- .../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 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
