[yocto] BBMASK not working for me?

2017-03-01 Thread chris warth
Can anyone suggest why my BBMASK is not working? Maybe I'm not putting it into the right file? Did I construct the regex incorrectly? In my conf/bblayers.conf I have, BBMASK .= "qemu" Then I wipe out the cache by deleting the "tmp/" directory. Now I would expect bitbake -n -c fetch qem

Re: [yocto] BBMASK not working for me?

2017-03-01 Thread chris warth
Thanks, all. I wanted to share the solution. This vendor-supplied version of yocto looks like 2.0, so the space separated expressions are not available. After putting some print statements in cooker.py I discovered that appending to BBMASK in conf/bblayers.conf or conf/local.conf has no effect.

Re: [yocto] BBMASK not working for me?

2017-03-01 Thread chris warth
workaround for this? Or is there some layer priority scheme beyond the ordering in the bblayers.conf file that I should playing nice with? Thanks for your help, really! - Chris On Wed, Mar 1, 2017 at 5:03 PM, Paul Eggleton wrote: > Hi Chris, > > On Thursday, 2 March 2017 11:31:42 A

Re: [yocto] BBMASK not working for me?

2017-03-01 Thread chris warth
On Wed, Mar 1, 2017 at 5:39 PM, Paul Eggleton wrote: > On Thursday, 2 March 2017 2:14:13 PM NZDT chris warth wrote: > > wrote: > > > On Thursday, 2 March 2017 11:31:42 AM NZDT chris warth wrote: > > >> This vendor-supplied version of yocto looks like 2.0,