summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-30 16:21:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-30 16:21:13 +0200
commitb1dd79559ad18dd74b9104b505eac9c3adf95b8d (patch)
tree705af57c38fe3cde8d935aec94eef912a53b8435
parentvalidation: Add ${.:/test-context-type} (diff)
downloadrtems-central-b1dd79559ad18dd74b9104b505eac9c3adf95b8d.tar.bz2
spec: Document build option
-rw-r--r--spec/spec/build-option.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/spec/build-option.yml b/spec/spec/build-option.yml
index 86384b8f..cff5446d 100644
--- a/spec/spec/build-option.yml
+++ b/spec/spec/build-option.yml
@@ -22,6 +22,7 @@ spec-example: |
default-by-variant:
- value: 9600
variants:
+ - bsps/powerpc/motorola_powerpc
- m68k/m5484FireEngine
- powerpc/hsc_cm01
- value: 19200
@@ -54,8 +55,11 @@ spec-info:
spec-type: build-option-value
default-by-variant:
description: |
- The list is processed from top to bottom. If a matching variant is
- found, then the processing stops.
+ The list is checked two times and processed from top to bottom.
+ Firstly, the base BSP name is used to match with a variant.
+ Secondly, the BSP family name prefixed by ``bsps/`` is used to match
+ with a variant. If a matching variant is found, then the processing
+ stops.
spec-type: build-default-by-variant-list
description:
description: |