Add missing xhci-hcd to common-pc-64.scc. Signed-off-by: Darren Hart <[email protected]> --- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 + 1 file changed, 1 insertion(+)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc index 29c47dd..7ab6449 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc +++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc @@ -8,6 +8,7 @@ include cfg/x86_64.scc include features/usb/ehci-hcd.scc include features/usb/uhci-hcd.scc include features/usb/ohci-hcd.scc +include features/usb/xhci-hcd.scc include features/usb/touchscreen-composite.scc include features/intel-e1xxxx/intel-e100.scc include features/intel-e1xxxx/intel-e1xxxx.scc -- 1.7.9.5 _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
