Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-22 Thread Richard Purdie
On Fri, 2012-10-12 at 12:46 +0200, Martin Jansa wrote: > * bitbake uses PACKAGES_DYNAMIC as regexp > ^ could make matching faster (and it will be more clear that we're > expecting regexp not glob) > * made all those last '-' optional, use .* (or nothing) > > Signed-off-by: Martin Jansa > ---

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-19 Thread Saul Wold
On 10/12/2012 03:46 AM, Martin Jansa wrote: * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) Signed-off-by: Martin Jansa --- meta/classes/kerne

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-16 Thread Martin Jansa
On Tue, Oct 16, 2012 at 12:39:34PM -0700, Saul Wold wrote: > On 10/12/2012 10:56 AM, Martin Jansa wrote: > > On Fri, Oct 12, 2012 at 10:40:56AM -0700, Saul Wold wrote: > >> On 10/12/2012 03:46 AM, Martin Jansa wrote: > >>> * bitbake uses PACKAGES_DYNAMIC as regexp > >>> ^ could make matching fa

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-16 Thread Saul Wold
On 10/12/2012 10:56 AM, Martin Jansa wrote: On Fri, Oct 12, 2012 at 10:40:56AM -0700, Saul Wold wrote: On 10/12/2012 03:46 AM, Martin Jansa wrote: * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * m

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-12 Thread Martin Jansa
On Fri, Oct 12, 2012 at 10:40:56AM -0700, Saul Wold wrote: > On 10/12/2012 03:46 AM, Martin Jansa wrote: > > * bitbake uses PACKAGES_DYNAMIC as regexp > >^ could make matching faster (and it will be more clear that we're > > expecting regexp not glob) > >* made all those last '-' optional,

Re: [OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-12 Thread Saul Wold
On 10/12/2012 03:46 AM, Martin Jansa wrote: * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) Signed-off-by: Martin Jansa --- meta/classes/kerne

[OE-core] [PATCH 1/2] PACKAGES_DYNAMIC: use regexp not glob

2012-10-12 Thread Martin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 6 +++---