summaryrefslogblamecommitdiffstats
path: root/spec/spec/build-group.yml
blob: 643637d1b7eae517354de9f9d50a0f71f8efadf2 (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 (http://www.embedded-brains.de)
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: build-type
  spec-value: group
  uid: build
spec-description: null
spec-example: |
  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
  build-type: group
  copyrights:
  - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
  enabled-by:
  - BUILD_TESTS
  - BUILD_SAMPLES
  includes:
  - testsuites/support/include
  install: []
  ldflags:
  - -Wl,--wrap=printf
  - -Wl,--wrap=puts
  links:
  - role: build-dependency
    uid: ticker
  type: build
  use-after: []
  use-before:
  - rtemstest
spec-info:
  dict:
    attributes:
      includes:
        description: null
        spec-type: build-includes
      install:
        description: null
        spec-type: build-install-list
      ldflags:
        description: |
          It shall be a list of options for the linker.  They are used to link
          executables referenced by this item.
        spec-type: list-str
      use-after:
        description: null
        spec-type: build-use-after-list
      use-before:
        description: null
        spec-type: build-use-before-list
    description: |
      This set of attributes provides a means to aggregate other build items
      and modify the build item context which is used by referenced build
      items.  The ``includes``, ``ldflags``, ``objects``, and ``use`` variables
      of the build item context are updated by the corresponding attributes of
      the build group.
    mandatory-attributes: all
spec-name: Build Group Item Type
spec-type: build-group
type: spec