QA needs USB OTG to automate some of the testing processes, this patch adds it to Intel builds.
[YOCTO #11740] Signed-off-by: Alejandro Hernandez <[email protected]> --- bsp/intel-common/intel-common-drivers.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-common/intel-common-drivers.scc b/bsp/intel-common/intel-common-drivers.scc index 4d466814..dace0d35 100644 --- a/bsp/intel-common/intel-common-drivers.scc +++ b/bsp/intel-common/intel-common-drivers.scc @@ -25,6 +25,7 @@ include features/usb/ohci-hcd.scc include features/usb/xhci-hcd.scc include features/usb/usb-gadgets.scc include features/usb/touchscreen-composite.scc +include features/usb-net/usb-net.scc include cfg/timer/hpet.scc -- 2.12.2 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
