Re: [yocto] Adding 'build-id' to Build Image

2014-09-10 Thread Paul Eggleton
On Tuesday 09 September 2014 15:03:39 Philip Balister wrote: > On 09/08/2014 07:08 PM, Leo Schwab wrote: > > We'd like to have the system images we build to contain a build id, or > > at least a pile of information inside the image itself that lets us > > identify which build is being run/tested.

[yocto] Needed info regarding toolchain testing

2014-09-10 Thread atulkumar singh
Hi All, As per the Yocto Project Technical Team Meeting this Tuesday, there is one key features for 1.7 M3. · New automated sdk/toolchain testing. Please let me know about the same if possible. Thanks and regards, Atul -- ___ yocto mail

[yocto] Populate /var/lib/opkg/status

2014-09-10 Thread Dag Björklund
Hello, How do I populate /var/lib/opkg/status so that all .ipk packages that Yocto has installed for me are seen if I e.g. say 'opkg list-installed'? This, so that if I later install some new packages with dependencies to sw that is infact in my rootfs, but opkg is unaware of, I won't get fai

[yocto] python3.3 module encodings not found

2014-09-10 Thread Soda
Hello developers, I have recently switch to the poky-1.6.1, mainly because of python3. First of all I must say that I see significant improvements in the new yocto 1.6.1 (compare to the 1.5.1), so thanks to all contributors! The python3 package is successfully compiled and installed on my target

Re: [yocto] Populate /var/lib/opkg/status

2014-09-10 Thread Burton, Ross
On 10 September 2014 12:20, Dag Björklund wrote: > How do I populate /var/lib/opkg/status so that all .ipk packages that Yocto > has installed for me are seen if I e.g. say 'opkg list-installed'? The IMAGE_FEATURE "package-management" controls whether images have this data preserved, so you proba

Re: [yocto] Integrating Golang

2014-09-10 Thread Ilya Dmitrichenko
Just a quick update, thought I'd let you know that I have a basic working layer here: https://github.com/errordeveloper/oe-meta-go -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Trouble installing shared library/header to sysroot

2014-09-10 Thread Daniel Kenji Morgan
Hello, I have a package that builds a shared library using autotools. When built, the shared library and header files are correctly installed to /usr/lib and /usr/include respectively. They are also correctly populated under sysroot. I have been trying to change the target directory to /opt/lib

Re: [yocto] Integrating Golang

2014-09-10 Thread Burton, Ross
On 10 September 2014 13:53, Ilya Dmitrichenko wrote: > Just a quick update, thought I'd let you know that I have a basic > working layer here: > > https://github.com/errordeveloper/oe-meta-go Could you consider submitting this to the layer index, layers.openembedded.org? Cheers, Ross -- ___

Re: [yocto] Integrating Golang

2014-09-10 Thread Paul Eggleton
On Wednesday 10 September 2014 14:36:37 Burton, Ross wrote: > On 10 September 2014 13:53, Ilya Dmitrichenko wrote: > > Just a quick update, thought I'd let you know that I have a basic > > working layer here: > > > > https://github.com/errordeveloper/oe-meta-go > > Could you consider submitting

Re: [yocto] python3.3 module encodings not found

2014-09-10 Thread Mikhail Zakharov
On 14-09-10 09:39 AM, yocto-requ...@yoctoproject.org wrote: > -- > > Message: 4 > Date: Wed, 10 Sep 2014 13:22:12 +0200 > From: Soda > To: yocto@yoctoproject.org > Subject: [yocto] python3.3 module encodings not found > Message-ID: <54103464.7070...@gmail.com> > Content

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-10 Thread TakkTakk
yocto buit with INSANE_SKIP_${PN} += "installed-vs-shipped" with no error. then i copied: cp MLO /media/boot/MLO cp u-boot-beaglebone.img /media/boot/u-boot.img sudo tar -xvf core-image-base-beaglebone.tar.gz -C /media/root/ then, inserted microSD card to Beaglebone Black and bbb not boot. 4 led l

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-10 Thread Maciej Borzecki
On 09/10 18:39, TakkTakk wrote: > yocto buit with INSANE_SKIP_${PN} += "installed-vs-shipped" with no error. > then i copied: > cp MLO /media/boot/MLO > cp u-boot-beaglebone.img /media/boot/u-boot.img > sudo tar -xvf core-image-base-beaglebone.tar.gz -C /media/root/ > > then, inserted microSD card

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-10 Thread TakkTakk
Layers : BBLAYERS ?= " \ /home/fil/Pulpit/yocto/poky/meta \ /home/fil/Pulpit/yocto/poky/meta-yocto \ /home/fil/Pulpit/yocto/poky/meta-beagleboard/common-bsp \ /home/fil/Pulpit/yocto/poky/meta-openembedded/meta-oe \ /home/fil/Pulpit/yocto/poky/meta-beagleboard/meta-beagleboard-extras \ /