Added architecture definination for all ks
[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 Wayland:
39     Part: generic-mbr
40     UserGroups: "audio,video,weston-launch"
41     Groups:
42         - Generic Wayland
43         - Generic Adaptation
44         - Generic Middleware
45         - Generic Applications
46     PostScripts:
47         - base-weston-default
48         - wrt-widgets
49         - vconf-keys-default
50
51 X11:
52     Part: generic-mbr
53     Groups:
54         - Generic X11
55         - Generic Adaptation
56         - Generic Middleware
57         - Generic Applications
58     PostScripts:
59         - base-x11-default
60         - wrt-widgets
61         - vconf-keys-default
62