[linux-yocto] [PATCH 1/1] meta: enable USB features for Mohonpeak

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Fri May 9 05:09:21 PDT 2014


From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>

Added USB host controller driver support for Mohonpeak. This also
enable live bootable image to be able to boot through USB devices.

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.scc |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.scc b/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.scc
index a4b6d83..dff0a89 100644
--- a/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.scc
+++ b/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.scc
@@ -7,10 +7,15 @@ include features/power/intel.scc
 include features/ixgbe/ixgbe.scc
 include features/igb/igb.scc
 
-# required for Intel DPDK Support
+include features/usb/ehci-hcd.scc
+include features/usb/xhci-hcd.scc
+include features/usb/uhci-hcd.scc
+include features/usb/ohci-hcd.scc
+
+# These features are required for Intel DPDK Support
 include features/intel-dpdk/intel-dpdk.scc
 
-#These features are required for Intel QAT Software
+# These features are required for Intel QAT Software
 include features/pci-iov/pci-iov.scc
 include features/pci/pci.scc
 include features/ciphers/ciphers.scc
@@ -18,8 +23,8 @@ include features/crypto/crypto.scc
 
 include cfg/efi.scc
 
-#Add smp support
+# Add smp support
 include cfg/smp.scc
 
-#Enable GCC inlining
+# Enable GCC inlining
 include features/inline/inline.scc
-- 
1.7.10.4



More information about the linux-yocto mailing list