Add circle target/emulator images 92/59392/1
authorJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 15 Feb 2016 08:40:01 +0000 (17:40 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 15 Feb 2016 08:40:15 +0000 (17:40 +0900)
Change-Id: I6f4a1c39982c20d45185af0a7c3abf513a7b1e50
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
ks/wearable-boot-armv7l-odroidu3.yaml
ks/wearable-emulator-circle.yaml [new file with mode: 0644]
ks/wearable-emulator32-wayland.yaml
ks/wearable-wayland-3parts-armv7l.yaml
ks/wearable-wayland-armv7l-circle.yaml [new file with mode: 0644]
partitions/wearable-mbr-target-circle [new file with mode: 0644]
patterns/wearable-adaptation-emulator-circle.yaml [new file with mode: 0644]
patterns/wearable-adaptation-target-circle.yaml [new file with mode: 0644]
wearable-repos.yaml

index 3b14d98..1e2666a 100644 (file)
@@ -11,5 +11,5 @@ Attachment:
     - /var/tmp/u-boot/u-boot-mmc.bin
     - /var/tmp/u-boot/params.bin
 Repos:
-    - wearable-wayland_armv7l
-    - base_armv7l
+    - wearable-wayland-armv7l
+    - base-armv7l
diff --git a/ks/wearable-emulator-circle.yaml b/ks/wearable-emulator-circle.yaml
new file mode 100644 (file)
index 0000000..abcb486
--- /dev/null
@@ -0,0 +1,14 @@
+Name: wearable-emulator-circle
+Architecture: ia32
+Schedule: "*"
+Active: True
+Platform: Emulator-wayland
+Part: wearable-mbr-3parts-emulator
+Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+FileName: wearable-emulator-circle
+Repos:
+    - wearable-emulator-circle
+    - base-emulator32
+Groups:
+    - Wearable Adaptation Emulator Circle
+ExtraPacakges: []
index 04ac29e..c17a40a 100644 (file)
@@ -7,8 +7,8 @@ Part: wearable-mbr-3parts-emulator
 Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: wearable-emulator32-wayland
 Repos:
-    - wearable-wayland_emulator32
-    - base_emulator32
+    - wearable-wayland-emulator32
+    - base-emulator32
 Groups:
     - Wearable Adaptation Emulator
 ExtraPacakges: []
index d79e7e7..efd0d5b 100644 (file)
@@ -7,7 +7,7 @@ Part: wearable-mbr-3parts
 Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: wearable-wayland-3parts-armv7l
 Repos:
-    - wearable-wayland_armv7l
-    - base_arm
+    - wearable-wayland-armv7l
+    - base-arm
 Groups:
     - Wearable Adaptation Target
diff --git a/ks/wearable-wayland-armv7l-circle.yaml b/ks/wearable-wayland-armv7l-circle.yaml
new file mode 100644 (file)
index 0000000..8f35137
--- /dev/null
@@ -0,0 +1,13 @@
+Name: wearable-wayland-armv7l-circle
+Architecture: armv7l
+Schedule: "*"
+Active: True
+Platform: Wayland
+Part: wearable-mbr-target-circle
+Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+FileName: wearable-wayland-armv7l-circle
+Repos:
+    - wearable-target-circle
+    - base-arm
+Groups:
+    - Wearable Adaptation Target Circle
diff --git a/partitions/wearable-mbr-target-circle b/partitions/wearable-mbr-target-circle
new file mode 100644 (file)
index 0000000..52882f9
--- /dev/null
@@ -0,0 +1,6 @@
+# ROOT fs partition
+part / --size=1000 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
+# DATA partition
+part /opt/ --size=256 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0"
+# UMS partition
+part /opt/usr/ --size=1000 --ondisk mmcblk0p --fstype=ext4 --label=user --extoptions="-m 0"
diff --git a/patterns/wearable-adaptation-emulator-circle.yaml b/patterns/wearable-adaptation-emulator-circle.yaml
new file mode 100644 (file)
index 0000000..ba0f845
--- /dev/null
@@ -0,0 +1,15 @@
+Summary: Wearable Adaptation Emulator Circle
+Description: Wearable Adaptation Emulator Circle
+Name: wearable-adaptation-emulator-circle
+Packages:
+- device-manager-plugin-emul
+- emuld
+- gst-plugins-emulator
+- libtbm-vigs
+- model-config-emulator
+- system-plugin-emulator
+- vmodemd-emul
+- swap-probe
+- gssdp
+- openssh
+- libtdm-drm
diff --git a/patterns/wearable-adaptation-target-circle.yaml b/patterns/wearable-adaptation-target-circle.yaml
new file mode 100644 (file)
index 0000000..a48c0db
--- /dev/null
@@ -0,0 +1,5 @@
+Summary: Wearable Adaptation Target Circle
+Description: Wearable Adaptation Target Circle
+Name: wearable-adaptation-target-circle
+Packages:
+- libtbm-exynos
index b0d5ab8..0ace76b 100644 (file)
@@ -1,16 +1,24 @@
 Repositories:
-    -   Name: wearable-wayland_armv7l
+    -   Name: wearable-wayland-armv7l
         Url:  http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/arm-wayland/packages/
         Options: --ssl_verify=no
 
-    -   Name: base_arm
+    -   Name: wearable-target-circle
+        Url:  http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/target-circle/packages/
+        Options: --ssl_verify=no
+
+    -   Name: base-arm
         Url:  http://download.tizen.org/snapshots/tizen/base/latest/repos/arm/packages/
         Options: --ssl_verify=no
 
-    -   Name: wearable-wayland_emulator32
+    -   Name: wearable-wayland-emulator32
         Url:  http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/emulator32-wayland/packages/
         Options: --ssl_verify=no
 
-    -   Name: base_emulator32
+    -   Name: wearable-emulator-circle
+        Url:  http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/emulator-circle/packages/
+        Options: --ssl_verify=no
+
+    -   Name: base-emulator32
         Url:  http://download.tizen.org/snapshots/tizen/base/latest/repos/emulator32/packages/
         Options: --ssl_verify=no