source: rtems-central/spec/spec/build-config-file.yml @ c970d63

Last change on this file since c970d63 was 041521b, checked in by Sebastian Huber <sebastian.huber@…>, on 07/03/20 at 08:25:58

spec: Fix typo

  • Property mode set to 100644
File size: 1.7 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: true
5links:
6- role: spec-member
7  uid: root
8- role: spec-refinement
9  spec-key: build-type
10  spec-value: config-file
11  uid: build
12spec-description: null
13spec-example: |
14  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
15  build-type: config-file
16  content: |
17    # ...
18    Name: ${ARCH}-rtems${__RTEMS_MAJOR__}-${BSP_NAME}
19    # ...
20  copyrights:
21  - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
22  enabled-by: true
23  install-path: ${PREFIX}/lib/pkgconfig
24  links: []
25  target: ${ARCH}-rtems${__RTEMS_MAJOR__}-${BSP_NAME}.pc
26  type: build
27spec-info:
28  dict:
29    attributes:
30      content:
31        description: |
32          It shall be the content of the configuration file. A $${VARIABLE}
33          substitution is performed during the configure command execution
34          using the variables of the configuration set.  Use $$$$ for a plain
35          $$ character. To have all variables from sibling items available for
36          substitution it is recommended to link them in the proper order.
37        spec-type: str
38      install-path:
39        description: null
40        spec-type: build-install-path
41      target:
42        description: null
43        spec-type: build-target
44    description: |
45      This set of attributes specifies a configuration file placed in the build
46      tree.  The configuration file is generated during the configure command
47      execution and is placed in the build tree.
48    mandatory-attributes: all
49spec-name: Build Configuration File Item Type
50spec-type: build-config-file
51type: spec
Note: See TracBrowser for help on using the repository browser.