[PATCH 3/5] rtems-bsps-arm.ini, config/rtems-bsps.ini: Remove build variance on network

Joel Sherrill joel at rtems.org
Fri Jan 21 15:26:52 UTC 2022


With the legacy TCP/IP stack no longer in rtems.git, there is nothing
to turn on/off with regards to BSPs or the stack itself. Removing this
significantly reduces the number of configurations built.

Closes #4583.
---
 config/rtems-bsps-arm.ini |  1 -
 config/rtems-bsps.ini     | 11 +----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/config/rtems-bsps-arm.ini b/config/rtems-bsps-arm.ini
index b9a940d..85067ff 100644
--- a/config/rtems-bsps-arm.ini
+++ b/config/rtems-bsps-arm.ini
@@ -78,4 +78,3 @@ exclude-smp = atsamv,
               tms570ls3137_hdk_with_loader
               xen_virtual,
               xilinx_zynqmp_ultra96
-exclude-network = altcycv_devkit, realview_pbx_a9_qemu
diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini
index d5de667..5be9cba 100644
--- a/config/rtems-bsps.ini
+++ b/config/rtems-bsps.ini
@@ -129,9 +129,7 @@ no-tests = config:base
 # The all build.
 #
 all = debug, profiling, smp, smp-debug,
-      posix, no-posix, posix-debug, posix-profiling,
-      network, no-network, network-debug,
-      smp-network, smp-network-debug
+      posix, no-posix, posix-debug, posix-profiling
 #
 # The options for each varations.
 #
@@ -143,11 +141,6 @@ posix             = config:base, config:posix
 no-posix          = config:base, config:no-posix
 posix-debug       = config:base, config:posix, config:debug
 posix-profiling   = config:base, config:posix, config:profiling
-network           = config:base, config:network
-no-network        = config:base, config:no-network
-network-debug     = config:base, config:network, config:debug
-smp-network       = config:base, config:smp, config:network
-smp-network-debug = config:base, config:smp, config:network, config:debug
 
 #
 # The config section holds the configuration options used in the builds.
@@ -174,5 +167,3 @@ smp               = RTEMS_SMP=True
 no-smp            = RTEMS_SMP=False
 posix             = RTEMS_POSIX_API=True
 no-posix          = RTEMS_POSIX_API=False
-network           = RTEMS_NETWORKING=True
-no-network        = RTEMS_NETWORKING=False
-- 
2.24.4



More information about the devel mailing list