diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-04-20 16:56:08 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-04-20 16:56:08 +0200 |
commit | 800d619d6b9074edb58905768b20cf1d0a568758 (patch) | |
tree | 7ea49c74408eceb4ce5183193920913f3ed6c148 /common.yaml | |
parent | c96e01355b58a5a5874a31c6152ffdabe47aca4f (diff) | |
download | meta-800d619d6b9074edb58905768b20cf1d0a568758.tar.gz meta-800d619d6b9074edb58905768b20cf1d0a568758.tar.bz2 meta-800d619d6b9074edb58905768b20cf1d0a568758.zip |
migration to Tizen:Common
Change-Id: Ib0831d685a4b132cba0af52af04cfedc818e0387
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'common.yaml')
-rw-r--r-- | common.yaml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/common.yaml b/common.yaml new file mode 100644 index 0000000..a55dcf2 --- /dev/null +++ b/common.yaml @@ -0,0 +1,78 @@ +Default: + Baseline: tizen-3.0 + Active: True + Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap + Part: common-mbr + Language: en_US.UTF-8 + Keyboard: us + Timezone: America/Los_Angeles + RootPass: tizen + DefaultUser: guest + DefaultUserPass: tizen + BootLoader: True + BootloaderAppend: "rw vga=current splash rootwait rootfstype=ext4 plymouth.enable=0" + BootloaderTimeout: 3 + BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"' + StartX: False + Desktop: None + Repos: + - Common + SaveRepos: False + UserGroups: "audio,video" + Groups: + - Common Base + - Common Console Tools + - Common Packaging + PostScripts: + - common-base + - common-console-tools + - common-packaging + NoChrootScripts: + - buildname + +Minimal: + Part: common-mbr + +Wayland: + Part: common-mbr + UserGroups: "audio,video" + Groups: + - Common Wayland + - Common Adaptation + - Common Middleware + - Common Applications + - Common Bluetooth + - Common Multimedia + - Common Desktop Applications + - Common Crosswalk + PostScripts: + - common-wayland + - common-adaptation + - common-middleware + - common-applications + - common-bluetooth + - common-multimedia + - common-desktop-applications + - common-crosswalk + +X11: + Part: common-mbr + Groups: + - Common X11 + - Common Adaptation + - Common Middleware + - Common Applications + - Common Bluetooth + - Common Multimedia + - Common Webkit + - Common Desktop Applications + PostScripts: + - common-x11 + - common-adaptation + - common-middleware + - common-applications + - common-bluetooth + - common-multimedia + - common-webkit + - common-desktop-applications + |