Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-10 Thread Richard Purdie
On Wed, 2016-08-10 at 09:07 -0700, Khem Raj wrote: > On Aug 10, 2016 1:59 AM, "Richard Purdie" < > richard.pur...@linuxfoundation.org> wrote: > > > > On Tue, 2016-08-09 at 12:27 -0700, Khem Raj wrote: > > > > On Aug 9, 2016, at 5:08 AM, Mike Looijmans < > mike.looijm...@topic.nl > > > > > wrote: >

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-10 Thread Khem Raj
On Aug 10, 2016 1:59 AM, "Richard Purdie" < richard.pur...@linuxfoundation.org> wrote: > > On Tue, 2016-08-09 at 12:27 -0700, Khem Raj wrote: > > > On Aug 9, 2016, at 5:08 AM, Mike Looijmans > > > wrote: > > > > > > I've been adding "lzop-native" to a lot of kernel

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-10 Thread Richard Purdie
On Tue, 2016-08-09 at 12:27 -0700, Khem Raj wrote: > > On Aug 9, 2016, at 5:08 AM, Mike Looijmans > > wrote: > > > > I've been adding "lzop-native" to a lot of kernel recipes because > > you also need it when generating an LZO compressed kernel (I like > > my boot time

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-09 Thread Khem Raj
> On Aug 9, 2016, at 5:08 AM, Mike Looijmans wrote: > > I've been adding "lzop-native" to a lot of kernel recipes because you also > need it when generating an LZO compressed kernel (I like my boot time to be > under 1 second). > > It's a small dependency which is

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-09 Thread Mike Looijmans
I've been adding "lzop-native" to a lot of kernel recipes because you also need it when generating an LZO compressed kernel (I like my boot time to be under 1 second). It's a small dependency which is hard to automatically figure out, since there are a number of ways to trigger it (we just

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-05 Thread Trevor Woerner
On Wed 2016-08-03 @ 09:39:59 PM, Bruce Ashfield wrote: > On Wed, Aug 3, 2016 at 8:53 AM, Trevor Woerner wrote: > > > On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote: > > > On 1 August 2016 at 15:07, Bruce Ashfield > > wrote: > > > > > > > Not a

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-03 Thread Bruce Ashfield
On Wed, Aug 3, 2016 at 8:53 AM, Trevor Woerner wrote: > On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote: > > On 1 August 2016 at 15:07, Bruce Ashfield > wrote: > > > > > Not a large dependency, but it does bring to mind the question if this > >

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-03 Thread Trevor Woerner
On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote: > On 1 August 2016 at 15:07, Bruce Ashfield wrote: > > > Not a large dependency, but it does bring to mind the question if this > > could be conditional on the type of image being built ? via distro > > feature, some

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-02 Thread Trevor Woerner
On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote: > On 1 August 2016 at 15:07, Bruce Ashfield wrote: > > > Not a large dependency, but it does bring to mind the question if this > > could be conditional on the type of image being built ? via distro > > feature, some

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-01 Thread Burton, Ross
On 1 August 2016 at 15:07, Bruce Ashfield wrote: > Not a large dependency, but it does bring to mind the question if this > could be conditional on the type of image being built ? via distro > feature, some other mechanism ? > Exactly this: image building adds

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-01 Thread Bruce Ashfield
On Mon, Aug 1, 2016 at 8:32 AM, Trevor Woerner wrote: > If the initramfs image is type lzo, then a native lzop is needed. > Not a large dependency, but it does bring to mind the question if this could be conditional on the type of image being built ? via distro feature,

[OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-01 Thread Trevor Woerner
If the initramfs image is type lzo, then a native lzop is needed. Signed-off-by: Trevor Woerner --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index