Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Khem Raj
> On Jul 25, 2016, at 10:00 PM, Paul Eggleton > wrote: > > On Mon, 25 Jul 2016 20:34:32 Khem Raj wrote: >>> On Jul 25, 2016, at 8:31 PM, Edward Wingate wrote: >>> >>> On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne >>> >>>

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Paul Eggleton
On Mon, 25 Jul 2016 20:34:32 Khem Raj wrote: > > On Jul 25, 2016, at 8:31 PM, Edward Wingate wrote: > > > > On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne > > > > wrote: > >> hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Khem Raj
> On Jul 25, 2016, at 8:31 PM, Edward Wingate wrote: > > On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne > wrote: >> hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't sound >> right. DISTRO needs to be set in local.conf (or any

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Edward Wingate
On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne wrote: > hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't sound > right. DISTRO needs to be set in local.conf (or any of the other build > specific conf files). I agree, I don't know why I had it in

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Nicolas Dechesne
On Mon, Jul 25, 2016 at 9:13 AM, Edward Wingate wrote: >> Just conf/distro/mydistro.conf is needed. > > Well, it didn't work if it is only in conf/distro/mydistro.conf. I > had to have it in conf/layer.conf as well. hmm. you shouldn't set DISTRO in conf/layer.conf, that

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Edward Wingate
On Sun, Jul 24, 2016 at 7:38 AM, Khem Raj wrote: > On Sun, Jul 24, 2016 at 12:34 AM, Edward Wingate wrote: >> Ah, I found it. I had inadvertently deleted one line >> (DISTRO="mydistro") from my layer's conf/layer.conf. >> >> Am I doing this right

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Khem Raj
On Sun, Jul 24, 2016 at 12:34 AM, Edward Wingate wrote: > Ah, I found it. I had inadvertently deleted one line > (DISTRO="mydistro") from my layer's conf/layer.conf. > > Am I doing this right though? Do I need DISTRO="mydistro" in both > conf/layer.conf and

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Edward Wingate
Ah, I found it. I had inadvertently deleted one line (DISTRO="mydistro") from my layer's conf/layer.conf. Am I doing this right though? Do I need DISTRO="mydistro" in both conf/layer.conf and conf/distro/mydistro.conf? Removing it from either doesn't work, but it seems redundant to put it in

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Edward Wingate
On Sat, Jul 23, 2016 at 11:05 PM, Khem Raj wrote: > Move these DISTRO settings above require conf/distro/poky.conf That didn't change anything. And it had been working like that for a long time now. Just a few days ago, it stopped taking effect and reverting back to poky.

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Khem Raj
On Sat, Jul 23, 2016 at 10:49 PM, Edward Wingate wrote: > This is in my layer's conf/distro/mydistro.conf file: > > require conf/distro/poky.conf > DISTRO = "mydistro" > DISTRO_NAME = "MyDistro" Move these DISTRO settings above require conf/distro/poky.conf > >

[yocto] Help with DISTRO settings

2016-07-23 Thread Edward Wingate
This is in my layer's conf/distro/mydistro.conf file: require conf/distro/poky.conf DISTRO = "mydistro" DISTRO_NAME = "MyDistro" These variables took effect before, but now bitbake is reverting back to DISTRO="poky" and DISTRO_NAME = "Poky (Yocto Project Reference Distro)" (used for