Include the USB-based Bluetooth hardware modules fragment in all intel-common standard kernel configurations.
Partial and final fix for [YOCTO #6960]. Signed-off-by: Cristian Iorga <[email protected]> --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc index e5806a6..a2f42a4 100644 --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc @@ -37,6 +37,7 @@ include features/iwlegacy/iwlegacy.scc # Various RF/Wireless technologies include features/bluetooth/bluetooth.scc +include features/bluetooth/bluetooth-usb.scc include features/ieee802154/ieee802154.scc # Various media device support, like webcams and capture cards -- 2.1.0 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
