From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3 v4] fs/ext2: misc enhancements (branch yem/fs-vol-id)
Date: Sat, 6 Dec 2014 23:40:02 +0100 [thread overview]
Message-ID: <cover.1417905401.git.yann.morin.1998@free.fr> (raw)
Hello All!
This series enhances the fs/ext2 generation.
Not much to say beside the individual commit logs... ;-)
Changes v3 -> v4:
- help + slight fixes in the new mke2img script (Thomas, me)
Changes v2 -> v3:
- fix quoting for labels with a space in them (K?roly)
Changes v1 -> v2:
- move our genext2fs.sh wrapper and make it a proper host package,
with extensive tweaks to the code (Thomas)
Regards,
Yann E. MORIN.
The following changes since commit c5f0e93d2cc6107cce249e1f11158aeccb4a3449:
rp-pppoe: install default conf file (2014-12-03 23:26:21 +0100)
are available in the git repository at:
git://git.busybox.net/~ymorin/git/buildroot yem/fs-vol-id
for you to fetch changes up to 7dfc8f18b87384622f5e99d73f9efe274a4539ff:
fs/ext2: add option to specify a filesystem label (2014-12-06 23:29:46 +0100)
----------------------------------------------------------------
Yann E. MORIN (3):
package/mke2img: new package
fs/ext2: use the new mke2img host package
fs/ext2: add option to specify a filesystem label
fs/ext2/Config.in | 6 +-
fs/ext2/ext2.mk | 19 ++--
fs/ext2/genext2fs.sh | 121 ------------------------
package/Config.in.host | 1 +
package/mke2img/Config.in.host | 9 ++
package/mke2img/mke2img | 206 +++++++++++++++++++++++++++++++++++++++++
package/mke2img/mke2img.mk | 14 +++
7 files changed, 246 insertions(+), 130 deletions(-)
delete mode 100755 fs/ext2/genext2fs.sh
create mode 100644 package/mke2img/Config.in.host
create mode 100755 package/mke2img/mke2img
create mode 100644 package/mke2img/mke2img.mk
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2014-12-06 22:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-06 22:40 Yann E. MORIN [this message]
2014-12-06 22:40 ` [Buildroot] [PATCH 1/3 v4] package/mke2img: new package Yann E. MORIN
2014-12-06 22:40 ` [Buildroot] [PATCH 2/3 v4] fs/ext2: use the new mke2img host package Yann E. MORIN
2014-12-06 22:40 ` [Buildroot] [PATCH 3/3 v4] fs/ext2: add option to specify a filesystem label Yann E. MORIN
2014-12-07 21:07 ` [Buildroot] [PATCH 0/3 v4] fs/ext2: misc enhancements (branch yem/fs-vol-id) Thomas Petazzoni
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.1417905401.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox