summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2021-02-08 18:40:38 +0200
committerJohn Klug <john.klug@multitech.com>2021-02-09 13:53:05 -0600
commit58995ef9573038e7da17d4592ca14b90d62b3d10 (patch)
tree4c83a9255f0384d5ae72558b320ecf92671c4037 /recipes-devtools
parent01cab41d268fd7a25464878c735d6bc43f8833e7 (diff)
downloadmeta-mlinux-58995ef9573038e7da17d4592ca14b90d62b3d10.tar.gz
meta-mlinux-58995ef9573038e7da17d4592ca14b90d62b3d10.tar.bz2
meta-mlinux-58995ef9573038e7da17d4592ca14b90d62b3d10.zip
MTX3787 Install e2fsprogs utilities as symbolic links
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend b/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend
new file mode 100644
index 0000000..106aacc
--- /dev/null
+++ b/recipes-devtools/e2fsprogs/e2fsprogs_%.bbappend
@@ -0,0 +1,4 @@
+# By default e2fsprogs intalls hardlinks for fsck.ext2, fsck.etx3 ... and
+# other utilities which sometime leads to problems in initramfs image.
+# For unknown reasons sometimes fsck.ext2, etc. files have 0 size.
+EXTRA_OECONF += "--enable-symlink-install" \ No newline at end of file