summaryrefslogtreecommitdiff
path: root/configurations.yaml
blob: 3ded0dc5a736d78265825d387c379d29a5a6a929 (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
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
    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: 
    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
    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
NETBOOK:
    PartSize: 3000
    Bootloader: True
    BootloaderAppend: "quiet"
    BootloaderTimeout: 0
    Groups:
        - X for Netbooks
        - Virtual Machine Support
        - Printing
        - Games
        - MeeGo Netbook Desktop
    Kernel: kernel
    PostScripts:
        - prelink
        - cleanup
    NoChrootScripts:
        - buildname
    Architecture: ia32
    
Configurations:
    -   Name: MeeGo Netbook/Nettop
        PartSize: 3000
        Active: True
        Baseline: "1.1.80"
        Platform: NETBOOK
        Desktop: meego
        FileName: netbook-ia32
        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
        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 N900
        Active: True
        Baseline: "1.1.80"
        Platform: N900
        FileName: handset-armv7l-n900
        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
        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
        Active: True
        Baseline: "1.1.80"
        Platform: MFLD
        FileName: handset-ia32-mtf
        Kernel: kernel-adaptation-medfield
        Architecture: ia32
        Desktop: DUI
        Session: "/usr/bin/mcompositor"
        Groups:
            - Moorestown Support
        PostScripts:
            - kernel-handset
            - kboot
            - serial-mfld