All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression
@ 2012-05-05 15:13 bugzilla at busybox.net
  2012-05-06 12:46 ` Arnout Vandecappelle
  2013-05-04 14:21 ` [Buildroot] [Bug 5186] " bugzilla at busybox.net
  0 siblings, 2 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2012-05-05 15:13 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=5186

           Summary: initramfs/cpio should support lzo compression
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: bos at je-eigen-domein.nl
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 4340
  --> https://bugs.busybox.net/attachment.cgi?id=4340
cpio lzo support

Linux supports lzo compression for the initramfs image nowadays, so it would be
nice if buildroot did as well

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression
  2012-05-05 15:13 [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression bugzilla at busybox.net
@ 2012-05-06 12:46 ` Arnout Vandecappelle
  2012-05-07 13:54   ` Thomas Petazzoni
  2013-05-04 14:21 ` [Buildroot] [Bug 5186] " bugzilla at busybox.net
  1 sibling, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2012-05-06 12:46 UTC (permalink / raw)
  To: buildroot

On 05/05/12 17:13, bugzilla at busybox.net wrote:
> Created attachment 4340
>    -->  https://bugs.busybox.net/attachment.cgi?id=4340
> cpio lzo support
>
> Linux supports lzo compression for the initramfs image nowadays, so it would be
> nice if buildroot did as well
There should be a variable $(LZOP) and a dependency on host-lzop, just like for lzma.  lzop is not a package that you 
can expect to be available on the host.

  Regards,
  Arnout

  PS What's the policy for reacting to patches posted on bugzilla?

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression
  2012-05-06 12:46 ` Arnout Vandecappelle
@ 2012-05-07 13:54   ` Thomas Petazzoni
  2012-05-11 20:43     ` Arnout Vandecappelle
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2012-05-07 13:54 UTC (permalink / raw)
  To: buildroot

Le Sun, 06 May 2012 14:46:37 +0200,
Arnout Vandecappelle <arnout@mind.be> a ?crit :

>   PS What's the policy for reacting to patches posted on bugzilla?

AFAIK, there's none. Now that we have patchwork in place, I guess we
should probably tell users to not post patches to the Bugzilla, but to
the list instead (though that requires users to subscribe to the list).

What do you think?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression
  2012-05-07 13:54   ` Thomas Petazzoni
@ 2012-05-11 20:43     ` Arnout Vandecappelle
  2012-05-14 19:09       ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2012-05-11 20:43 UTC (permalink / raw)
  To: buildroot

On 05/07/12 15:54, Thomas Petazzoni wrote:
> Le Sun, 06 May 2012 14:46:37 +0200,
> Arnout Vandecappelle<arnout@mind.be>  a ?crit :
>
> >     PS What's the policy for reacting to patches posted on bugzilla?
> AFAIK, there's none. Now that we have patchwork in place, I guess we
> should probably tell users to not post patches to the Bugzilla, but to
> the list instead (though that requires users to subscribe to the list).
>
> What do you think?

  I agree.  But how do we tell the users? :-)

  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression
  2012-05-11 20:43     ` Arnout Vandecappelle
@ 2012-05-14 19:09       ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2012-05-14 19:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 Arnout> On 05/07/12 15:54, Thomas Petazzoni wrote:
 >> Le Sun, 06 May 2012 14:46:37 +0200,
 >> Arnout Vandecappelle<arnout@mind.be>  a ?crit :
 >> 
 >> >     PS What's the policy for reacting to patches posted on bugzilla?
 >> AFAIK, there's none. Now that we have patchwork in place, I guess we
 >> should probably tell users to not post patches to the Bugzilla, but to
 >> the list instead (though that requires users to subscribe to the list).
 >> 
 >> What do you think?

 Arnout>  I agree.  But how do we tell the users? :-)

We can start by changing the text on the git page to explicitly request
people use the mailing list:

http://buildroot.net/git.html

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [Bug 5186] initramfs/cpio should support lzo compression
  2012-05-05 15:13 [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression bugzilla at busybox.net
  2012-05-06 12:46 ` Arnout Vandecappelle
@ 2013-05-04 14:21 ` bugzilla at busybox.net
  1 sibling, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-05-04 14:21 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=5186

Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2013-05-04 14:21:28 UTC ---
Added in conjunction with XZ support in commit
5419651bfa38355b2b2015868811197ef18577d0 for the upcoming 2013.05 release.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2013-05-04 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-05 15:13 [Buildroot] [Bug 5186] New: initramfs/cpio should support lzo compression bugzilla at busybox.net
2012-05-06 12:46 ` Arnout Vandecappelle
2012-05-07 13:54   ` Thomas Petazzoni
2012-05-11 20:43     ` Arnout Vandecappelle
2012-05-14 19:09       ` Peter Korsgaard
2013-05-04 14:21 ` [Buildroot] [Bug 5186] " bugzilla at busybox.net

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.