summaryrefslogtreecommitdiffstats
path: root/tester/rtems/rtems-bsps.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rtems/rtems-bsps.ini')
-rw-r--r--tester/rtems/rtems-bsps.ini31
1 files changed, 22 insertions, 9 deletions
diff --git a/tester/rtems/rtems-bsps.ini b/tester/rtems/rtems-bsps.ini
index e0e8f82..ad63e6d 100644
--- a/tester/rtems/rtems-bsps.ini
+++ b/tester/rtems/rtems-bsps.ini
@@ -156,19 +156,32 @@ bsps = epiphany-sim
#
[builds]
#
+# The default variation.
+#
+default = all
+#
+# The variations, basic is just a BSP build and all is the maximum number of
+# variations.
+#
+variations = basic, all
+#
# The variations, default is Yes and can be overriden in an architecture.
#
-variations = debug, profiling, smp, smp-debug,
- posix, no-posix, posix-debug, posix-profiling, posix-smp,
- network, no-network, network-debug, smp-network, smp-network-debug
+basic = standard
+#
+# The all, default is Yes and can be overriden in an architecture.
+#
+all = debug, profiling, smp, smp-debug,
+ posix, no-posix, posix-debug, posix-profiling, posix-smp,
+ network, no-network, network-debug, smp-network, smp-network-debug
#
-# The default build, tests the default configuration, all variations are added
-# on.
+# The base build options, tests the default configuration, all variations are
+# added on.
#
-default = --target=@ARCH@-rtems@RTEMS_VERSION@
- --enable-rtemsbsp=@BSP@
- --prefix=@PREFIX@
- --enable-tests
+standard = --target=@ARCH@-rtems@RTEMS_VERSION@
+ --enable-rtemsbsp=@BSP@
+ --prefix=@PREFIX@
+ --enable-tests
#
# The options for each varations.
#