diff mbox series

[meta-arago,master,2/5] arago-image.inc: Do not set inode size on ext2.gz

Message ID 20260105200456.2472163-2-afd@ti.com
State New
Headers show
Series [meta-arago,master,1/5] arago-image.inc: Set IMAGE_FEATURES in each image recipe | expand

Commit Message

Andrew Davis Jan. 5, 2026, 8:04 p.m. UTC
This should have been set on "ext2" not "ext2.gz". It is also the default
now for "ext2" in oe-core anyway. Drop this line.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-image.inc | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc
index 33dca89b..f4f74310 100644
--- a/meta-arago-distro/recipes-core/images/arago-image.inc
+++ b/meta-arago-distro/recipes-core/images/arago-image.inc
@@ -4,9 +4,6 @@  LICENSE = "MIT"
 
 COMPATIBLE_MACHINE = "ti-soc"
 
-# 4KB per 1 inode should be enough
-EXTRA_IMAGECMD:ext2.gz += "-i 4096"
-
 IMAGE_INSTALL = " \
 	packagegroup-core-boot \
 	${CORE_IMAGE_EXTRA_INSTALL} \