From 71dec2980bdda27ba85714b756146c84cfdafeb7 Mon Sep 17 00:00:00 2001
From: Saul Wold <sgw@linux.intel.com>
Date: Wed, 6 Dec 2017 23:15:13 -0800
Subject: [PATCH] common-pc*.scc: Add igb to common-pc drivers

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@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 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 d9d41c1c9..5d30c731a 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 384ffbad2..cd947b0fa 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
-- 
GitLab