* [PATCH] meta/ext4-img: Fix file system type to ext4
@ 2019-07-25 10:13 Quirin Gylstorff
2019-08-01 4:20 ` Baurzhan Ismagulov
0 siblings, 1 reply; 2+ messages in thread
From: Quirin Gylstorff @ 2019-07-25 10:13 UTC (permalink / raw)
To: isar-users; +Cc: Claudius Heine
mke2fs defaults to ext2 if no filesystem is given and /etc/mke2fs
is not adapted. Reverts back to ext4 after mke2fs was introtuced
with :
8b8a339cfaa4ff4ee70cae7785608fce0492a84a
Author: Claudius Heine <ch@denx.de>
CommitDate: Thu Mar 28 10:04:10 2019 +0100
meta/ext4-img: refactor to fit current image creation methods
EXT4_IMAGE_FILE does no longer contain the full path to the ext4 image
in the deploy directory.
Signed-off-by: Claudius Heine <ch@denx.de>
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
meta/classes/ext4-img.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/ext4-img.bbclass b/meta/classes/ext4-img.bbclass
index 4e810cf..334dc64 100644
--- a/meta/classes/ext4-img.bbclass
+++ b/meta/classes/ext4-img.bbclass
@@ -5,6 +5,8 @@ EXT4_IMAGE_FILE = "${IMAGE_FULLNAME}.ext4.img"
IMAGER_INSTALL += "e2fsprogs"
+MKE2FS_ARGS ?= "-t ext4"
+
# Generate ext4 filesystem image
do_ext4_image() {
rm -f '${DEPLOY_DIR_IMAGE}/${EXT4_IMAGE_FILE}'
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta/ext4-img: Fix file system type to ext4
2019-07-25 10:13 [PATCH] meta/ext4-img: Fix file system type to ext4 Quirin Gylstorff
@ 2019-08-01 4:20 ` Baurzhan Ismagulov
0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2019-08-01 4:20 UTC (permalink / raw)
To: isar-users
On Thu, Jul 25, 2019 at 12:13:16PM +0200, Quirin Gylstorff wrote:
> mke2fs defaults to ext2 if no filesystem is given and /etc/mke2fs
> is not adapted. Reverts back to ext4 after mke2fs was introtuced
> with :
Applied to next, thanks.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-01 4:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25 10:13 [PATCH] meta/ext4-img: Fix file system type to ext4 Quirin Gylstorff
2019-08-01 4:20 ` Baurzhan Ismagulov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox