From f23c6f7a42a925fd5a926f505db9e713994efc98 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 27 May 2021 16:20:12 +0100
Subject: [PATCH] allscenarios-image-common.inc: Drop ZFS workaround

This was a ZFS specific workaround. Drop because it makes little sense
to grow the fs this much for all other no-zfs hosts.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-core/images/allscenarios-image-common.inc         | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-ohos-core/recipes-core/images/allscenarios-image-common.inc b/meta-ohos-core/recipes-core/images/allscenarios-image-common.inc
index 2d05efe8..df4dc8b6 100644
--- a/meta-ohos-core/recipes-core/images/allscenarios-image-common.inc
+++ b/meta-ohos-core/recipes-core/images/allscenarios-image-common.inc
@@ -12,7 +12,3 @@ IMAGE_INSTALL_append = "\
 			packagegroup-ble-essentials \
 			gdbserver \
 			"
-
-# 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"
-- 
GitLab