All of lore.kernel.org
 help / color / mirror / Atom feed
* BBMASK doesn't work on .bbappend?
@ 2012-03-20 13:15 Gary Thomas
  2012-03-20 14:26 ` Chris Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2012-03-20 13:15 UTC (permalink / raw)
  To: bitbake-devel

I'm trying to include only part of the meta-ti layer into my mix,
so I have this in local.conf:
   BBMASK = ".*/meta-ti/recipes-misc/:.*/meta-ti/recipes-bsp/"

Both my layer and meta-ti layer have a file formfactor_0.0.bbappend,
but it seems that the meta-ti/recipes-bsp/formfactor/formfactor_0.0.bbappend
is being processed as well as my own (and breaks my .bbappend file).

How can I keep this file from being used?  I need other things in the
meta-ti layer so I'd like to come up with a "soft" solution, e.g. using
BBMASK (which works great for the .bb files)

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: BBMASK doesn't work on .bbappend?
  2012-03-20 13:15 BBMASK doesn't work on .bbappend? Gary Thomas
@ 2012-03-20 14:26 ` Chris Larson
  2012-03-20 16:13   ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Larson @ 2012-03-20 14:26 UTC (permalink / raw)
  To: Gary Thomas; +Cc: bitbake-devel

On Tue, Mar 20, 2012 at 6:15 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> I'm trying to include only part of the meta-ti layer into my mix,
> so I have this in local.conf:
>  BBMASK = ".*/meta-ti/recipes-misc/:.*/meta-ti/recipes-bsp/"
>
> Both my layer and meta-ti layer have a file formfactor_0.0.bbappend,
> but it seems that the meta-ti/recipes-bsp/formfactor/formfactor_0.0.bbappend
> is being processed as well as my own (and breaks my .bbappend file).
>
> How can I keep this file from being used?  I need other things in the
> meta-ti layer so I'd like to come up with a "soft" solution, e.g. using
> BBMASK (which works great for the .bb files)

I'm using BBMASK to mask out a few bbappends from meta-oe -- we can't
use it otherwise at this point. Also, BBMASK is a single regex. that :
you have in yours looks questionable, unless you actually have a colon
in your path. More likely you wanted | there.
-- 
Christopher Larson



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

* Re: BBMASK doesn't work on .bbappend?
  2012-03-20 14:26 ` Chris Larson
@ 2012-03-20 16:13   ` Gary Thomas
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2012-03-20 16:13 UTC (permalink / raw)
  To: Chris Larson; +Cc: bitbake-devel

On 2012-03-20 08:26, Chris Larson wrote:
> On Tue, Mar 20, 2012 at 6:15 AM, Gary Thomas<gary@mlbassoc.com>  wrote:
>> I'm trying to include only part of the meta-ti layer into my mix,
>> so I have this in local.conf:
>>   BBMASK = ".*/meta-ti/recipes-misc/:.*/meta-ti/recipes-bsp/"
>>
>> Both my layer and meta-ti layer have a file formfactor_0.0.bbappend,
>> but it seems that the meta-ti/recipes-bsp/formfactor/formfactor_0.0.bbappend
>> is being processed as well as my own (and breaks my .bbappend file).
>>
>> How can I keep this file from being used?  I need other things in the
>> meta-ti layer so I'd like to come up with a "soft" solution, e.g. using
>> BBMASK (which works great for the .bb files)
>
> I'm using BBMASK to mask out a few bbappends from meta-oe -- we can't
> use it otherwise at this point. Also, BBMASK is a single regex. that :
> you have in yours looks questionable, unless you actually have a colon
> in your path. More likely you wanted | there.

I changed the BBMASK to be ".*/meta-ti/recipes-misc/|.*/meta-ti/recipes-bsp/"
and it's still processing the .bbappend file :-(  I also tried
   BBMASK = ".*/meta-ti/recipes-(misc|bsp)/"
Do either of these look correct to ignore everything below meta-ti/recipes-misc
and meta-ti/recipes-bsp ?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

end of thread, other threads:[~2012-03-20 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 13:15 BBMASK doesn't work on .bbappend? Gary Thomas
2012-03-20 14:26 ` Chris Larson
2012-03-20 16:13   ` Gary Thomas

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.