From: Chris Packham <judge.packham@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC PATCH 0/3] squashfs support for zstd
Date: Tue, 17 Oct 2017 10:59:01 +1300 [thread overview]
Message-ID: <20171016215904.3380-1-judge.packham@gmail.com> (raw)
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
next reply other threads:[~2017-10-16 21:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-16 21:59 Chris Packham [this message]
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
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=20171016215904.3380-1-judge.packham@gmail.com \
--to=judge.packham@gmail.com \
--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