summaryrefslogtreecommitdiff
path: root/spec-qdp/spec/qdp-repository-subset.yml
blob: aeccc871c74479c96dc0e2712848baec195c23db (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
52
53
54
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020, 2023 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: build-step-type
  spec-value: repository-subset
  uid: qdp-build-step
spec-description: |
  Items of this type shall have the following links:

  * There shall be exactly one link to a ${qdp-directory-state:/spec-name} item
    with the ${qdp-input-role:/spec-name} and the name ``variant``.  This link
    defines the package variant.

  * There shall be exactly one link to a ${qdp-directory-state:/spec-name} item
    with the ${qdp-input-role:/spec-name} and the name ``source``.  This link
    defines the source repository.

  * There shall be exactly one link to a ${qdp-directory-state:/spec-name} item
    with the ${qdp-output-role:/spec-name} and the name ``destination``.  The
    link target directory state item defines the location of the subset of the
    repository.
spec-example: null
spec-info:
  dict:
    attributes:
      build-uids:
        description: |
          It shall be the list of UIDs to build items.  The source files of
          enabled build items are included in the source subset.
        spec-type: list-str
      enabled:
        description: |
          It shall be the list of enable values used to evaluate the
          ${enabled-by:/spec-name} of the visited build items.
        spec-type: list-str
      extra-files:
        description: |
          It shall be the list of extra files copied from the source directory.
        spec-type: list-str
    description: |
      This set of attributes specifies a subset of repository files.  It may be
      used to create a subset of the RTEMS sources which contains only the
      pre-qualified feature set.  These sources can be used to verify the build
      of the pre-qualified libraries.  It can be also used to build the SDD
      with Doxygen restricted to the pre-qualified feature set.
    mandatory-attributes: all
spec-name: Repository Subset Item Type
spec-type: qdp-repository-subset
type: spec