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

Kamble, Nitin A nitin.a.kamble at intel.com
Fri May 9 08:07:19 PDT 2014


On 5/9/2014 5:09 AM, rebecca.swee.fun.chang at intel.com wrote:
> 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>
Acked-By: Nitin A Kamble <nitin.a.kamble at 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



More information about the linux-yocto mailing list