summaryrefslogtreecommitdiff
path: root/spec/spec/build-config-file.yml
blob: b74bbbebd2499420d5e159830d97b86f19f0920a (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
40
41
42
43
44
45
46
47
48
49
50
51
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
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: |
  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
  build-type: config-file
  content: |
    # ...
    Name: ${ARCH}-rtems${__RTEMS_MAJOR__}-${BSP_NAME}
    # ...
  copyrights:
  - Copyright (C) 2020 embedded brains GmbH & Co. KG
  enabled-by: true
  install-path: ${PREFIX}/lib/pkgconfig
  links: []
  target: ${ARCH}-rtems${__RTEMS_MAJOR__}-${BSP_NAME}.pc
  type: build
spec-info:
  dict:
    attributes:
      content:
        description: |
          It shall be 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 configuration file is generated during the configure command
      execution and is placed in the build tree.
    mandatory-attributes: all
spec-name: Build Configuration File Item Type
spec-type: build-config-file
type: spec