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

2014-05-09 Thread Kamble, Nitin A


On 5/9/2014 5:09 AM, rebecca.swee.fun.ch...@intel.com wrote:

From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@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.ch...@intel.com

Acked-By: Nitin A Kamble nitin.a.kam...@intel.com

Hi Bruce,
If you can pull this in fast, this can be part of the 1.6 
meta-intel release.


Thanks,
Nitin


---
  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


--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2014-05-09 Thread Bruce Ashfield

On 14-05-09 11:07 AM, Kamble, Nitin A wrote:


On 5/9/2014 5:09 AM, rebecca.swee.fun.ch...@intel.com wrote:

From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@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.ch...@intel.com

Acked-By: Nitin A Kamble nitin.a.kam...@intel.com

Hi Bruce,
 If you can pull this in fast, this can be part of the 1.6
meta-intel release.


I had it staged and was waiting for your Ack. This is now pushed.

Bruce



Thanks,
Nitin


---
  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




--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


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

2014-05-08 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@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.ch...@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

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto