diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-12-18 16:05:33 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-12-18 16:05:33 +0900 |
commit | 808df1e6ac9d0dc2e90a29d823905c48ef7ffafc (patch) | |
tree | 3575242c02154380dff99746c1147ebf88c6ee03 /partitions | |
parent | b176bdd727a4b3caff25a948d36ec44ad66a9895 (diff) | |
download | meta-mobile-808df1e6ac9d0dc2e90a29d823905c48ef7ffafc.tar.gz meta-mobile-808df1e6ac9d0dc2e90a29d823905c48ef7ffafc.tar.bz2 meta-mobile-808df1e6ac9d0dc2e90a29d823905c48ef7ffafc.zip |
Add RD-PQ-boot image in Tizen:Mobilesubmit/tizen_mobile/20141218.071742accepted/tizen/mobile/20141218.090306
For making RD-PQ-boot image, I adjust default setting in mobile.yaml
Change-Id: I9d6e1ba945bcff390e5b3fb73f7bbe2feeeb9576
Diffstat (limited to 'partitions')
-rw-r--r-- | partitions/mobile-mbr-boot-rd-pq | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/partitions/mobile-mbr-boot-rd-pq b/partitions/mobile-mbr-boot-rd-pq new file mode 100644 index 0000000..3c67640 --- /dev/null +++ b/partitions/mobile-mbr-boot-rd-pq @@ -0,0 +1,3 @@ +# Boot partition +part /boot/ --size=14 --ondisk mmcblk0p --fstype=ext4 --label=boot +part /lib/modules/ --size=20 --ondisk mmcblk0p --fstype=ext4 --label=modules |