-
Notifications
You must be signed in to change notification settings - Fork 9
/
.cqfdrc
135 lines (118 loc) · 3.83 KB
/
.cqfdrc
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
[project]
org='seapath'
name='yocto-bsp'
[build]
command='./build.sh -v -i seapath-host-efi-image'
files='build/tmp/deploy/images/seapath-hypervisor/seapath-image-seapath-hypervisor.wic.gz
build/tmp/deploy/images/README.pdf'
archive='%Po-%Pn-$(scripts/get-version).tar.gz'
tar_options='-h'
tar_transform='yes'
flavors='
all
flasher
guest_efi
guest_efi_test
guest_efi_dbg
host_efi_minimal
host_efi
host_efi_dbg
host_efi_test
host_efi_swu
host_efi_test_swu
monitor_efi
monitor_efi_swu
observer_rpi
sfl_ci
'
[all]
command=' \
./build.sh -v \
-i seapath-flasher \
--distro seapath-flash \
--machine seapath-installer && \
./build.sh -v \
-i seapath-guest-efi-image \
--distro seapath-guest \
--machine seapath-vm && \
./build.sh -v \
-i seapath-guest-efi-test-image \
--distro seapath-guest \
--machine seapath-vm && \
./build.sh -v \
-i seapath-guest-efi-dbg-image \
--distro seapath-guest \
--machine seapath-vm && \
./build.sh -v -i seapath-host-efi-dbg-image --distro seapath-host && \
./build.sh -v -i seapath-host-efi-test-image --distro seapath-host && \
./build.sh -v -i seapath-host-efi-swu-image --distro seapath-host && \
./build.sh -v -i seapath-host-efi-test-swu-image --distro seapath-host && \
./build.sh -v \
-i seapath-monitor-efi-swu-image \
--machine seapath-monitor \
--distro seapath-observer && \
./build.sh -v \
-i seapath-observer-rpi-image \
--machine seapath-observer-rpi \
--distro seapath-observer && \
./tools/get-pkg-list-csv.sh ./build/security/manifests/*.manifest > \
./build/security/manifests/pkg-list_$(date -u +"%Y-%m-%d_%H:%M:%S").csv \
'
[flasher]
command='./build.sh -v \
-i seapath-flasher \
--distro seapath-flash \
--machine seapath-installer'
[guest_efi]
command='./build.sh -v -i seapath-guest-efi-image --distro seapath-guest --machine seapath-vm'
[guest_efi_dbg]
command='./build.sh -v -i seapath-guest-efi-dbg-image --distro seapath-guest --machine seapath-vm'
[guest_efi_test]
command='./build.sh -v -i seapath-guest-efi-test-image --distro seapath-guest --machine seapath-vm'
[host_efi]
command='./build.sh -v -i seapath-host-efi-image --distro seapath-host'
[host_efi_minimal]
command='./build.sh -v -i seapath-host-efi-image --distro seapath-host-minimal'
[host_efi_dbg]
command='./build.sh -v -i seapath-host-efi-dbg-image --distro seapath-host'
[host_efi_test]
command='./build.sh -v -i seapath-host-efi-test-image --distro seapath-host'
[host_efi_swu]
command='./build.sh -v -i seapath-host-efi-swu-image --distro seapath-host'
[host_efi_test_swu]
command='./build.sh -v -i seapath-host-efi-test-swu-image --distro seapath-host'
[monitor_efi]
command='./build.sh -v \
-i seapath-monitor-efi-image \
--machine seapath-monitor \
--distro seapath-observer \
'
[monitor_efi_swu]
command='./build.sh -v \
-i seapath-monitor-efi-swu-image \
--machine seapath-monitor \
--distro seapath-observer \
'
[observer_rpi]
command='./build.sh -v \
-i seapath-observer-rpi-image \
--machine seapath-observer-rpi \
--distro seapath-observer \
'
[sfl_ci]
command=' \
./build.sh -v -r -i seapath-host-efi-image --distro seapath-host && \
./build.sh -v -r -i seapath-flasher \
--distro seapath-flash \
--machine seapath-installer && \
./build.sh -v -r -i seapath-guest-efi-image --distro seapath-guest \
--machine seapath-vm && \
./build.sh -v -r \
-i seapath-monitor-efi-image \
--machine seapath-monitor \
--distro seapath-observer && \
./build.sh -v -r \
-i seapath-observer-rpi-image \
--machine seapath-observer-rpi \
--distro seapath-observer \
'