summaryrefslogblamecommitdiffstats
path: root/spec/spec/build-config-file.yml
blob: b74bbbebd2499420d5e159830d97b86f19f0920a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                                                     
                                                  








                         







                                                       
                                                    




                                                        




                      
                                                                           
                                                                          

                                                                              
                                                                          








                                                                               
                                                                             
                                                
                             


                                             
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