Re: [yocto] Change in override behavior?

2016-06-02 Thread Andre McCurdy
On Tue, May 24, 2016 at 5:31 AM, Richard Purdie wrote: > On Fri, 2016-04-29 at 22:09 +1200, Paul Eggleton wrote: >> On Fri, 29 Apr 2016 12:00:58 Gary Thomas wrote: >> > On 2016-04-29 11:51, Paul Eggleton wrote: >> > > On Fri, 29 Apr 2016 09:24:23 Gary Thomas

Re: [yocto] Change in override behavior?

2016-05-24 Thread Richard Purdie
On Fri, 2016-04-29 at 22:09 +1200, Paul Eggleton wrote: > On Fri, 29 Apr 2016 12:00:58 Gary Thomas wrote: > > On 2016-04-29 11:51, Paul Eggleton wrote: > > > On Fri, 29 Apr 2016 09:24:23 Gary Thomas wrote: > > > > On 2016-04-29 09:16, Paul Eggleton wrote: > > > > Indeed, my machine names do have

Re: [yocto] Change in override behavior?

2016-04-29 Thread Khem Raj
> On Apr 29, 2016, at 3:09 AM, Paul Eggleton > wrote: > >> >> By experimentation, I have found that XYZ_append_ seems to do >> the correct thing, even when has upper case letters. Maybe this >> is an oversight that will be fixed? > This seems to be an

Re: [yocto] Change in override behavior?

2016-04-29 Thread Paul Eggleton
On Fri, 29 Apr 2016 12:00:58 Gary Thomas wrote: > On 2016-04-29 11:51, Paul Eggleton wrote: > > On Fri, 29 Apr 2016 09:24:23 Gary Thomas wrote: > >> On 2016-04-29 09:16, Paul Eggleton wrote: > >>> On Fri, 29 Apr 2016 08:06:16 Gary Thomas wrote: > On 2016-04-29 07:08, Paul Eggleton wrote: >

Re: [yocto] Change in override behavior?

2016-04-29 Thread Gary Thomas
On 2016-04-29 11:51, Paul Eggleton wrote: On Fri, 29 Apr 2016 09:24:23 Gary Thomas wrote: On 2016-04-29 09:16, Paul Eggleton wrote: On Fri, 29 Apr 2016 08:06:16 Gary Thomas wrote: On 2016-04-29 07:08, Paul Eggleton wrote: On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: I used to be able to

Re: [yocto] Change in override behavior?

2016-04-29 Thread Paul Eggleton
On Fri, 29 Apr 2016 09:24:23 Gary Thomas wrote: > On 2016-04-29 09:16, Paul Eggleton wrote: > > On Fri, 29 Apr 2016 08:06:16 Gary Thomas wrote: > >> On 2016-04-29 07:08, Paul Eggleton wrote: > >>> On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: > I used to be able to use something like this:

Re: [yocto] Change in override behavior?

2016-04-29 Thread Gary Thomas
On 2016-04-29 09:24, Gary Thomas wrote: On 2016-04-29 09:16, Paul Eggleton wrote: On Fri, 29 Apr 2016 08:06:16 Gary Thomas wrote: On 2016-04-29 07:08, Paul Eggleton wrote: On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: I used to be able to use something like this: VARIABLE = "xyz" and

Re: [yocto] Change in override behavior?

2016-04-29 Thread Gary Thomas
On 2016-04-29 09:16, Paul Eggleton wrote: On Fri, 29 Apr 2016 08:06:16 Gary Thomas wrote: On 2016-04-29 07:08, Paul Eggleton wrote: On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: I used to be able to use something like this: VARIABLE = "xyz" and maybe in a .bbappend use

Re: [yocto] Change in override behavior?

2016-04-29 Thread Paul Eggleton
On Fri, 29 Apr 2016 08:06:16 Gary Thomas wrote: > On 2016-04-29 07:08, Paul Eggleton wrote: > > On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: > >> I used to be able to use something like this: > >> VARIABLE = "xyz" > >> > >> and maybe in a .bbappend use > >> > >> VARIABLE_mymachine =

Re: [yocto] Change in override behavior?

2016-04-29 Thread Gary Thomas
On 2016-04-29 07:08, Paul Eggleton wrote: Hi Gary, On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: I used to be able to use something like this: VARIABLE = "xyz" and maybe in a .bbappend use VARIABLE_mymachine = "xyzzy" where 'mymachine' is in OVERRIDES, which resulted in VARIABLE

Re: [yocto] Change in override behavior?

2016-04-28 Thread Paul Eggleton
Hi Gary, On Fri, 29 Apr 2016 06:24:55 Gary Thomas wrote: > I used to be able to use something like this: >VARIABLE = "xyz" > and maybe in a .bbappend use >VARIABLE_mymachine = "xyzzy" > where 'mymachine' is in OVERRIDES, which resulted in >VARIABLE = "xyzzy" > > This doesn't seem to

[yocto] Change in override behavior?

2016-04-28 Thread Gary Thomas
I used to be able to use something like this: VARIABLE = "xyz" and maybe in a .bbappend use VARIABLE_mymachine = "xyzzy" where 'mymachine' is in OVERRIDES, which resulted in VARIABLE = "xyzzy" This doesn't seem to work the same today, what I get is VARIABLE = "xyz" VARIABLE_mymachine =