summaryrefslogtreecommitdiff
path: root/spec-qdp/qdp/steps/bsp-extra.yml
blob: c606fec49802cdfa5326d2296c6880c7b61c6d5b (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-step-type: run-actions
actions:
- action: remove-tree
  enabled-by: true
  missing-ok: true
  path: ${.:/params/build-directory}
- action: remove-glob
  enabled-by: true
  remove-tree: true
  path: ${.:/params/working-directory}
  patterns:
  - .lock-waf*
  - .waf*
- action: subprocess
  command:
  - ./waf
  - configure
  - --out=${.:/params/build-directory}
  - --prefix=${../variant:/deployment-directory}
  - --rtems-tools=${../deployment/rtems-tool-suite:/directory}
  - --rtems-config=${../deployment/config-extra:/file}
  enabled-by: true
  env: []
  expected-return-code: 0
  working-directory: ${.:/params/working-directory}
- action: subprocess
  command:
  - ./waf
  - build
  enabled-by: true
  env: []
  expected-return-code: 0
  working-directory: ${.:/params/working-directory}
- action: subprocess
  command:
  - ./waf
  - install
  - --destdir=${.:/params/intermediate-directory}
  enabled-by: true
  env: []
  expected-return-code: 0
  working-directory: ${.:/params/working-directory}
- action: directory-state-clear
  enabled-by: true
  output-name: deployment
- action: directory-state-move-tree
  enabled-by: true
  excludes: []
  output-name: deployment
  prefix: null
  root: ${.:/params/intermediate-directory}/${../variant:/deployment-directory}
- action: remove-glob
  enabled-by: true
  remove-tree: true
  path: ${.:/params/working-directory}
  patterns:
  - .lock-waf*
  - .waf*
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
description: |
  Builds the BSP in the extra configuration.
enabled-by: true
links:
- hash: null
  name: source
  role: input
  uid: ../source/rtems
- hash: null
  name: tools
  role: input
  uid: ../deployment/rtems-tool-suite
- hash: null
  name: config
  role: input
  uid: ../deployment/config-extra
- name: build
  role: output
  uid: ../build/bsp-extra
- name: deployment
  role: output
  uid: ../deployment/bsp-extra
params:
  build-directory: ${../build/bsp-extra:/directory}
  intermediate-directory: ${.:/params/build-directory}/destdir
  working-directory: ${../source/rtems:/directory}
qdp-type: build-step
type: qdp