summaryrefslogtreecommitdiff
path: root/common.yaml
blob: 62603c963f1db67a0e0f0cf0b7b45302f5331321 (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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
Default:
    Baseline: tizen-3.0
    Active: True
    Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap
    Part: common-mbr
    Language: en_US.UTF-8
    Keyboard: us
    Timezone: America/Los_Angeles
    RootPass: tizen
    DefaultUser: guest
    DefaultUserPass: tizen
    BootLoader: True
    BootloaderAppend: "rw vga=current splash rootwait rootfstype=ext4"
    BootloaderTimeout: 3
    BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"'
    StartX: False
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"

Boot-Artik530:
    Part: common-artik-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot Artik 530
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-Artik533s:
    Part: common-artik-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot Artik 533s
    Repos: []


Boot-Artik710:
    Part: common-artik-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot Artik 710
    Repos: []

Boot-RPi3:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot RPi3
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-RPi3-32Bit:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot RPi3 32Bit
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-RPi4:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups: []
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-RPi4-32Bit:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups: []
    PostScripts:
        - iot-hal-backend
    Repos: []


Boot-VIM3:
    Part: common-amlogic-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot VIM3
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-C4:
    Part: common-amlogic-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Boot C4
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-VisionFive2:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups: []
    PostScripts:
        - iot-hal-backend
    Repos: []

Boot-QEMU-RISC-V:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups: []
    Repos: []

Tizen IoT:
    Part: common-3parts-ramdisk
    Groups:
        - IoT Headless Base
    PostScripts:
        - generic-adaptation
        - generic-base
        - generic-users
        - iot-headless-base
        - generic-wayland
        - generic-middleware
        - generic-applications
        - generic-bluetooth
        - generic-multimedia
        - generic-desktop-applications
        - generic-crosswalk
        - common-crosswalk
        - common-license
        - generic-dbus-policychecker
        - generic-security
        - iot-making-ABB-tag
        - iot-making-building-blocks-dll
        - common-cleanup-directory
        - common-hal-directory-check
    Repos: []
    NoChrootScripts:
        - buildname

Tizen-Headed-Emulator-wayland:
    Part: common-mbr
    UserGroups: "audio,video"
    Groups:
        - IoT Headless Base
    PostScripts:
        - generic-adaptation
        - generic-base
        - generic-users
        - iot-headless-base
        - generic-wayland
        - generic-middleware
        - generic-applications
        - generic-bluetooth
        - generic-multimedia
        - generic-desktop-applications
        - generic-crosswalk
        - common-crosswalk
        - common-license
        - generic-dbus-policychecker
        - generic-security
        - iot-making-ABB-tag
        - iot-making-building-blocks-dll
        - common-cleanup-directory
    Repos: []
    NoChrootScripts:
        - buildname

Generic-HAL:
    Part: common-generic-hal
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - IoT Hal Backend GENERIC
    PostScripts:
        - iot-hal-backend
    Repos: []