[PATCH] build: Enable RTEMS_SMP only for selected BSPs

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Oct 1 11:38:37 UTC 2020


---
 spec/build/cpukit/optsmp.yml | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/spec/build/cpukit/optsmp.yml b/spec/build/cpukit/optsmp.yml
index 138837e575..5e5f8a35c9 100644
--- a/spec/build/cpukit/optsmp.yml
+++ b/spec/build/cpukit/optsmp.yml
@@ -10,7 +10,38 @@ default: false
 default-by-variant: []
 description: |
   Enable the Symmetric Multiprocessing (SMP) support
-enabled-by: true
+enabled-by:
+- arm/altcycv_devkit
+- arm/imx7
+- arm/raspberrypi
+- arm/raspberrypi2
+- arm/realview_pbx_a9_qemu
+- arm/xilinx_zynq_a9_qemu
+- arm/xilinx_zynqmp_ultra96
+- arm/xilinx_zynq_zc702
+- arm/xilinx_zynq_zc706
+- arm/xilinx_zynq_zedboard
+- powerpc/qoriq_e500
+- powerpc/qoriq_e6500_32
+- powerpc/qoriq_e6500_64
+- riscv/griscv
+- riscv/grv32imac
+- riscv/grv32imafdc
+- riscv/rv32iac
+- riscv/rv32imac
+- riscv/rv32imafc
+- riscv/rv32imafd
+- riscv/rv32imafdc
+- riscv/rv64imac
+- riscv/rv64imac_medany
+- riscv/rv64imafd
+- riscv/rv64imafdc
+- riscv/rv64imafdc_medany
+- riscv/rv64imafd_medany
+- sparc/erc32
+- sparc/gr712rc
+- sparc/gr740
+- sparc/leon3
 links: []
 name: RTEMS_SMP
 type: build
-- 
2.26.2



More information about the devel mailing list