summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-01-21 09:14:17 -0600
committerJoel Sherrill <joel@rtems.org>2022-01-21 09:14:17 -0600
commit519acfb2f6ad7957bf2a3d0c73c2535988dd5de4 (patch)
tree8e16de1a5ef4e7a282411ed6d3bbee77f11fa4ad
parentrtems-bsps-tiers.ini: Update comment to use tier 2 definitiion in docs (diff)
downloadrtems-tools-519acfb2f6ad7957bf2a3d0c73c2535988dd5de4.tar.bz2
rtems-bsps-arm.ini, config/rtems-bsps.ini: Remove build variance on network
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.
-rw-r--r--config/rtems-bsps-arm.ini1
-rw-r--r--config/rtems-bsps.ini11
2 files changed, 1 insertions, 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