Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Scott Garman
On 12/03/2012 09:43 AM, Tomas Frydrych wrote: On 02/12/12 22:51, Scott Garman wrote: Robert Day has brought up an inconsistency in the way we append to BBPATH within a couple of our layer.conf files. In meta-hob, meta-yocto-bsp, and meta-intel, we do: BBPATH := "${BBPATH}:${LAYERDIR}" but in

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Tomas Frydrych
On 02/12/12 22:51, Scott Garman wrote: > Robert Day has brought up an inconsistency in the way we append to > BBPATH within a couple of our layer.conf files. > > In meta-hob, meta-yocto-bsp, and meta-intel, we do: > > BBPATH := "${BBPATH}:${LAYERDIR}" > > but in meta-yocto, we do: > > BBPATH :=

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Paul Eggleton
On Monday 03 December 2012 03:16:10 Robert P. J. Day wrote: > On Sun, 2 Dec 2012, Paul Eggleton wrote: > > On Sunday 02 December 2012 15:35:54 you wrote: > > > On 12/02/2012 03:24 PM, Paul Eggleton wrote: > > > > On Sunday 02 December 2012 14:51:28 Scott Garman wrote: > > > >> Robert Day has brough

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-03 Thread Robert P. J. Day
On Sun, 2 Dec 2012, Paul Eggleton wrote: > On Sunday 02 December 2012 15:35:54 you wrote: > > On 12/02/2012 03:24 PM, Paul Eggleton wrote: > > > On Sunday 02 December 2012 14:51:28 Scott Garman wrote: > > >> Robert Day has brought up an inconsistency in the way we append to > > >> BBPATH within a

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-02 Thread Paul Eggleton
On Sunday 02 December 2012 15:35:54 you wrote: > On 12/02/2012 03:24 PM, Paul Eggleton wrote: > > On Sunday 02 December 2012 14:51:28 Scott Garman wrote: > >> Robert Day has brought up an inconsistency in the way we append to > >> BBPATH within a couple of our layer.conf files. > >> > >> In meta-h

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-02 Thread Scott Garman
On 12/02/2012 03:24 PM, Paul Eggleton wrote: On Sunday 02 December 2012 14:51:28 Scott Garman wrote: Robert Day has brought up an inconsistency in the way we append to BBPATH within a couple of our layer.conf files. In meta-hob, meta-yocto-bsp, and meta-intel, we do: BBPATH := "${BBPATH}:${LAY

Re: [yocto] Use of BBPATH in a layer.conf file.

2012-12-02 Thread Paul Eggleton
On Sunday 02 December 2012 14:51:28 Scott Garman wrote: > Robert Day has brought up an inconsistency in the way we append to > BBPATH within a couple of our layer.conf files. > > In meta-hob, meta-yocto-bsp, and meta-intel, we do: > > BBPATH := "${BBPATH}:${LAYERDIR}" > > but in meta-yocto, we d

[yocto] Use of BBPATH in a layer.conf file.

2012-12-02 Thread Scott Garman
Hey folks, Robert Day has brought up an inconsistency in the way we append to BBPATH within a couple of our layer.conf files. In meta-hob, meta-yocto-bsp, and meta-intel, we do: BBPATH := "${BBPATH}:${LAYERDIR}" but in meta-yocto, we do: BBPATH := "${LAYERDIR}:${BBPATH}" Unless someone exp