[TRE-2776] Increase a hal partition size from 64M to 256M about RPi target 40/262540/1 accepted/tizen/unified/20210817.024303 submit/tizen/20210817.004640
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 13 Aug 2021 04:54:13 +0000 (13:54 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 13 Aug 2021 05:25:36 +0000 (14:25 +0900)
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>
partitions/common-mbr-boot

index 1d0f8d96d6ecf8f7a6e21b47312c88c804b01bfb..a74e631e7391b66b9caf1db748f606219ebe8707 100644 (file)
@@ -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