define new platforms MinimalWayland and MinimalX11 for arm64 26/29926/1 accepted/tizen/common/20141106.104552 submit/tizen_common/20141106.084612
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 5 Nov 2014 15:17:13 +0000 (16:17 +0100)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 5 Nov 2014 15:20:21 +0000 (16:20 +0100)
Crosswalk is not available (yet) for aarch64 architecture. So
Wayland and X11 images can't be built, as they depend on Crosswalk patterns.

This patch defines two new kind of images: MinimalWayland and MinimalX11.

These are the same as Wayland and X11 platforms, except that Crosswalk has been removed.

Change-Id: I46f7bf4d43309c9f5775471baf02ca1d2027c17f
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
common.yaml
ks/common-wayland-3parts-arm64.yaml
ks/common-x11-3parts-arm64.yaml

index 98e3dd8..5f52984 100644 (file)
@@ -45,6 +45,35 @@ Installer:
     BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4 plymouth.enable=0"
     Repos: []
 
+MinimalWayland:
+    Part: common-mbr
+    UserGroups: "audio,video"
+    Groups:
+        - Generic Wayland
+        - Common Wayland
+        - Generic Middleware
+        - Common Middleware
+        - Generic Applications
+        - Generic Bluetooth
+        - Generic Multimedia
+        - Generic Desktop Applications
+        - Common Desktop Applications
+        - Generic Qt5
+        - Common Qt5
+    PostScripts:
+        - generic-wayland
+        - common-wayland
+        - generic-middleware
+        - common-middleware
+        - generic-applications
+        - generic-bluetooth
+        - generic-multimedia
+        - generic-desktop-applications
+        - common-desktop-applications
+        - generic-qt5
+        - common-qt5
+    Repos: []
+
 Wayland:
     Part: common-mbr
     UserGroups: "audio,video"
@@ -78,6 +107,33 @@ Wayland:
         - common-qt5
     Repos: []
 
+MinimalX11:
+    Part: common-mbr
+    UserGroups: "audio,video"
+    Groups:
+        - Generic X11
+        - Generic Middleware
+        - Common Middleware
+        - Generic Applications
+        - Generic Bluetooth
+        - Generic Multimedia
+        - Generic Desktop Applications
+        - Common Desktop Applications
+        - Generic Qt5
+        - Common Qt5
+    PostScripts:
+        - generic-x11
+        - generic-middleware
+        - common-middleware
+        - generic-applications
+        - generic-bluetooth
+        - generic-multimedia
+        - generic-desktop-applications
+        - common-desktop-applications
+        - generic-qt5
+        - common-qt5
+    Repos: []
+
 X11:
     Part: common-mbr
     UserGroups: "audio,video"
index ee7be18..237096e 100644 (file)
@@ -2,7 +2,7 @@ Name: common-wayland-3parts-arm64
 Architecture: aarch64
 Schedule: "*"
 Active: True
-Platform: Wayland
+Platform: MinimalWayland
 Part: common-mbr-3parts
 Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: common-wayland-3parts-arm64
index 650fccc..a60d4e0 100644 (file)
@@ -2,7 +2,7 @@ Name: common-x11-3parts-arm64
 Architecture: aarch64
 Schedule: "*"
 Active: True
-Platform: X11
+Platform: MinimalX11
 Part: common-mbr-3parts
 Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: common-x11-3parts-arm64