From: Mark Hatle <mark.hatle@windriver.com>
To: Juro Bystricky <juro.bystricky@intel.com>,
<bitbake-devel@lists.openembedded.org>
Cc: richard.purdie@intel.com
Subject: Re: [PATCH 0/1] Add support for 7-Zip compressed files
Date: Mon, 4 Jan 2016 14:35:41 -0600 [thread overview]
Message-ID: <568AD79D.80307@windriver.com> (raw)
In-Reply-To: <1451933503-25881-1-git-send-email-juro.bystricky@intel.com>
On 1/4/16 12:51 PM, Juro Bystricky wrote:
> 7-Zip offers substantially better compression than other compression
> formats. In fact, 7-Zip explicitly claims it provides the best compression ratio.
> To quickly test the claim, I compressed a gcc 5.2 538.8 MB tree snapshot in various ways:
>
> tar.bz2: 114.0 MB
> tar.gz: 112.4 MB
> tar.7z: 70.3 MB
I thought 7z was an archive format, that included compression information.
Since the compression that makes 7z better then bz2 is lzma, and 'xz' uses lzma
as it's compression format. (In my experience, .xz is really common on Linux --
7z is only common on Windows.)
I'm not saying don't support .7z, but adding support for .tar.xz and others
would make equal sense to me. (There are a number of formats out there that
could and likely should be added.)
--Mark
> At present, there is no support for 7-Zip compressed files in Bitbake.
> Various public Git repositories only allow pushing files of certain max size,
> AFAIK Github only allows 100MB, so there are cases where it is desirable
> to use maximum compression possible.
>
>
> Juro Bystricky (1):
> bitbake:fetch2/__init__.py: Add support for 7-Zip
>
> bitbake/lib/bb/fetch2/__init__.py | 4 ++++
> 1 file changed, 4 insertions(+)
>
next prev parent reply other threads:[~2016-01-04 20:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-04 18:51 [PATCH 0/1] Add support for 7-Zip compressed files Juro Bystricky
2016-01-04 18:51 ` [PATCH 1/1] bitbake:fetch2/__init__.py: Add support for 7-Zip Juro Bystricky
2016-01-04 20:35 ` Mark Hatle [this message]
2016-01-04 20:50 ` [PATCH 0/1] Add support for 7-Zip compressed files Bystricky, Juro
2016-01-05 0:08 ` Paul Eggleton
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=568AD79D.80307@windriver.com \
--to=mark.hatle@windriver.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=juro.bystricky@intel.com \
--cc=richard.purdie@intel.com \
/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.