summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonsub Lee <joon-sub.lee@samsung.com>2016-10-18 16:06:47 +0900
committerJoonsub Lee <joon-sub.lee@samsung.com>2016-10-19 08:40:06 +0900
commit21ef1974d7d55b4bf4a4f0efd94192d3f132d5bc (patch)
tree88d40a92a71937ef1beb1f8053261eda7cd99e83
parent7b63e5c831a8a0bfebe06cb1d749e7bd08aaf28c (diff)
downloadmeta-mobile-21ef1974d7d55b4bf4a4f0efd94192d3f132d5bc.tar.gz
meta-mobile-21ef1974d7d55b4bf4a4f0efd94192d3f132d5bc.tar.bz2
meta-mobile-21ef1974d7d55b4bf4a4f0efd94192d3f132d5bc.zip
Change-Id: I81722f876cf4fde7f4b598b295de8f8e86694578 Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r--ks/mobile-boot-arm64-tm2.yaml13
-rw-r--r--ks/mobile-boot-armv7l-RD-PQ.yaml14
-rw-r--r--ks/mobile-boot-armv7l-odroidu3.yaml14
-rw-r--r--ks/mobile-boot-armv7l-tm1.yaml13
-rw-r--r--mobile-targets.yaml2
-rw-r--r--mobile.yaml17
-rw-r--r--partitions/mobile-dummy-partition1
-rw-r--r--partitions/mobile-mbr-boot-rd-pq3
-rw-r--r--patterns/mobile-boot-odroid-u3.yaml7
-rw-r--r--patterns/mobile-boot-rd-pq.yaml7
-rw-r--r--patterns/mobile-boot-tm1.yaml5
-rw-r--r--patterns/mobile-boot-tm2.yaml5
12 files changed, 50 insertions, 51 deletions
diff --git a/ks/mobile-boot-arm64-tm2.yaml b/ks/mobile-boot-arm64-tm2.yaml
new file mode 100644
index 0000000..be23930
--- /dev/null
+++ b/ks/mobile-boot-arm64-tm2.yaml
@@ -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
index 36ce3a6..0000000
--- a/ks/mobile-boot-armv7l-RD-PQ.yaml
+++ /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
index cc866be..0000000
--- a/ks/mobile-boot-armv7l-odroidu3.yaml
+++ /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
index 0000000..e4485a7
--- /dev/null
+++ b/ks/mobile-boot-armv7l-tm1.yaml
@@ -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
diff --git a/mobile-targets.yaml b/mobile-targets.yaml
index 231c33a..9ed42ec 100644
--- a/mobile-targets.yaml
+++ b/mobile-targets.yaml
@@ -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
diff --git a/mobile.yaml b/mobile.yaml
index f253dcd..d4085d1 100644
--- a/mobile.yaml
+++ b/mobile.yaml
@@ -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
index 0000000..be536f2
--- /dev/null
+++ b/partitions/mobile-dummy-partition
@@ -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
index 3c67640..0000000
--- a/partitions/mobile-mbr-boot-rd-pq
+++ /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
index 425c085..0000000
--- a/patterns/mobile-boot-odroid-u3.yaml
+++ /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
index 692bdd1..0000000
--- a/patterns/mobile-boot-rd-pq.yaml
+++ /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
index 0000000..173ce38
--- /dev/null
+++ b/patterns/mobile-boot-tm1.yaml
@@ -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
index 0000000..4bb36c7
--- /dev/null
+++ b/patterns/mobile-boot-tm2.yaml
@@ -0,0 +1,5 @@
+Summary: Mobile Boot TM2
+Description: Mobile Boot TM2
+Name: mobile-boot-tm2
+Packages:
+- arm64-tm2-linux-kernel