Adjust partition size of TM1 platform image 98/51798/1 accepted/tizen/mobile/20151117.005840 submit/tizen_mobile/20151116.081858
authorJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 16 Nov 2015 08:17:11 +0000 (17:17 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 16 Nov 2015 08:17:32 +0000 (17:17 +0900)
Change-Id: Ic5e05f9b5f139b05892fac79d1c49a897fe81d60
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
ks/mobile-wayland-armv7l-tm1.yaml
partitions/mobile-mbr-tm1 [new file with mode: 0644]

index 4e2e31f..72e83ff 100644 (file)
@@ -3,7 +3,7 @@ Architecture: armv7l
 Schedule: "*"
 Active: True
 Platform: Wayland
-Part: mobile-mbr-3parts
+Part: mobile-mbr-tm1
 Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: mobile-wayland-armv7l-tm1
 Attachment:
diff --git a/partitions/mobile-mbr-tm1 b/partitions/mobile-mbr-tm1
new file mode 100644 (file)
index 0000000..70f6e2b
--- /dev/null
@@ -0,0 +1,3 @@
+part / --size=2000 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
+part /opt/ --size=312 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0"
+part /opt/usr/ --size=3000 --ondisk mmcblk0p --fstype=ext4 --label=user --extoptions="-m 0"