diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2021-08-13 13:54:13 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2021-08-13 14:25:36 +0900 |
commit | 0418c55acf017b66a4beb3ef71d0367464f7470c (patch) | |
tree | 4b386bad4d4e48420706c70bfc69016d6857e15d | |
parent | 4162b9889a12f334a89c9c7f1169d6791ae4dd76 (diff) | |
download | meta-0418c55acf017b66a4beb3ef71d0367464f7470c.tar.gz meta-0418c55acf017b66a4beb3ef71d0367464f7470c.tar.bz2 meta-0418c55acf017b66a4beb3ef71d0367464f7470c.zip |
[TRE-2776] Increase a hal partition size from 64M to 256M about RPi targetsubmit/tizen/20210817.004640accepted/tizen/unified/20210817.024303
Increase a hal partition size from 64M to 256M.
Some packages need more space than 64M.
Change-Id: Ia7cb9d3a35a9687afeafce2b04769fddf8222376
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | partitions/common-mbr-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions/common-mbr-boot b/partitions/common-mbr-boot index 1d0f8d9..a74e631 100644 --- a/partitions/common-mbr-boot +++ b/partitions/common-mbr-boot @@ -1,3 +1,3 @@ part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime -part /hal --fstype="ext4" --size=64 --ondisk=mmcblk0 --active --label hal --fsoptions=defaults,noatime +part /hal --fstype="ext4" --size=256 --ondisk=mmcblk0 --active --label hal --fsoptions=defaults,noatime |