summaryrefslogtreecommitdiff
path: root/spec/spec/build-config-file.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-22 18:33:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit2a2fd6dd5aadf5a892ef1f713d2ab65605f2f4ef (patch)
tree7e8f49cd8b66d0c5bf0973ec8405b33fe38a8405 /spec/spec/build-config-file.yml
parent58f5f036bf85a8ded2b75c3af1fe7693b3fdead8 (diff)
spec: Add specification of build items
Diffstat (limited to 'spec/spec/build-config-file.yml')
-rw-r--r--spec/spec/build-config-file.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/spec/spec/build-config-file.yml b/spec/spec/build-config-file.yml
new file mode 100644
index 00000000..063ad7dd
--- /dev/null
+++ b/spec/spec/build-config-file.yml
@@ -0,0 +1,39 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+- role: spec-refinement
+ spec-key: build-type
+ spec-value: config-file
+ uid: build
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ content:
+ description: |
+ This mandatory attribute defines the content of the configuration
+ file. A ${VARIABLE} substitution is performed during the configure
+ command execution using the variables of the configuration set. Use
+ $$ for a plain $ character. To have all variables from sibling items
+ available for substitution it is recommended to link them in the
+ proper order.
+ spec-type: str
+ install-path:
+ description: null
+ spec-type: build-install-path
+ target:
+ description: null
+ spec-type: build-target
+ description: |
+ This set of attributes specifies a configuration file placed in the build
+ tree. The files are generated during the configure command execution and
+ are placed in the build tree.
+ required-attributes: all
+spec-name: Build Configuration File Item Type
+spec-type: build-config-file
+type: spec