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] [PATCH 1/1] meta-yocto layer.conf: Append to BBPATH consistent with other layers

2012-12-02 Thread Scott Garman
Trivial change to make the appending of BBPATH consistent with how we do things in other layers. Signed-off-by: Scott Garman --- meta-yocto/conf/layer.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index 7917962

[yocto] [PATCH 0/1] meta-yocto layer.conf consistency fix

2012-12-02 Thread Scott Garman
Just a fix to make the appending to BBPATH consistent with how we set it in other layers. Scott The following changes since commit 247b6a3754c2c50318e2a73d79981ba0e9cb560b: gstreamer, gst-plugins*: fix localdata (2012-11-28 15:25:33 +) are available in the git repository at: git://git.

[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

[yocto] [Draft] From Bitbake Hello World To an Image

2012-12-02 Thread Eren Türkay
Hello, I have completed a document that tries to explain how image is created using openembedded starting from bitbake fundementals. The document reflects my own understanding and includes the information that I wished to have when I first involved in understanding openembedded. This is aimed for

[yocto] Failing to load native libs

2012-12-02 Thread Ilya Dmitrichenko
I'm having a slightly odd issue, looks like LD_*_PATH is not being set or something like that. I've worked around it by adding /etc/ld.so.conf.d/poky.conf, but i still needed to do `sudo ldconfig` every now and again when it fails to run say bzip2 with error that it cannot load damn libbz2.so. It's