summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonsub Lee <joon-sub.lee@samsung.com>2015-11-16 17:17:11 +0900
committerJoonsub Lee <joon-sub.lee@samsung.com>2015-11-16 17:17:32 +0900
commit628c528328cfa3910d6de1631b705532497ac091 (patch)
tree674e33c80da979a125b57be00df7d12cb1b75873
parent99f0dc8ce2e12f167194f325215a9405147bf550 (diff)
downloadmeta-mobile-accepted/tizen/mobile/20151117.005840.tar.gz
meta-mobile-accepted/tizen/mobile/20151117.005840.tar.bz2
meta-mobile-accepted/tizen/mobile/20151117.005840.zip
Change-Id: Ic5e05f9b5f139b05892fac79d1c49a897fe81d60 Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r--ks/mobile-wayland-armv7l-tm1.yaml2
-rw-r--r--partitions/mobile-mbr-tm13
2 files changed, 4 insertions, 1 deletions
diff --git a/ks/mobile-wayland-armv7l-tm1.yaml b/ks/mobile-wayland-armv7l-tm1.yaml
index 4e2e31f..72e83ff 100644
--- a/ks/mobile-wayland-armv7l-tm1.yaml
+++ b/ks/mobile-wayland-armv7l-tm1.yaml
@@ -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
index 0000000..70f6e2b
--- /dev/null
+++ b/partitions/mobile-mbr-tm1
@@ -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"