From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] genext2fs: remove it
Date: Thu, 20 Mar 2014 17:37:40 +0800 [thread overview]
Message-ID: <cover.1395308167.git.liezhi.yang@windriver.com> (raw)
The following changes since commit ef196434620522affc11b5b1b867386b5d14a4c3:
alsa-tools: fix build when x11 and gtk+ not available (2014-03-19 14:41:55 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/genext2fs
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/genext2fs
Robert Yang (1):
genext2fs: remove it
meta/conf/distro/include/seperatebuilddir.inc | 3 -
.../packagegroups/packagegroup-self-hosted.bb | 1 -
...01-Fix-warnings-remove-some-unused-macros.patch | 72 --
.../0002-Add-put_blk-and-put_nod-routines.patch | 1123 --------------------
.../0003-Add-get_blkmap-and-put_blkmap.patch | 222 ----
...lker-for-walking-through-directory-entrie.patch | 357 -------
...05-Make-filesystem-struct-not-an-overloay.patch | 374 -------
...0006-Improve-the-efficiency-of-extend_blk.patch | 272 -----
...ove-hdlinks-into-the-filesystem-structure.patch | 175 ---
...t-the-creation-of-the-filesystem-structur.patch | 95 --
...e-byte-swapping-into-the-get-put-routines.patch | 421 --------
...rt-over-to-keeping-the-filesystem-on-disk.patch | 839 ---------------
...les-into-the-filesystem-a-piece-at-a-time.patch | 103 --
...upport-large-file-support-and-rework-hole.patch | 211 ----
.../0013-Add-volume-id-support.patch | 86 --
...014-Remove-unneeded-setting-of-s_reserved.patch | 28 -
...-Rework-creating-the-lost-found-directory.patch | 57 -
...ix-the-documentation-for-the-new-L-option.patch | 29 -
.../0017-Fix-file-same-comparison.patch | 30 -
...andle-files-changing-while-we-are-working.patch | 89 --
...ke-sure-superblock-is-clear-on-allocation.patch | 42 -
.../fix-memory-corruption-on-powerpc.patch | 76 --
.../genext2fs-1.4.1/fix-nbblocks-cast.patch | 37 -
.../genext2fs/genext2fs-1.4.1/update_to_1.95.patch | 119 ---
meta/recipes-devtools/genext2fs/genext2fs.inc | 16 -
meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb | 29 -
.../packagegroups/packagegroup-toolset-native.bb | 1 -
27 files changed, 4907 deletions(-)
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0001-Fix-warnings-remove-some-unused-macros.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0002-Add-put_blk-and-put_nod-routines.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0003-Add-get_blkmap-and-put_blkmap.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0004-Add-a-dirwalker-for-walking-through-directory-entrie.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0005-Make-filesystem-struct-not-an-overloay.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0006-Improve-the-efficiency-of-extend_blk.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0007-Move-hdlinks-into-the-filesystem-structure.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0008-Separate-out-the-creation-of-the-filesystem-structur.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0009-Move-byte-swapping-into-the-get-put-routines.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0010-Convert-over-to-keeping-the-filesystem-on-disk.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0011-Copy-files-into-the-filesystem-a-piece-at-a-time.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0012-Add-rev-1-support-large-file-support-and-rework-hole.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0013-Add-volume-id-support.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0014-Remove-unneeded-setting-of-s_reserved.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0015-Rework-creating-the-lost-found-directory.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0016-Fix-the-documentation-for-the-new-L-option.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0017-Fix-file-same-comparison.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0018-Handle-files-changing-while-we-are-working.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/0019-Make-sure-superblock-is-clear-on-allocation.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/fix-memory-corruption-on-powerpc.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/fix-nbblocks-cast.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/update_to_1.95.patch
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs.inc
delete mode 100644 meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb
--
1.8.3.1
next reply other threads:[~2014-03-20 9:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-20 9:37 Robert Yang [this message]
2014-03-20 9:37 ` [PATCH 1/1] genext2fs: remove it Robert Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1395308167.git.liezhi.yang@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.