summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-02-14 11:49:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 22:27:38 +0000
commit2ae09cc132886b18f3b43be83acf08d36277a845 (patch)
tree763fffb3b6be0bc16e16ac3efbfe3425aef8778b /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
parent4e262fb1627bc7da5a620575f4593446df27cefa (diff)
downloadpoky-2ae09cc132886b18f3b43be83acf08d36277a845.tar.gz
e2fsprogs: fix file system generation with large files
When copying files into the file system the file offset was being truncated to a signed 32-bit value, so any files that are larger than 2^31 bytes were the right size, but no content after that point. (From OE-Core rev: a77360db529d0ac3cb91161001546754d0371aa2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
index ce95dec5fe..cffb5362d6 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
@@ -6,6 +6,7 @@ SRC_URI += "file://remove.ldconfig.call.patch \
6 file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \ 6 file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
7 file://mkdir_p.patch \ 7 file://mkdir_p.patch \
8 file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \ 8 file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \
9 file://0001-create_inode-fix-copying-large-files.patch \
9 " 10 "
10 11
11SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ 12SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch \