Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Creating a sparse file in ROOTFS_F2FS_CMD
@ 2018-10-26 20:00 Grzegorz Blach
  2018-10-26 20:00 ` [Buildroot] [PATCH 1/2] package/f2fs-tools: add host package Grzegorz Blach
  2018-10-26 20:00 ` [Buildroot] [PATCH 2/2] fs/f2fs: add support for creating a f2fs image Grzegorz Blach
  0 siblings, 2 replies; 9+ messages in thread
From: Grzegorz Blach @ 2018-10-26 20:00 UTC (permalink / raw)
  To: buildroot

I'm not sure if creating a sparse file using `dd` command from host OS
is acceptable.  Maybe it's needed to find a better solution.

Grzegorz Blach (2):
  package/f2fs-tools: add host package
  fs/f2fs: add support for creating a f2fs image

 DEVELOPERS                        |  1 +
 fs/Config.in                      |  1 +
 fs/f2fs/Config.in                 | 49 +++++++++++++++++++++++++++++++
 fs/f2fs/f2fs.mk                   | 46 +++++++++++++++++++++++++++++
 package/Config.in.host            |  1 +
 package/f2fs-tools/Config.in.host |  7 +++++
 package/f2fs-tools/f2fs-tools.mk  |  2 ++
 7 files changed, 107 insertions(+)
 create mode 100644 fs/f2fs/Config.in
 create mode 100644 fs/f2fs/f2fs.mk
 create mode 100644 package/f2fs-tools/Config.in.host

-- 
2.17.2

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-04 16:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-26 20:00 [Buildroot] [PATCH 0/2] Creating a sparse file in ROOTFS_F2FS_CMD Grzegorz Blach
2018-10-26 20:00 ` [Buildroot] [PATCH 1/2] package/f2fs-tools: add host package Grzegorz Blach
2018-10-31 21:21   ` Yann E. MORIN
2018-11-03 14:45     ` Thomas Petazzoni
2018-11-03 14:37   ` Thomas Petazzoni
2018-10-26 20:00 ` [Buildroot] [PATCH 2/2] fs/f2fs: add support for creating a f2fs image Grzegorz Blach
2018-10-31 21:42   ` Yann E. MORIN
2018-11-03 14:48   ` Thomas Petazzoni
2018-11-04 16:48     ` Grzegorz Blach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox