adjust scripts, patterns and config for generic-[x11,wayland]-[i586,x86_64]
[platform/upstream/meta-generic.git] / generic.yaml
1 Default:
2     Baseline: tizen-3.0
3     Active: True
4     Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap
5     Part: generic-mbr
6     Language: en_US.UTF-8
7     Keyboard: us
8     Timezone: America/Los_Angeles
9     RootPass: tizen
10     DefaultUser: tizen
11     DefaultUserPass: tizen
12     BootLoader: True
13     BootloaderAppend: "rw vga=current splash rootwait rootfstype=ext4 plymouth.enable=0"
14     BootloaderTimeout: 3
15     BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"'
16     StartX: False
17     Desktop: None
18     Repos:
19         - Generic     
20     SaveRepos: False
21     UserGroups: "audio,video"
22     Groups:
23         - Base System
24         - Console Tools
25         - Generic Packaging
26     PostScripts:
27         - base-general
28         - rpm
29         - optimization
30         - customize
31     NoChrootScripts:
32         - buildname  
33
34 Minimal:
35     Part: generic-mbr
36
37 Wayland:
38     Part: generic-mbr
39     UserGroups: "audio,video,weston-launch"
40     Groups:
41         - Generic Wayland
42         - Generic Adaptation
43         - Generic Middleware
44         - Generic Applications
45     PostScripts:
46         - base-weston-default
47         - wrt-widgets
48         - vconf-keys-default
49
50 X11:
51     Part: generic-mbr
52     Groups:
53         - Generic X11
54         - Generic Adaptation
55         - Generic Middleware
56         - Generic Applications
57     PostScripts:
58         - base-x11-default
59         - wrt-widgets
60         - vconf-keys-default
61