summaryrefslogtreecommitdiff
path: root/common.yaml
blob: 654c7ca649f6c1133c5f4d8478efc1ebf4e58ede (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
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"
    Groups:
        - Generic Base
        - Common Base
        - Generic Console Tools
        - Common Console Tools
        - Generic Packaging
        - Common Packaging
        - Generic Adaptation
        - Common Adaptation
    PostScripts:
        - generic-base
        - common-base
        - generic-console-tools
        - generic-packaging
        - common-packaging
        - generic-adaptation
        - common-adaptation
    NoChrootScripts:
        - buildname

Minimal:
    Part: common-mbr
    Repos: []

Artik:
    Part: common-mbr-3parts
    PostScripts:
        - generic-wayland
        - common-wayland
        - generic-middleware
        - common-middleware
        - generic-applications
        - generic-bluetooth
        - generic-multimedia
        - generic-desktop-applications
        - common-desktop-applications
        - generic-crosswalk
        - common-crosswalk
        - generic-qt5
        - common-qt5
    Repos: []

Installer:
    Part: common-mbr
    BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4"
    Repos: []

Boot-Odroidu3:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - Common Boot Odroid U3
    Repos: []

Boot-Odroidxu3:
    Part: common-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - Common Boot Odroid XU3
    Repos: []

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

Boot-Artik10:
    Part: common-artik-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - Common Boot Artik 10
    Repos: []

Boot-Artik5:
    Part: common-artik-mbr-boot
    Desktop: None
    SaveRepos: False
    UserGroups: "audio,video"
    Groups:
        - Common Boot Artik 5
    Repos: []

Wayland:
    Part: common-mbr
    UserGroups: "audio,video"
    Groups:
        - Generic Wayland
        - Common Wayland
        - Generic Middleware
        - Common Middleware
        - Generic Applications
        - Common Applications
        - Generic Bluetooth
        - Generic Multimedia
        - Generic Desktop Applications
        - Common Desktop Applications
        - Generic Crosswalk
        - Common Crosswalk
        - Generic Qt5
        - Common Qt5
        - Common EFL
        - Common Enlightenment
        - Common Web Framework
        - Common Input Framework
        - Common Telephony
    PostScripts:
        - generic-wayland
        - common-wayland
        - generic-middleware
        - common-middleware
        - generic-applications
        - generic-bluetooth
        - generic-multimedia
        - generic-desktop-applications
        - common-desktop-applications
        - generic-crosswalk
        - common-crosswalk
        - generic-qt5
        - common-qt5
    Repos: []