Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Koen Kooi
On 01/21/2014 04:09 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 15:03 +0100, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and variable documentation state that stripping and splitting are

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Richard Purdie
On Tue, 2014-02-04 at 09:58 +0100, Koen Kooi wrote: On 01/21/2014 04:09 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 15:03 +0100, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: I'm ok with it in principle but I'd like

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Paul Eggleton
On Tuesday 04 February 2014 09:58:47 Koen Kooi wrote: What's the status on this? I know a fix went into meta-intel (albeit it in a legally questionable way, but that's their problem) and the other affected layers have received patches for it. Legally questionable in what way? If you refer to

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Koen Kooi
On 02/04/2014 11:10 AM, Paul Eggleton wrote: On Tuesday 04 February 2014 09:58:47 Koen Kooi wrote: What's the status on this? I know a fix went into meta-intel (albeit it in a legally questionable way, but that's their problem) and the other affected layers have received patches for it.

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Otavio Salvador
Hello Richard, On Tue, Feb 4, 2014 at 7:32 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2014-02-04 at 09:58 +0100, Koen Kooi wrote: On 01/21/2014 04:09 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 15:03 +0100, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Koen Kooi
On 02/04/2014 12:20 PM, Otavio Salvador wrote: Hello Richard, On Tue, Feb 4, 2014 at 7:32 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2014-02-04 at 09:58 +0100, Koen Kooi wrote: On 01/21/2014 04:09 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 15:03 +0100, Koen

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-02-04 Thread Otavio Salvador
On Tue, Feb 4, 2014 at 9:27 AM, Koen Kooi koen.k...@linaro.org wrote: On 02/04/2014 12:20 PM, Otavio Salvador wrote: Hello Richard, On Tue, Feb 4, 2014 at 7:32 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2014-02-04 at 09:58 +0100, Koen Kooi wrote: On 01/21/2014

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-23 Thread Koen Kooi
On 01/21/2014 04:09 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 15:03 +0100, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and variable documentation state that stripping and splitting are

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-23 Thread Otavio Salvador
Hello, On Thu, Jan 23, 2014 at 7:34 AM, Koen Kooi koen.k...@linaro.org wrote: meta-fsl-arm ... I got this patch and I will merge it next time I merge things there. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-23 Thread Martin Jansa
On Thu, Jan 23, 2014 at 10:34:48AM +0100, Koen Kooi wrote: On 01/21/2014 04:09 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 15:03 +0100, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and

[OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-21 Thread Koen Kooi
Marks original commit message and variable documentation state that stripping and splitting are independent of eachother, but package.bbclass ANDs the two INHIBIT flags to see which files can be stripped and/or split. Original behaviour: INHIBIT_PACKAGE_STRIP: no strip, no debug split

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-21 Thread Richard Purdie
On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and variable documentation state that stripping and splitting are independent of eachother, but package.bbclass ANDs the two INHIBIT flags to see which files can be stripped and/or split. Original behaviour:

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-21 Thread Koen Kooi
On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and variable documentation state that stripping and splitting are independent of eachother, but package.bbclass ANDs the two INHIBIT flags to see which files can be

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-21 Thread Mark Hatle
On 1/21/14, 8:03 AM, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and variable documentation state that stripping and splitting are independent of eachother, but package.bbclass ANDs the two

Re: [OE-core] [RFC][PATCH] package.bbclass: fix strip and split logic

2014-01-21 Thread Richard Purdie
On Tue, 2014-01-21 at 15:03 +0100, Koen Kooi wrote: On 01/21/2014 02:57 PM, Richard Purdie wrote: On Tue, 2014-01-21 at 10:47 +0100, Koen Kooi wrote: Marks original commit message and variable documentation state that stripping and splitting are independent of eachother, but