summaryrefslogtreecommitdiff
path: root/demo/configurations.yaml
blob: 71cee5d1fd2cd725e46959077ccf23170bf5a1d1 (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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
ExternalConfigs: 
    - ex
Default:
    Active: True
    Language: en_US.UTF-8
    Keyboard: us
    PackageArgs:
    SaveRepos:  True
    Timezone: America/Los_Angeles
    RootPass: meego
    DefaultUser: meego
    DefaultUserPass: meego
    PartSize: 1900
    FileSystem: ext3
    PostScripts:
        - rpm
    Groups:
        - MeeGo Core
        - MeeGo Compliance

CORE:
    PartSize: 1000
    BootloaderAppend: "quiet"
    BootloaderTimeout: 0
    PostScripts:
        - cleanup
    Groups:
        - MeeGo X Window System
    NoChrootScripts:
        - buildname
N900:
    Part: n900
    BootloaderTimeout: 
    BootloaderAppend: 
    StartX: True
    Groups:
        - MeeGo Core
        - Minimal MeeGo X Window System
        - X for Handsets 
        - MeeGo Compliance
        - MeeGo Handset Desktop
        - MeeGo Handset Applications
        - MeeGo Base Development
    Kernel: kernel-adaptation-n900
    PostScripts:
        - cleanup
    NoChrootScripts:
        - buildname
    Architecture: armv7l
    Repos:
        - core
        - handset
        - non-oss
MFLD:
    PartSize: 1700
    BootloaderAppend: "ro pci=noearly console=tty1 console=ttyS0 console=ttyMFD2 earlyprintk=mrst loglevel=8 s0ix_latency=160"
    BootloaderTimeout: 2
    Bootloader: True
    StartX: True
    Groups:
        - MeeGo Core
        - Minimal MeeGo X Window System
        - X for Handsets 
        - MeeGo Compliance
        - MeeGo Handset Desktop
        - MeeGo Handset Applications
        - MeeGo Base Development
    Kernel: kernel
    PostScripts:
        - prelink
        - cleanup
    NoChrootScripts:
        - buildname
    Architecture: ia32
    Repos:
        - core
        - handset
        - non-oss
IVI:
    PartSize: 2200
    Bootloader: True
    BootloaderAppend: "quiet"
    BootloaderTimeout: 0
    BootloaderOptions: --test
    Session: "/usr/bin/startivi"
    StartX: True
    Groups:
        - X for IVI
    Kernel: kernel-adaptation-intel-automotive
    PostScripts:
        - prelink
        - cleanup
    NoChrootScripts:
        - buildname
    Architecture: ia32
NETBOOK:
    PartSize: 3000
    Bootloader: True
    BootloaderAppend: "quiet"
    BootloaderTimeout: 0
    StartX: True
    Groups:
        - X for Netbooks
        - Virtual Machine Support
        - Printing
        - Games
        - MeeGo Netbook Desktop
    Kernel: kernel
    PostScripts:
        - prelink
        - cleanup
    NoChrootScripts:
        - buildname
    Architecture: ia32
    
Configurations:
    -   Name: MeeGo IVI Development
        Active: True
        Baseline: "1.1.80"
        Platform: IVI
        Desktop: X-IVI
        FileName: ivi-ia32
        Mic2Options: -f livecd
        Groups:
            - MeeGo IVI Desktop
            - MeeGo Base Development
            - MeeGo IVI Applications
            - Development Tools
        Repos:
            - core
            - ivi
        ExtraPackages:
            - mesa-libEGL
    -   Name: MeeGo IVI
        Active: True
        Baseline: "1.1.80"
        Platform: IVI
        Desktop: X-IVI
        FileName: ivi-ia32
        Mic2Options: -f livecd
        Groups:
            - MeeGo IVI Desktop
            - MeeGo Base Development
            - MeeGo IVI Applications
        Repos:
            - core
            - ivi
        ExtraPackages:
            - mesa-libEGL
    -   Name: MeeGo Netbook/Nettop
        PartSize: 3000
        Active: True
        Baseline: "1.1.80"
        Platform: NETBOOK
        Desktop: meego
        FileName: netbook-ia32
        Mic2Options: -f livecd
        Groups:
            - MeeGo Netbook Desktop
            - Base Double Byte IME Support
            - MeeGo Base Development
        Repos:
            - core
            - netbook
        ExtraPackages:
            - chromium
    -   Name: MeeGo Handset N900 Development
        Part: n900-devel
        Active: True
        Baseline: "1.1.80"
        Platform: N900
        FileName: handset-armv7l-n900-devel
        Mic2Options: -f raw --save-kernel --arch=armv7l
        Architecture: armv7l
        Desktop: DUI
        Session: "/usr/bin/mcompositor"
        Groups:
            - Nokia N900 Support
            - Nokia N900 Proprietary Support
            - Development Tools
        ExtraPackages:
            - xorg-x11-utils-xev
            - u-boot-tools
        PostScripts:
            - inittab-n900
            - fstab-n900
            - u-boot
    -   Name: MeeGo Handset N900
        Active: True
        Baseline: "1.1.80"
        Platform: N900
        FileName: handset-armv7l-n900
        Mic2Options: -f raw --save-kernel --arch=armv7l
        Architecture: armv7l
        Desktop: DUI
        Session: "/usr/bin/mcompositor"
        Groups:
            - Nokia N900 Support
            - Nokia N900 Proprietary Support
        ExtraPackages:
            - xorg-x11-utils-xev
            - u-boot-tools
        PostScripts:
            - inittab-n900
            - fstab-n900
            - u-boot

    -   Name: MeeGo Handset MTF Development
        PartSize: 2200
        Active: True
        Baseline: "1.1.80"
        Platform: MFLD
        FileName: handset-ia32-mtf-devel
        Mic2Options: -f nand
        Kernel: kernel-adaptation-medfield
        Architecture: ia32
        Desktop: DUI
        Session: "/usr/bin/mcompositor"
        Groups:
            - Moorestown Support
            - Development Tools
        PostScripts:
            - kernel-handset
            - kboot
            - serial-mfld
    -   Name: MeeGo Handset MTF Pinetrail
        Active: True
        Baseline: "1.1.80"
        Platform: MFLD
        FileName: handset-ia32-pinetrail-mtf
        Mic2Options: -f livecd
        Kernel: kernel
        Architecture: ia32
        Desktop: DUI
        Session: "/usr/bin/mcompositor"
    -   Name: MeeGo Handset MTF
        Schedule: "* * * * 3"
        Active: True
        Baseline: "1.1.80"
        Platform: MFLD
        FileName: handset-ia32-mtf
        Mic2Options: -f nand
        Kernel: kernel-adaptation-medfield
        Architecture: ia32
        Desktop: DUI
        Session: "/usr/bin/mcompositor"
        Groups:
            - Moorestown Support
        PostScripts:
            - kernel-handset
            - kboot
            - serial-mfld
        PrePackages:
            - Answer2theUltimateQuestionOfEverything