[linux-yocto] [PATCH 06/10] soc/x1000: Remove bsp/common-pc/*
Alejandro Hernandez
alejandro.hernandez at linux.intel.com
Thu Dec 22 10:18:50 PST 2016
From: Tom Zanussi <tom.zanussi at linux.intel.com>
There's no reason for the x1000 feature to include anything from
common-pc, and it causes unnecessary bloat.
If a particular bsp requires anything included here, it should include
it explicitly.
A representative x1000 platform, the Galileo2, works fine without any
of this.
Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
features/soc/x1000/x1000.scc | 6 ------
1 file changed, 6 deletions(-)
diff --git a/features/soc/x1000/x1000.scc b/features/soc/x1000/x1000.scc
index 80989f0..32003ed 100644
--- a/features/soc/x1000/x1000.scc
+++ b/features/soc/x1000/x1000.scc
@@ -1,9 +1,3 @@
-# Borrow the driver selection from common-pc until
-# it is better abstracted on its own.
-kconf hardware bsp/common-pc/common-pc-drivers.cfg
-kconf hardware bsp/common-pc/common-pc-eth.cfg
-kconf hardware bsp/common-pc/common-pc-wifi.cfg
-
# PCI
include features/pci/pci.scc
--
2.6.6
More information about the linux-yocto
mailing list