added packages to automated QA pattern
[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         - Base System
25         - 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         - wrt-widgets
56         - vconf-keys-default
57
58 Wayland_QA:
59     Part: generic-mbr
60     UserGroups: "audio,video,weston-launch"
61     Groups:
62         - Generic Wayland
63         - Generic Adaptation
64         - Generic Middleware
65         - Generic Applications
66         - Generic Automated QA Tools
67     PostScripts:
68         - base-weston-default
69         - wrt-widgets
70         - vconf-keys-default
71         - autoqa
72
73 X11:
74     Part: generic-mbr
75     Groups:
76         - Generic X11
77         - Generic Adaptation
78         - Generic Middleware
79         - Generic Applications
80     PostScripts:
81         - base-x11-default
82         - wrt-widgets
83         - vconf-keys-default
84
85 X11_QA:
86     Part: generic-mbr
87     Groups:
88         - Generic X11
89         - Generic Adaptation
90         - Generic Middleware
91         - Generic Applications
92         - Generic Automated QA Tools
93     PostScripts:
94         - base-x11-default
95         - wrt-widgets
96         - vconf-keys-default
97         - autoqa
98