Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] use host compressor for rootfs
@ 2014-04-06  7:48 Philippe Reynes
  2014-04-06  7:48 ` [Buildroot] [PATCH 1/2] rootfs-gzip: use host-gzip instead of local gzip Philippe Reynes
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Philippe Reynes @ 2014-04-06  7:48 UTC (permalink / raw)
  To: buildroot

When the rootfs is compressed with lzma, lzo or xz, we
use the binary compiled by buildroot. But with gzip
or bzip, we use the tools of the machine. This serie
change this behaviour for gzip and bzip2, it add
a dependancy on host-<compressor> and use it to
compress the rootfs.

Philippe Reynes (2):
  rootfs-gzip: use host-gzip instead of local gzip
  rootfs-bzip: use host-bzip2 instead of local bzip2

 fs/common.mk           |    6 ++++--
 package/bzip2/bzip2.mk |    2 ++
 package/gzip/gzip.mk   |    3 +++
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2014-04-12 16:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-06  7:48 [Buildroot] [PATCH 0/2] use host compressor for rootfs Philippe Reynes
2014-04-06  7:48 ` [Buildroot] [PATCH 1/2] rootfs-gzip: use host-gzip instead of local gzip Philippe Reynes
2014-04-06  7:48 ` [Buildroot] [PATCH 2/2] rootfs-bzip: use host-bzip2 instead of local bzip2 Philippe Reynes
2014-04-06  7:59 ` [Buildroot] [PATCH 0/2] use host compressor for rootfs Baruch Siach
2014-04-06  9:25   ` Philippe Reynes
2014-04-06  9:31     ` Thomas De Schampheleire
2014-04-06  9:59       ` Philippe Reynes
2014-04-06  9:32     ` Thomas Petazzoni
2014-04-06  9:46       ` Baruch Siach
2014-04-12 16:43 ` Thomas Petazzoni

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