Skip to content

Commit

Permalink
[dm8000] revert unsupported features from e2fs tools
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Feb 9, 2021
1 parent 13cee19 commit 0128e50
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
@@ -0,0 +1,33 @@
From 0a392baf1874964651115d9f77b0daa6851d1daa Mon Sep 17 00:00:00 2001
From: Jonathan Liu <net147@gmail.com>
Date: Tue, 1 Mar 2016 14:28:01 +1100
Subject: [PATCH] Revert "mke2fs: enable the metadata_csum and 64bit features
by default"

This reverts commit cd27af3ecb83e8fd1e3eaa14994284a1818c7c15 as we
don't want to enable features by default that are not supported by
the latest stable e2fsprogs release.

Upstream-Status: Inappropriate [configuration]
Signed-off-by: Jonathan Liu <net147@gmail.com>

Rebase to 1.43:
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
misc/mke2fs.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 01e35cf..25105b3 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -11,7 +11,7 @@
features = has_journal
}
ext4 = {
- features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
+ features = has_journal,extent,huge_file,flex_bg,dir_nlink,extra_isize
inode_size = 256
}
small = {

7 changes: 7 additions & 0 deletions meta-openpli/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend
@@ -0,0 +1,7 @@
PACKAGE_ARCH = "${MACHINE_ARCH}"

FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"

SRC_URI_append_dm8000 = " \
file://Revert-mke2fs-enable-the-metadata_csum.patch \
"

0 comments on commit 0128e50

Please sign in to comment.