[linux-yocto] [PATCH 07/10] soc/x1000: Remove unnecessary features
Alejandro Hernandez
alejandro.hernandez at linux.intel.com
Thu Dec 22 10:18:51 PST 2016
From: Tom Zanussi <tom.zanussi at linux.intel.com>
There's no reason for the x1000 feature to include iwlwifi, amt, iio,
or, uio - they should belong to higher-level configuration, and they
cause unnecessary bloat for those systems that don't need them.
If a particular bsp requires anything included here, it should include
it explicitly.
Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
features/soc/x1000/x1000.scc | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/features/soc/x1000/x1000.scc b/features/soc/x1000/x1000.scc
index 32003ed..e33e96d 100644
--- a/features/soc/x1000/x1000.scc
+++ b/features/soc/x1000/x1000.scc
@@ -7,22 +7,12 @@ include features/usb/ehci-hcd.scc
# Networking
include features/net/stmicro/stmmac.scc
-include features/iwlwifi/iwlwifi.scc
-
-# Industrial IO Support
-include features/iio/iio.scc
-
-# Intel technology
-include features/mei/amt.scc
# Subsystems and interfaces
include features/i2c/i2cdev.scc
include features/leds/leds.scc
include features/spi/spidev.scc
-# Miscellaneous
-include features/uio/uio.scc
-
# default policy for standard kernels
include cfg/usb-mass-storage.scc
include features/profiling/profiling.scc
--
2.6.6
More information about the linux-yocto
mailing list