summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-27 08:51:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 15:07:41 +0000
commit9123e9eb9bf324e5cc45b535934583b0e37f378b (patch)
tree51684fc5ea3bb4a40811f3de7a22d0bcfc446828 /meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
parent84e24f0f005aab7ba23bfa002a7a52785137f947 (diff)
downloadpoky-9123e9eb9bf324e5cc45b535934583b0e37f378b.tar.gz
genext2fs: fix inode computation
This patch fixes a problem with the computation of inodes based on the bytes_per_inode options, for a larger FS (> 2G) the inode count would go negative and a smaller default count would be used, this would cause the FS to run out of inodes. (From OE-Core rev: df5e886be059da35fb69710c79227cc768f1c58e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb')
-rw-r--r--meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
index 9364bb895f..012ec6c4fb 100644
--- a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
+++ b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
@@ -1,6 +1,8 @@
1require genext2fs.inc 1require genext2fs.inc
2 2
3PR = "r0" 3PR = "r1"
4
5SRC_URI += "file://fix-nbblocks-cast.patch"
4 6
5SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b" 7SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b"
6SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc" 8SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc"