Re: [yocto] Undoing BSP's BBMASK?

2017-02-02 Thread Paul Eggleton
On Thursday, 2 February 2017 11:47:53 AM NZDT Andre McCurdy wrote: > On Thu, Feb 2, 2017 at 4:15 AM, Takashi Matsuzawa > wrote: > > Say, BSP defines something like this. > > > > BBMASK .= "|msta-//.bb" > > > > Then I want to cancel this within my local.conf.

Re: [yocto] Undoing BSP's BBMASK?

2017-02-02 Thread Andre McCurdy
On Thu, Feb 2, 2017 at 4:15 AM, Takashi Matsuzawa wrote: > Hello Yoct. > > Say, BSP defines something like this. > > BBMASK .= "|msta-//.bb" > > Then I want to cancel this within my local.conf. Should putting below in my > local.conf works? (Or within my

[yocto] Undoing BSP's BBMASK?

2017-02-02 Thread Takashi Matsuzawa
Hello Yoct. Say, BSP defines something like this. BBMASK .= "|msta-//.bb" Then I want to cancel this within my local.conf. Should putting below in my local.conf works? (Or within my bistro/.conf?) BBMASK_remove = "|msta-//.bb" --