From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
To: isar-users@googlegroups.com
Cc: Claudius Heine <ch@denx.de>
Subject: [PATCH] meta/ext4-img: Fix file system type to ext4
Date: Thu, 25 Jul 2019 12:13:16 +0200 [thread overview]
Message-ID: <20190725101316.2202-1-quirin.gylstorff@siemens.com> (raw)
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
next reply other threads:[~2019-07-25 10:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 10:13 Quirin Gylstorff [this message]
2019-08-01 4:20 ` Baurzhan Ismagulov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190725101316.2202-1-quirin.gylstorff@siemens.com \
--to=quirin.gylstorff@siemens.com \
--cc=ch@denx.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox