[meta-arago][master][PATCH v2 2/5] arago-image.inc: Do not set inode size on ext2.gz
Andrew Davis <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-arago-distro/recipes-core/images/arago-image.inc | 3 --- 1 file changed, 3 deletions(-) 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} \ -- 2.39.2