Re: [yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Paul Eggleton
On Wednesday 21 March 2012 05:23:07 Gary Thomas wrote: > Indeed it does matter, as does the order that these statements are processed > (which I think is the order the layers are listed in bblayers.conf?) Correct - each layer's layer.conf will be read in the order the layers are listed in bblaye

Re: [yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Gary Thomas
On 2012-03-21 05:12, Robert P. J. Day wrote: On Wed, 21 Mar 2012, Robert P. J. Day wrote: admittedly picky but the ref manual here: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers shows a sample setting of BBPATH in yocto's layer.conf

Re: [yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Robert P. J. Day
On Wed, 21 Mar 2012, Robert P. J. Day wrote: > > admittedly picky but the ref manual here: > > http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers > > shows a sample setting of BBPATH in yocto's layer.conf: > > BBPATH := "${BBPATH}:${LAYERDIR}

[yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Robert P. J. Day
admittedly picky but the ref manual here: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers shows a sample setting of BBPATH in yocto's layer.conf: BBPATH := "${BBPATH}:${LAYERDIR}" however the actual layer.conf for yocto reads: BBPAT