workaround for bug PTREL-763
[platform/upstream/meta-generic.git] / generic.yaml
index 210e108..8d60df7 100644 (file)
@@ -1,8 +1,8 @@
 Default:
     Baseline: tizen-3.0
     Active: True
-    Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap
     Architecture: ia32
+    Mic2Options: -f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap
     Part: generic-mbr
     Language: en_US.UTF-8
     Keyboard: us
@@ -11,46 +11,67 @@ Default:
     DefaultUser: tizen
     DefaultUserPass: tizen
     BootLoader: True
-    BootloaderAppend: "rootwait rootfstype=ext4 quiet rw vga=current"
+    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"'
+    BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"'
     StartX: False
     Desktop: None
     Repos:
-        - Generic     
+        - Generic
     SaveRepos: False
     UserGroups: "audio,video"
     Groups:
-        - Base System
+        - Generic Base
+        - Generic Console Tools
         - Generic Packaging
-        - Generic Adaptation
     PostScripts:
-        - base-general
-        - rpm
-        - base-weston-default
-        - wrt-widgets.post
-        - vconf-keys-default 
+        - generic-base
+        - generic-console-tools
+        - generic-packaging
     NoChrootScripts:
-        - buildname  
+        - buildname
+
+Minimal:
+    Part: generic-mbr
 
-Wayland-i586:
+Wayland:
     Part: generic-mbr
     UserGroups: "audio,video,weston-launch"
     Groups:
+        - Generic Wayland
+        - Generic Adaptation
         - Generic Middleware
-        - Wayland
-        - Console Tools
         - Generic Applications
+        - Generic Bluetooth
+        - Generic Multimedia
+        - Generic Desktop Applications
     PostScripts:
-        - optimization
+        - generic-wayland
+        - generic-adaptation
+        - generic-middleware
+        - generic-applications
+        - generic-bluetooth
+        - generic-multimedia
+        - generic-desktop-applications
 
-Wayland-x86_64:
+X11:
     Part: generic-mbr
-    UserGroups: "audio,video,weston-launch"
     Groups:
+        - Generic X11
+        - Generic Adaptation
         - Generic Middleware
-        - Wayland
-        - Console Tools
         - Generic Applications
+        - Generic Bluetooth
+        - Generic Multimedia
+        - Generic Webkit
+        - Generic Desktop Applications
     PostScripts:
-        - optimization
\ No newline at end of file
+        - generic-x11
+        - generic-adaptation
+        - generic-middleware
+        - generic-applications
+        - generic-bluetooth
+        - generic-multimedia
+        - generic-webkit
+        - generic-desktop-applications
+