[linux-yocto] [PATCH 1/3] meta: intel-common-standard: add ericson-3g to intel-common-standard.scc

Max Eliaser max.eliaser at intel.com
Fri Aug 15 10:11:13 PDT 2014


BSPs that use intel-common-standard.scc should be expected to work on some
devices with integrated 3G modems, most notably the FRI2. However, because
we only have a configuration fragment for one 3g driver, it's not worth
creating a 3g-all.scc file. For now, the best option is to add that driver
directly to intel-common-standard.scc.

Signed-off-by: Max Eliaser <max.eliaser at intel.com>
---
 meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc
index 06839ac..1d0a502 100644
--- a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc
+++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc
@@ -33,6 +33,7 @@ include features/i915/i915.scc
 # Networking
 include features/intel-e1xxxx/intel-e100.scc
 include features/intel-e1xxxx/intel-e1xxxx.scc
+include features/ericsson-3g/f5521gw.scc
 include features/igb/igb.scc
 include features/ixgbe/ixgbe.scc
 include features/iwlwifi/iwlwifi.scc
-- 
1.8.3.2



More information about the linux-yocto mailing list