fix pattern generic-development
[platform/upstream/meta-generic.git] / generic.yaml
1 Default:
2     Baseline: tizen-3.0
3     Active: True
4     Architecture: ia32
5     Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap
6     Part: generic-mbr
7     Language: en_US.UTF-8
8     Keyboard: us
9     Timezone: America/Los_Angeles
10     RootPass: tizen
11     DefaultUser: tizen
12     DefaultUserPass: tizen
13     BootLoader: True
14     BootloaderAppend: "rw vga=current splash rootwait rootfstype=ext4 plymouth.enable=0"
15     BootloaderTimeout: 3
16     BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"'
17     StartX: False
18     Desktop: None
19     Repos:
20         - Generic
21     SaveRepos: False
22     UserGroups: "audio,video"
23     Groups:
24         - Generic Base System
25         - Generic Console Tools
26         - Generic Packaging
27     PostScripts:
28         - base-general
29         - rpm
30         - optimization
31         - customize
32     NoChrootScripts:
33         - buildname
34
35 Minimal:
36     Part: generic-mbr
37
38 Minimal_QA:
39     Part: generic-mbr
40     Groups:
41         - Generic Automated QA Tools
42     PostScripts:
43         - autoqa
44
45 Wayland:
46     Part: generic-mbr
47     UserGroups: "audio,video,weston-launch"
48     Groups:
49         - Generic Wayland
50         - Generic Adaptation
51         - Generic Middleware
52         - Generic Applications
53     PostScripts:
54         - base-weston-default
55         - vconf-keys-default
56
57 Wayland_QA:
58     Part: generic-mbr
59     UserGroups: "audio,video,weston-launch"
60     Groups:
61         - Generic Wayland
62         - Generic Adaptation
63         - Generic Middleware
64         - Generic Applications
65         - Generic Automated QA Tools
66     PostScripts:
67         - base-weston-default
68         - vconf-keys-default
69         - autoqa
70
71 X11:
72     Part: generic-mbr
73     Groups:
74         - Generic X11
75         - Generic Adaptation
76         - Generic Middleware
77         - Generic Applications
78         - Generic Bluetooth
79         - Generic Multimedia
80         - Generic Webkit
81         - Generic Desktop Applications
82     PostScripts:
83         - base-x11-default
84         - wrt-widgets
85         - vconf-keys-default
86
87 X11_QA:
88     Part: generic-mbr
89     Groups:
90         - Generic X11
91         - Generic Adaptation
92         - Generic Middleware
93         - Generic Applications
94         - Generic Bluetooth
95         - Generic Multimedia
96         - Generic Webkit
97         - Generic Desktop Applications
98         - Generic Automated QA Tools
99     PostScripts:
100         - base-x11-default
101         - wrt-widgets
102         - vconf-keys-default
103         - autoqa
104