add arm64 image 62/31662/5 accepted/tizen/wearable/20141209.115537 submit/tizen_wearable/20141209.094422
authorJinkun <jinkun.jang@samsung.com>
Mon, 8 Dec 2014 13:10:33 +0000 (05:10 -0800)
committerJinkun <jinkun.jang@samsung.com>
Tue, 9 Dec 2014 09:43:04 +0000 (01:43 -0800)
Change-Id: I9377bda651bb0432bd0b5aa9aa47e5b718b744ee

ks/wearable-x11-2parts-armv7l.yaml [deleted file]
ks/wearable-x11-3parts-arm64.yaml [new file with mode: 0644]
patterns/common-x11.yaml [new file with mode: 0644]
scripts/common-x11.post [new file with mode: 0644]
wearable-repos.yaml
wearable-targets.yaml
wearable.yaml

diff --git a/ks/wearable-x11-2parts-armv7l.yaml b/ks/wearable-x11-2parts-armv7l.yaml
deleted file mode 100644 (file)
index 77aa719..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Name: wearable-x11-2parts-armv7l
-Architecture: armv7l
-Schedule: "*"
-Active: True
-Platform: X11
-Part: common-mbr-2parts
-Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel
-FileName: wearable-x11-2parts-armv7l
-Kernel: kernel-profile-common
-Repos:
-    - common-x11_armv7l
diff --git a/ks/wearable-x11-3parts-arm64.yaml b/ks/wearable-x11-3parts-arm64.yaml
new file mode 100644 (file)
index 0000000..f488cdb
--- /dev/null
@@ -0,0 +1,10 @@
+Name: wearable-x11-3parts-arm64
+Architecture: aarch64
+Schedule: "*"
+Active: True
+Platform: MinimalX11
+Part: common-mbr-3parts
+Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+FileName: wearable-x11-3parts-arm64
+Repos:
+    - common-x11_arm64
diff --git a/patterns/common-x11.yaml b/patterns/common-x11.yaml
new file mode 100644 (file)
index 0000000..695e288
--- /dev/null
@@ -0,0 +1,6 @@
+Summary: Common X11
+Description: Common X11
+Name: common-x11
+Packages:
+- x11-common
+- desktop-skin
diff --git a/scripts/common-x11.post b/scripts/common-x11.post
new file mode 100644 (file)
index 0000000..e26eae0
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+echo "#################### common-x11.post ##################"
+
+# tag the background image with the current snapshot id
+arch=$(rpm -qa | grep kernel-common | awk -F- '{printf("%s %s",$3,$4);}')
+/usr/bin/mark_image.py /usr/share/backgrounds/tizen/current "Tizen Common: @BUILD_ID@ $arch" ffffff 50 90 95 95
+
index 6c310f1..45429ef 100644 (file)
@@ -10,3 +10,7 @@ Repositories:
     -   Name: common-x11_armv7l
         Url:  http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/arm-x11/packages/
         Options: --ssl_verify=no
+
+    -   Name: common-x11_arm64
+        Url:  http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/arm64-x11/packages/
+        Options: --ssl_verify=no
index 8dce04c..06a6c15 100644 (file)
@@ -3,9 +3,11 @@ Targets:
     -   Name: arm-x11
         Images:
             - wearable-boot-armv7l-odroidu3.yaml
-            - wearable-x11-2parts-armv7l.yaml
             - wearable-x11-3parts-armv7l-odroidu3.yaml
 
+    -   Name: arm64-x11
+        Images:
+            - wearable-x11-3parts-arm64.yaml
 #    -   Name: ia32-x11
 #        Images:
 #            - wearable-x11-mbr-i586.yaml
index f9cd36a..fc5be79 100644 (file)
@@ -50,6 +50,7 @@ X11:
     UserGroups: "audio,video"
     Groups:
         - Generic X11
+        - Common X11
         - Generic Middleware
         - Common Middleware
         - Generic Applications
@@ -63,6 +64,40 @@ X11:
         - Common Qt5
     PostScripts:
         - generic-x11
+        - common-x11
+        - generic-middleware
+        - common-middleware
+        - generic-applications
+        - generic-bluetooth
+        - generic-multimedia
+        - generic-desktop-applications
+        - common-desktop-applications
+        - generic-crosswalk
+        - common-crosswalk
+        - generic-qt5
+        - common-qt5
+    Repos: []
+
+MinimalX11:
+    Part: common-mbr
+    UserGroups: "audio,video"
+    Groups:
+        - Generic X11
+        - Common X11
+        - Generic Middleware
+        - Common Middleware
+        - Generic Applications
+        - Generic Bluetooth
+        - Generic Multimedia
+        - Generic Desktop Applications
+        - Common Desktop Applications
+        - Generic Crosswalk
+        - Common Crosswalk
+        - Generic Qt5
+        - Common Qt5
+    PostScripts:
+        - generic-x11
+        - common-x11
         - generic-middleware
         - common-middleware
         - generic-applications