Re: [OE-core] Conf notes

2014-02-24 Thread Laszlo Papp
Hmm, I think something bizarre happened on my end. It seems that my file is lacking the `OECORENOTESCONF="$TEMPLATECONF/conf-notes.txt"` line. That would explain all this, however this is present in dylan, even in 9.0.0. It seems to be that it was not present in denzil though. It is possible that

Re: [OE-core] Conf notes

2014-02-24 Thread Laszlo Papp
On Mon, Feb 24, 2014 at 2:13 PM, Nicolas Dechesne wrote: > On Mon, Feb 24, 2014 at 3:09 PM, Laszlo Papp wrote: >> It works with dylan, too? > > yep. same output using: > > commit e2bb4a70a99a057d45316bbac65d6044ea54c484 > Author: Chen Qi > Date: Sat Nov 16 03:19:55 2013 + > > subversio

Re: [OE-core] Conf notes

2014-02-24 Thread Nicolas Dechesne
On Mon, Feb 24, 2014 at 2:50 PM, Gary Thomas wrote: >> It is working fine: > > Indeed, that does work, but only for the first time of if you specify > TEMPLATECONF. > > I often have build trees that live for a very long time (think months) and > I'll > do something like this: > TEMPLATECONF=my

Re: [OE-core] Conf notes

2014-02-24 Thread Nicolas Dechesne
On Mon, Feb 24, 2014 at 3:09 PM, Laszlo Papp wrote: > It works with dylan, too? yep. same output using: commit e2bb4a70a99a057d45316bbac65d6044ea54c484 Author: Chen Qi Date: Sat Nov 16 03:19:55 2013 + subversion: fix build problem when sysroot contains '-D' or '-I' __

Re: [OE-core] Conf notes

2014-02-24 Thread Laszlo Papp
On Mon, Feb 24, 2014 at 1:40 PM, Nicolas Dechesne wrote: > On Mon, Feb 24, 2014 at 2:15 PM, Gary Thomas wrote: >> I just tried this with the latest master and it is only looking in >> the meta-yocto layer even though there is a conf-notes.txt in one of >> my local layers as well. > > hmm. i just

Re: [OE-core] Conf notes

2014-02-24 Thread Gary Thomas
On 2014-02-24 06:40, Nicolas Dechesne wrote: > On Mon, Feb 24, 2014 at 2:15 PM, Gary Thomas wrote: >> I just tried this with the latest master and it is only looking in >> the meta-yocto layer even though there is a conf-notes.txt in one of >> my local layers as well. > > hmm. i just tried too. i

Re: [OE-core] Conf notes

2014-02-24 Thread Nicolas Dechesne
On Mon, Feb 24, 2014 at 2:15 PM, Gary Thomas wrote: > I just tried this with the latest master and it is only looking in > the meta-yocto layer even though there is a conf-notes.txt in one of > my local layers as well. hmm. i just tried too. i create meta-layer with: $ find meta-mylayer/ meta-my

Re: [OE-core] Conf notes

2014-02-24 Thread Gary Thomas
On 2014-02-24 05:49, Nicolas Dechesne wrote: > On Mon, Feb 24, 2014 at 12:47 PM, Laszlo Papp wrote: >>> hmm. do you get any error message? >> >> Nope, I have been using this construction for several weeks now. The >> local and bblayer samples have been extracted properly into the build >> folder,

Re: [OE-core] Conf notes

2014-02-24 Thread Laszlo Papp
On Mon, Feb 24, 2014 at 12:49 PM, Nicolas Dechesne wrote: > On Mon, Feb 24, 2014 at 12:47 PM, Laszlo Papp wrote: >>> hmm. do you get any error message? >> >> Nope, I have been using this construction for several weeks now. The >> local and bblayer samples have been extracted properly into the bui

Re: [OE-core] Conf notes

2014-02-24 Thread Nicolas Dechesne
On Mon, Feb 24, 2014 at 12:47 PM, Laszlo Papp wrote: >> hmm. do you get any error message? > > Nope, I have been using this construction for several weeks now. The > local and bblayer samples have been extracted properly into the build > folder, so in that sense, there is no infrastructural change

Re: [OE-core] Conf notes

2014-02-24 Thread Laszlo Papp
On Mon, Feb 24, 2014 at 10:28 AM, Nicolas Dechesne wrote: > On Mon, Feb 24, 2014 at 10:35 AM, Laszlo Papp wrote: >>> are you setting TEMPLATECONF variable? if so, how? >> >> cat setup.sh >> #!/bin/bash >> >> TEMPLATECONF=meta-foo/conf . oe-init-build-env > > hmm. do you get any error message? No

Re: [OE-core] Conf notes

2014-02-24 Thread Nicolas Dechesne
On Mon, Feb 24, 2014 at 10:35 AM, Laszlo Papp wrote: >> are you setting TEMPLATECONF variable? if so, how? > > cat setup.sh > #!/bin/bash > > TEMPLATECONF=meta-foo/conf . oe-init-build-env hmm. do you get any error message? meta-foo needs to be a folder in OEROOT (along with 'meta' folder), or T

Re: [OE-core] Conf notes

2014-02-24 Thread Laszlo Papp
On Mon, Feb 24, 2014 at 6:34 AM, Nicolas Dechesne wrote: > On Fri, Feb 21, 2014 at 8:06 PM, Laszlo Papp wrote: >> >> I have just put a conf notes file into my own layer, but when I source >> the oe-init-build-env script, I am still getting the notes from Yocto >> rather than my customized. >> >>

Re: [OE-core] Conf notes

2014-02-23 Thread Nicolas Dechesne
On Fri, Feb 21, 2014 at 8:06 PM, Laszlo Papp wrote: > > I have just put a conf notes file into my own layer, but when I source > the oe-init-build-env script, I am still getting the notes from Yocto > rather than my customized. > > What am I doing wrong? I see this in the ./scripts/oe-setup-buildd

[OE-core] Conf notes

2014-02-21 Thread Laszlo Papp
Hi, I have just put a conf notes file into my own layer, but when I source the oe-init-build-env script, I am still getting the notes from Yocto rather than my customized. What am I doing wrong? I see this in the ./scripts/oe-setup-builddir file: TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf} an