Re: [yocto] BBMASK not working for me?

2017-03-01 Thread chris warth
On Wed, Mar 1, 2017 at 5:39 PM, Paul Eggleton <paul.eggle...@linux.intel.com > wrote: > On Thursday, 2 March 2017 2:14:13 PM NZDT chris warth wrote: > > <paul.eggle...@linux.intel.com> wrote: > > > On Thursday, 2 March 2017 11:31:42 AM NZDT chris warth wrote: >

Re: [yocto] BBMASK not working for me?

2017-03-01 Thread chris warth
rsday, 2 March 2017 11:31:42 AM NZDT chris warth wrote: >> 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 coo

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.

[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