summaryrefslogtreecommitdiffstats
path: root/spec/spec/build-install.yml
blob: 4037c8b7666ed09af00c77a113539ae637969e4b (plain) (blame)
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
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
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      destination:
        description: |
          This mandatory attribute defines the install destination directory.
        spec-type: str
      source:
        description: |
          This mandatory attribute defines the source files to be installed in
          the destination directory.  The path to a source file shall be
          relative to the directory of the :file:`wscript`.
        spec-type: list-str
    description: |
      This set of attributes specifies artefacts installed by a build item.
    required-attributes: all
spec-name: Build Install Directive
spec-type: build-install
type: spec