summaryrefslogtreecommitdiff
path: root/spec/spec/build-config-file.yml
blob: 063ad7dd7f7d5a71ceb801828e4a04e028f74030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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