All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add support for 7-Zip compressed files
@ 2016-01-04 18:51 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 ` [PATCH 0/1] Add support for 7-Zip compressed files Mark Hatle
  0 siblings, 2 replies; 5+ messages in thread
From: Juro Bystricky @ 2016-01-04 18:51 UTC (permalink / raw)
  To: bitbake-devel; +Cc: richard.purdie

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

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(+)

-- 
1.9.1



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

end of thread, other threads:[~2016-01-05  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/1] Add support for 7-Zip compressed files Mark Hatle
2016-01-04 20:50   ` Bystricky, Juro
2016-01-05  0:08   ` Paul Eggleton

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.