diff options
author | Sooyoung Ha <yoosah.ha@samsung.com> | 2016-05-04 16:16:35 +0900 |
---|---|---|
committer | Sooyoung Ha <yoosah.ha@samsung.com> | 2016-05-04 16:16:35 +0900 |
commit | e4b6d1a5a3944fca83a5f51e51bb57839fd874c8 (patch) | |
tree | 6d52ab5c77ae38cb7b55baf28e9f8be3e63cfb5c | |
parent | 6b49fb9db0525649f8268dcb5cbb5a5147da389f (diff) | |
download | meta-mobile-e4b6d1a5a3944fca83a5f51e51bb57839fd874c8.tar.gz meta-mobile-e4b6d1a5a3944fca83a5f51e51bb57839fd874c8.tar.bz2 meta-mobile-e4b6d1a5a3944fca83a5f51e51bb57839fd874c8.zip |
emulator: adjust emulator's image partitionsubmit/tizen_mobile/20160504.073213accepted/tizen/mobile/20160504.080240
I modify emulator image partition as 2parts to follow target's change.
According to this modification, emulator yaml file has modified too.
Change-Id: Id0c7aa372a3cd87ea1ff8cf9a72fb50e59308bc0
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
-rw-r--r-- | ks/mobile-emulator32-wayland.yaml | 2 | ||||
-rw-r--r-- | ks/mobile-emulator64-wayland.yaml | 2 | ||||
-rw-r--r-- | partitions/mobile-2parts-emulator | 2 | ||||
-rw-r--r-- | partitions/mobile-mbr-3parts-emulator | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/ks/mobile-emulator32-wayland.yaml b/ks/mobile-emulator32-wayland.yaml index b116108..aaa2c50 100644 --- a/ks/mobile-emulator32-wayland.yaml +++ b/ks/mobile-emulator32-wayland.yaml @@ -3,7 +3,7 @@ Architecture: ia32 Schedule: "*" Active: True Platform: Emulator32-wayland -Part: mobile-mbr-3parts-emulator +Part: mobile-2parts-emulator Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: mobile-emulator32-wayland Repos: diff --git a/ks/mobile-emulator64-wayland.yaml b/ks/mobile-emulator64-wayland.yaml index 2970946..665f06b 100644 --- a/ks/mobile-emulator64-wayland.yaml +++ b/ks/mobile-emulator64-wayland.yaml @@ -3,7 +3,7 @@ Architecture: x86_64 Schedule: "*" Active: True Platform: Emulator64-wayland -Part: mobile-mbr-3parts-emulator +Part: mobile-2parts-emulator Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: mobile-emulator64-wayland Repos: diff --git a/partitions/mobile-2parts-emulator b/partitions/mobile-2parts-emulator new file mode 100644 index 0000000..9a6e188 --- /dev/null +++ b/partitions/mobile-2parts-emulator @@ -0,0 +1,2 @@ +part / --size=2000 --ondisk=sda --fstype=ext4 --label=emulator-rootfs +part /opt/ --size=2000 --ondisk=sda --fstype=ext4 --label=emulator-sysdata diff --git a/partitions/mobile-mbr-3parts-emulator b/partitions/mobile-mbr-3parts-emulator deleted file mode 100644 index 570e865..0000000 --- a/partitions/mobile-mbr-3parts-emulator +++ /dev/null @@ -1,3 +0,0 @@ -part / --size=3000 --ondisk=sda --fstype=ext4 --label=emulator-rootfs -part /opt/ --size=2000 --ondisk=sda --fstype=ext4 --label=emulator-sysdata -part /opt/usr/ --size=3000 --ondisk=sda --fstype=ext4 --label=emulator-user |