[linux-yocto] [PATCH] common-pc*.scc: Add igb to common-pc drivers

Bruce Ashfield bruce.ashfield at windriver.com
Thu Dec 7 02:38:27 PST 2017


On 12/07/2017 02:15 AM, Saul Wold wrote:
> The IGB driver is showing up on some general hardware (like MinnowBoard)
> which is one of the Yocto Project Reference Platforms.
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> 
> Bruce, this is for 4.9 and newer.  Thanks!

merged to all the branches.

I'll send SRCREV updates once I have my other queue merged into master
(or if I need to send a v2 of that series, I'll send it then).

Cheers,

Bruce

> 
>   bsp/common-pc-64/common-pc-64.scc | 1 +
>   bsp/common-pc/common-pc.scc       | 2 +-
>   2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/bsp/common-pc-64/common-pc-64.scc b/bsp/common-pc-64/common-pc-64.scc
> index d9d41c1c..5d30c731 100644
> --- a/bsp/common-pc-64/common-pc-64.scc
> +++ b/bsp/common-pc-64/common-pc-64.scc
> @@ -20,6 +20,7 @@ include features/usb/touchscreen-composite.scc
>   include features/usb-net/usb-net.scc
>   include features/intel-e1xxxx/intel-e100.scc
>   include features/intel-e1xxxx/intel-e1xxxx.scc
> +include features/igb/igb.scc
>   include features/scsi/cdrom.scc
>   
>   # generic Bluetooth support
> diff --git a/bsp/common-pc/common-pc.scc b/bsp/common-pc/common-pc.scc
> index 384ffbad..cd947b0f 100644
> --- a/bsp/common-pc/common-pc.scc
> +++ b/bsp/common-pc/common-pc.scc
> @@ -21,11 +21,11 @@ include features/usb/xhci-hcd.scc
>   include features/usb/touchscreen-composite.scc
>   
>   include features/usb-net/usb-net.scc
> -
>   include features/intel-e1xxxx/intel-e100.scc
>   include features/intel-e1xxxx/intel-e1xxxx.scc
>   include features/iwlwifi/iwlwifi.scc
>   include features/iwlegacy/iwlegacy.scc
> +include features/igb/igb.scc
>   
>   include features/i915/i915.scc
>   include features/drm-gma500/drm-gma500.scc
> 



More information about the linux-yocto mailing list