Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH 0/3] squashfs support for zstd
@ 2017-10-16 21:59 Chris Packham
  2017-10-16 21:59 ` [Buildroot] [PATCH 1/3] zstd: install to staging directory Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chris Packham @ 2017-10-16 21:59 UTC (permalink / raw)
  To: buildroot

Support for zstd as a compression algorithm for squashfs will be coming
soon to a kernel near you. This series adds support for generating images
compressed with zstd.

Chris Packham (3):
  zstd: install to staging directory
  zstd: build for host
  squashfs: add support for zstd

 fs/squashfs/Config.in                              |   3 +
 fs/squashfs/squashfs.mk                            |   2 +
 .../0006-squashfs-tools-Add-zstd-support.patch     | 420 +++++++++++++++++++++
 package/squashfs/Config.in                         |   5 +
 package/squashfs/squashfs.mk                       |  12 +-
 package/zstd/zstd.mk                               |  27 ++
 6 files changed, 467 insertions(+), 2 deletions(-)
 create mode 100644 package/squashfs/0006-squashfs-tools-Add-zstd-support.patch

-- 
2.14.2

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

end of thread, other threads:[~2017-10-21 14:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16 21:59 [Buildroot] [RFC PATCH 0/3] squashfs support for zstd Chris Packham
2017-10-16 21:59 ` [Buildroot] [PATCH 1/3] zstd: install to staging directory Chris Packham
2017-10-21 14:30   ` Thomas Petazzoni
2017-10-16 21:59 ` [Buildroot] [PATCH 2/3] zstd: build for host Chris Packham
2017-10-16 21:59 ` [Buildroot] [PATCH 3/3] squashfs: add support for zstd Chris Packham
2017-10-21 14:22   ` Yann E. MORIN

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