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

[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

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 errordevelo...@gmail.com 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?

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 errordevelo...@gmail.com 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

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 sodov...@gmail.com To: yocto@yoctoproject.org Subject: [yocto] python3.3 module encodings not found Message-ID: 54103464.7070...@gmail.com

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

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 to

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 \

Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread Bruce Ashfield
On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Did you actually perform a git revert on this commit on linux-yocto-3.14 standard/base

Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread He Zhe
On 09/10/2014 02:41 PM, Bruce Ashfield wrote: On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Did you actually perform a git revert

[linux-yocto] [PATCH 1/1] features/mei.cfg: configure as kernel modules

2014-09-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The kernel module approach enables disabling of the modules if needed. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread He Zhe
On 09/10/2014 10:06 PM, Bruce Ashfield wrote: On 14-09-10 03:17 AM, He Zhe wrote: On 09/10/2014 02:41 PM, Bruce Ashfield wrote: On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are

[linux-yocto] [V2][PATCH 1/1] net: Rename skb-hash to skb-rxhash

2014-09-10 Thread zhe.he
From: He Zhe zhe...@windriver.com This is used to undo the previous commit net: Rename skb-rxhash to skb-hash which introduces unnecessary renamings for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Since the context has been changed by other commits in