summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-11 16:28:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-11 16:59:33 +0100
commit1e7bff4e36770001239a970dc18ea60330a7523b (patch)
treeadb45fbaf4cd5fa83a35c922893bc0f67eb63e80
parentspec: Fix action requirement patterns (diff)
downloadrtems-central-1e7bff4e36770001239a970dc18ea60330a7523b.tar.bz2
spec: Document get-string-command-line action
-rw-r--r--spec/spec/build-action.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/spec/build-action.yml b/spec/spec/build-action.yml
index f2421b2b..f2678428 100644
--- a/spec/spec/build-action.yml
+++ b/spec/spec/build-action.yml
@@ -195,6 +195,13 @@ spec-info:
If no such variable exists in the configuration file, then the
default value is used. The value is converted to a string.
spec-type: none
+ get-string-command-line:
+ description: |
+ The action gets the action value for subsequent actions from the
+ value of a command line option named by the items ``name`` attribute.
+ If no such command line option is present, then the attribute value
+ is used. The value is converted to a string.
+ spec-type: str
script:
description: |
The action executes the attribute value with the Python ``eval()``