Skip to content
Snippets Groups Projects
Commit 0ed0aaf3 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

openharmony-image-common.inc: Have more image space to workaround ZFS based hosts


On ZFS hosts with compression on, the filesystem generation will fail.
The current default for extra image space is 1.2. Bump that to 2 to
workaround this issue and also have additional free space on the image.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent e710781e
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,7 @@ IMAGE_INSTALL_append = "\
packagegroup-net-tools \
packagegroup-ble-essentials \
"
# This is a workaround in case the build runs on ZFS with compression on.
# It also gives us extra runtime space.
IMAGE_OVERHEAD_FACTOR = "2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment