diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2012-03-29 00:35:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-02 04:31:48 +0100 |
commit | 79c806cb404c2d85aeec45b40ea6adbeae9f6346 (patch) | |
tree | 5627bb72a24373b931e6a3d4190335bc904cfd88 /meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb | |
parent | 84b7541abc2d7e59c22891219fce97d320d3bb33 (diff) | |
download | poky-79c806cb404c2d85aeec45b40ea6adbeae9f6346.tar.gz |
genext2fs: support large files and filesystems without using large amounts of memory
update_to_1.95.patch was generated by making a diff bewteen the 1.4.1 release
and the latest 1.9.5 version in the cvs repo:
http://genext2fs.cvs.sourceforge.net/viewvc/genext2fs/genext2fs/genext2fs.c?revision=1.95
The patches 0001-0019 come from mailing list of genext2fs-devel
http://sourceforge.net/mailarchive/forum.php?forum_name=genext2fs-devel&max_rows=100&style=flat&viewmonth=201106
(From OE-Core rev: 8f17e499cf91191727c8767e839738cb39c21655)
Signed-off-by: Dexuan Cui <dexuan.cui@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.bb | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb index 012ec6c4fb..702245ff75 100644 --- a/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb +++ b/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb | |||
@@ -1,8 +1,28 @@ | |||
1 | require genext2fs.inc | 1 | require genext2fs.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI += "file://fix-nbblocks-cast.patch" | 5 | SRC_URI += "file://update_to_1.95.patch \ |
6 | file://0001-Fix-warnings-remove-some-unused-macros.patch \ | ||
7 | file://0002-Add-put_blk-and-put_nod-routines.patch \ | ||
8 | file://0003-Add-get_blkmap-and-put_blkmap.patch \ | ||
9 | file://0004-Add-a-dirwalker-for-walking-through-directory-entrie.patch \ | ||
10 | file://0005-Make-filesystem-struct-not-an-overloay.patch \ | ||
11 | file://0006-Improve-the-efficiency-of-extend_blk.patch \ | ||
12 | file://0007-Move-hdlinks-into-the-filesystem-structure.patch \ | ||
13 | file://0008-Separate-out-the-creation-of-the-filesystem-structur.patch \ | ||
14 | file://0009-Move-byte-swapping-into-the-get-put-routines.patch \ | ||
15 | file://0010-Convert-over-to-keeping-the-filesystem-on-disk.patch \ | ||
16 | file://0011-Copy-files-into-the-filesystem-a-piece-at-a-time.patch \ | ||
17 | file://0012-Add-rev-1-support-large-file-support-and-rework-hole.patch \ | ||
18 | file://0013-Add-volume-id-support.patch \ | ||
19 | file://0014-Remove-unneeded-setting-of-s_reserved.patch \ | ||
20 | file://0015-Rework-creating-the-lost-found-directory.patch \ | ||
21 | file://0016-Fix-the-documentation-for-the-new-L-option.patch \ | ||
22 | file://0017-Fix-file-same-comparison.patch \ | ||
23 | file://0018-Handle-files-changing-while-we-are-working.patch \ | ||
24 | file://0019-Make-sure-superblock-is-clear-on-allocation.patch \ | ||
25 | file://fix-nbblocks-cast.patch" | ||
6 | 26 | ||
7 | SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b" | 27 | SRC_URI[md5sum] = "b7b6361bcce2cedff1ae437fadafe53b" |
8 | SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc" | 28 | SRC_URI[sha256sum] = "404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc" |