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
> ---
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
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
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
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,
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
* 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 +++---