diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-01-11 17:19:59 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-01-11 17:20:17 +0900 |
commit | 920b1a21feb2c10ac403f6ca16f284c9e2dcd9fc (patch) | |
tree | cc52f1e0adf6afbf7e74cea43b88205134c4cf32 | |
parent | 5caa014960ed74e806b32cb03baf4fbf83a3b96b (diff) | |
download | meta-mobile-920b1a21feb2c10ac403f6ca16f284c9e2dcd9fc.tar.gz meta-mobile-920b1a21feb2c10ac403f6ca16f284c9e2dcd9fc.tar.bz2 meta-mobile-920b1a21feb2c10ac403f6ca16f284c9e2dcd9fc.zip |
[TINF-1213] Add partition option for TM1 targetsubmit/tizen/20160111.073817accepted/tizen/mobile/20160111.225740
Change-Id: I3b46e0432b28ba6b10dd12ff57561b1371ff40bf
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r-- | partitions/mobile-mbr-tm1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions/mobile-mbr-tm1 b/partitions/mobile-mbr-tm1 index 70f6e2b..f655955 100644 --- a/partitions/mobile-mbr-tm1 +++ b/partitions/mobile-mbr-tm1 @@ -1,3 +1,4 @@ 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" +part /boot/kernel/mod_tizen_tm1/lib/modules --size=12 --ondisk mmcblk0p --fstype=ext4 --label=modules |