Add TM1 TM2 boot images 90/92690/2 accepted/tizen/mobile/20161019.044611 submit/tizen/20161019.031729
authorJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 07:06:47 +0000 (16:06 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 23:40:06 +0000 (08:40 +0900)
Change-Id: I81722f876cf4fde7f4b598b295de8f8e86694578
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
12 files changed:
ks/mobile-boot-arm64-tm2.yaml [new file with mode: 0644]
ks/mobile-boot-armv7l-RD-PQ.yaml [deleted file]
ks/mobile-boot-armv7l-odroidu3.yaml [deleted file]
ks/mobile-boot-armv7l-tm1.yaml [new file with mode: 0644]
mobile-targets.yaml
mobile.yaml
partitions/mobile-dummy-partition [new file with mode: 0644]
partitions/mobile-mbr-boot-rd-pq [deleted file]
patterns/mobile-boot-odroid-u3.yaml [deleted file]
patterns/mobile-boot-rd-pq.yaml [deleted file]
patterns/mobile-boot-tm1.yaml [new file with mode: 0644]
patterns/mobile-boot-tm2.yaml [new file with mode: 0644]

diff --git a/ks/mobile-boot-arm64-tm2.yaml b/ks/mobile-boot-arm64-tm2.yaml
new file mode 100644 (file)
index 0000000..be23930
--- /dev/null
@@ -0,0 +1,13 @@
+Name: mobile-boot-arm64-tm2
+Architecture: aarch64
+Schedule: "*"
+Active: True
+Platform: Boot-TM2
+Part: mobile-dummy-partition
+Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+FileName: mobile-boot-arm64-tm2
+Group: Mobile Boot TM2
+Attachment:
+    - /boot/kernel.img
+Repos:
+    - mobile-wayland_arm64
diff --git a/ks/mobile-boot-armv7l-RD-PQ.yaml b/ks/mobile-boot-armv7l-RD-PQ.yaml
deleted file mode 100644 (file)
index 36ce3a6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Name: mobile-boot-armv7l-RD-PQ
-Architecture: armv7l
-Schedule: "*"
-Active: True
-Platform: Boot-RD-PQ
-Part: mobile-mbr-boot-rd-pq
-Mic2Options: -f loop --pack-to=@NAME@.tar.gz
-FileName: mobile-boot-armv7l-RD-PQ
-Group: Mobile Boot RD PQ
-Attachment:
-    - /var/tmp/u-boot/u-boot-mmc.bin
-    - /var/tmp/u-boot/params.bin
-Repos:
-    - mobile-wayland_armv7l
diff --git a/ks/mobile-boot-armv7l-odroidu3.yaml b/ks/mobile-boot-armv7l-odroidu3.yaml
deleted file mode 100644 (file)
index cc866be..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Name: mobile-boot-armv7l-odroidu3
-Architecture: armv7l
-Schedule: "*"
-Active: True
-Platform: Boot-Odroidu3
-Part: mobile-mbr-boot
-Mic2Options: -f loop --pack-to=@NAME@.tar.gz
-FileName: mobile-boot-armv7l-odroidu3
-Group: Mobile Boot Odroid U3
-Attachment:
-    - /var/tmp/u-boot/u-boot-mmc.bin
-    - /var/tmp/u-boot/params.bin
-Repos:
-    - mobile-wayland_armv7l
diff --git a/ks/mobile-boot-armv7l-tm1.yaml b/ks/mobile-boot-armv7l-tm1.yaml
new file mode 100644 (file)
index 0000000..e4485a7
--- /dev/null
@@ -0,0 +1,13 @@
+Name: mobile-boot-armv7l-tm1
+Architecture: armv7l
+Schedule: "*"
+Active: True
+Platform: Boot-TM1
+Part: mobile-dummy-partition
+Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+FileName: mobile-boot-armv7l-tm1
+Group: Mobile Boot TM1
+Attachment:
+    - /boot/u-boot/u-boot-mmc.bin
+Repos:
+    - mobile-target-TM1
index 231c33a..9ed42ec 100644 (file)
@@ -6,6 +6,7 @@ Targets:
 
     -   Name: arm64-wayland
         Images:
+            - mobile-boot-arm64-tm2.yaml
             - mobile-wayland-arm64-tm2.yaml
 
     -   Name: emulator32-wayland
@@ -18,5 +19,6 @@ Targets:
 
     -   Name: target-TM1
         Images:
+            - mobile-boot-armv7l-tm1.yaml
             - mobile-wayland-armv7l-tm1.yaml
             - mobile-wayland-armv7l-tm1-upgrade.yaml
index f253dcd..d4085d1 100644 (file)
@@ -18,17 +18,22 @@ Default:
     SaveRepos: False
     UserGroups: "audio,video"
 
-Boot-Odroidu3:
-    Part: mobile-mbr-boot
+Boot-TM1:
+    Part: mobile-dummy-partition
     Desktop: None
+    DefaultUser: root
+    DefaultUserPass:
+    BootloaderAppend: "rootdelay=5"
+    BootloaderTimeout: 0
+    BootloaderOptions: ''
     SaveRepos: False
     UserGroups: "audio,video"
     Groups:
-        - Mobile Boot Odroid U3
+        - Mobile Boot TM1
     Repos: []
 
-Boot-RD-PQ:
-    Part: mobile-mbr-boot-rd-pq
+Boot-TM2:
+    Part: mobile-dummy-partition
     Desktop: None
     DefaultUser: root
     DefaultUserPass:
@@ -38,7 +43,7 @@ Boot-RD-PQ:
     SaveRepos: False
     UserGroups: "audio,video"
     Groups:
-        - Mobile Boot RD PQ
+        - Mobile Boot TM2
     Repos: []
 
 Wayland:
diff --git a/partitions/mobile-dummy-partition b/partitions/mobile-dummy-partition
new file mode 100644 (file)
index 0000000..be536f2
--- /dev/null
@@ -0,0 +1 @@
+part / --exclude-from-image --fstype="ext4" --size=32 --ondisk=mmcblk0 --active --label dummy --fsoptions=defaults,noatime
diff --git a/partitions/mobile-mbr-boot-rd-pq b/partitions/mobile-mbr-boot-rd-pq
deleted file mode 100644 (file)
index 3c67640..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Boot partition
-part /boot/ --size=14 --ondisk mmcblk0p --fstype=ext4 --label=boot
-part /lib/modules/ --size=20 --ondisk mmcblk0p --fstype=ext4 --label=modules
diff --git a/patterns/mobile-boot-odroid-u3.yaml b/patterns/mobile-boot-odroid-u3.yaml
deleted file mode 100644 (file)
index 425c085..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Summary: Mobile Boot Odroid U3
-Description: Mobile Boot Odroid U3
-Name: mobile-boot-odroid-u3
-Packages:
-- arm-odroidxu3-linux-kernel
-- arm-odroidxu3-linux-kernel-modules
-- u-boot
diff --git a/patterns/mobile-boot-rd-pq.yaml b/patterns/mobile-boot-rd-pq.yaml
deleted file mode 100644 (file)
index 692bdd1..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Summary: Mobile Boot RD PQ
-Description: Mobile Boot RD PQ
-Name: mobile-boot-rd-pq
-Packages:
-- arm-trats2-linux-kernel
-- arm-trats2-linux-kernel-modules
-- u-boot
diff --git a/patterns/mobile-boot-tm1.yaml b/patterns/mobile-boot-tm1.yaml
new file mode 100644 (file)
index 0000000..173ce38
--- /dev/null
@@ -0,0 +1,5 @@
+Summary: Mobile Boot TM1
+Description: Mobile Boot TM1
+Name: mobile-boot-tm1
+Packages:
+- u-boot-tm1
diff --git a/patterns/mobile-boot-tm2.yaml b/patterns/mobile-boot-tm2.yaml
new file mode 100644 (file)
index 0000000..4bb36c7
--- /dev/null
@@ -0,0 +1,5 @@
+Summary: Mobile Boot TM2
+Description: Mobile Boot TM2
+Name: mobile-boot-tm2
+Packages:
+- arm64-tm2-linux-kernel