[linux-yocto] [PATCH] bsp/axxia: make SMP feature optional

Cristian Bercaru cristian.bercaru at windriver.com
Tue Dec 1 07:16:52 PST 2015


Remove the SMP feature from the base configuration of axxiaarm and
axxiapowerpc BSPs. However, it can be enabled using the config
fragments from the meta-axxia yocto layer.

Signed-off-by: Cristian Bercaru <cristian.bercaru at windriver.com>
---
 bsp/axxiaarm/axxiaarm.cfg         | 1 -
 bsp/axxiapowerpc/axxiapowerpc.cfg | 1 -
 2 files changed, 2 deletions(-)

diff --git a/bsp/axxiaarm/axxiaarm.cfg b/bsp/axxiaarm/axxiaarm.cfg
index 58b4eb7..1f30f63 100644
--- a/bsp/axxiaarm/axxiaarm.cfg
+++ b/bsp/axxiaarm/axxiaarm.cfg
@@ -69,7 +69,6 @@ CONFIG_PCI_MSI=y
 #
 # Kernel Features
 #
-CONFIG_SMP=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_HIGHMEM=y
 CONFIG_NR_CPUS=16
diff --git a/bsp/axxiapowerpc/axxiapowerpc.cfg b/bsp/axxiapowerpc/axxiapowerpc.cfg
index 08adee4..b93c9d8 100644
--- a/bsp/axxiapowerpc/axxiapowerpc.cfg
+++ b/bsp/axxiapowerpc/axxiapowerpc.cfg
@@ -15,7 +15,6 @@
 #
 CONFIG_44x=y
 CONFIG_PPC_47x=y
-CONFIG_SMP=y
 CONFIG_NR_CPUS=6
 
 #
-- 
1.9.1



More information about the linux-yocto mailing list