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
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
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
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.
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
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
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
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