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

Cristian Bercaru cristian.bercaru at windriver.com
Tue Dec 1 06:56:52 PST 2015


Remove SMP feture from axxiaarm and axxiapowerpc BSP configurations.
SMP can be enabled optionally using the config fragments from
meta-axxia yocto layer.

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

diff --git a/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg b/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg
index 195c1ec..828926b 100644
--- a/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg
+++ b/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg
@@ -47,7 +47,6 @@ CONFIG_PCI_MSI=y
 #
 # Kernel Features
 #
-CONFIG_SMP=y
 CONFIG_ARM_ARCH_TIMER=y
 CONFIG_NR_CPUS=16
 CONFIG_HOTPLUG_CPU=y
@@ -121,12 +120,12 @@ CONFIG_BLK_DEV_LOOP=y
 # Misc devices
 #
 CONFIG_LSI_MTC=y
+CONFIG_LSI_NCR=y
 CONFIG_LSI_SMMON=y
 
 #
 # SCSI support type (disk, tape, CD-ROM)
 #
-# CONFIG_BLK_DEV_SR is not set
 CONFIG_CHR_DEV_SG=y
 
 #
@@ -181,7 +180,6 @@ CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 CONFIG_HW_RANDOM=y
 CONFIG_HW_RANDOM_AXXIA=y
-# CONFIG_HW_RANDOM_ATMEL is not set
 CONFIG_I2C=y
 
 #
diff --git a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg
index acfff7d..6302fdb 100644
--- a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg
+++ b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg
@@ -15,7 +15,6 @@
 # Processor support
 #
 CONFIG_44x=y
-CONFIG_SMP=y
 CONFIG_NR_CPUS=6
 
 #
@@ -116,7 +115,6 @@ CONFIG_LSI_NCR=y
 #
 # SCSI support type (disk, tape, CD-ROM)
 #
-# CONFIG_BLK_DEV_SR is not set
 CONFIG_SCSI_CONSTANTS=y
 
 #
-- 
1.7.9.5



More information about the linux-yocto mailing list