Re: [yocto] BBMASK does not work

2016-09-16 Thread Andre McCurdy
On Fri, Sep 16, 2016 at 5:15 AM, Takashi Matsuzawa wrote: > OK, I figured this out that I can add my BBMASK lines to my > conf/distro/xxx.conf fille. > > So that I can append to what BSP defines and it seems to happen before > collect_bbbfiles() function. An alternative to masking out each .bbapp

Re: [yocto] BBMASK does not work

2016-09-16 Thread Takashi Matsuzawa
OK, I figured this out that I can add my BBMASK lines to my conf/distro/xxx.conf fille. So that I can append to what BSP defines and it seems to happen before collect_bbbfiles() function. Sorry for my confusion. From: Takashi Matsuzawa Sent: Friday, September 1

Re: [yocto] BBMASK does not work

2016-09-16 Thread Takashi Matsuzawa
Well, I tried adding debug lines to poky/bitbake/lib/bb/cooker.py, and I think what is happening is: i) BSP has BBMASK = line. ii) I add BBMASK_forcevariable = line to my local.conf iii) If I check with -e option, I can see BBMASK variable is finally set to "" iv) However, when coo