Re: [yocto] gcc cross canadian i n yocto 2.0 QA warning

2015-11-18 Thread Marcin Krzemiński
2015-11-19 7:58 GMT+01:00 Khem Raj : > On Wed, Nov 18, 2015 at 5:20 AM, Marcin Krzemiński > wrote: > > Hello, > > > > I have just switched to yocto 2.0 from 1.8 and got this warning when I > try > > to build SDK for 32-bit machine on x64 host. > > > > export SDKMACHINE="i686" > > bitbake meta-too

Re: [yocto] aclocal warnings

2015-11-18 Thread Khem Raj
On Wed, Nov 18, 2015 at 1:23 AM, Martin Townsend wrote: > Hi, > > I've created an autotools project to test out my SDK I've generated. The > SDK was generated from a Yocto build system based the Fido branch. > After souring the environment setup file in the SDK, running aclocal I get > the follow

Re: [yocto] external toolchain

2015-11-18 Thread Khem Raj
On Wed, Nov 18, 2015 at 1:26 AM, Virgilia Eigner wrote: > In this case I can't find any help, has anyone an idea? add a provider for gcc-source in your external toolchain recipe. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproj

Re: [yocto] gcc cross canadian i n yocto 2.0 QA warning

2015-11-18 Thread Khem Raj
On Wed, Nov 18, 2015 at 5:20 AM, Marcin Krzemiński wrote: > Hello, > > I have just switched to yocto 2.0 from 1.8 and got this warning when I try > to build SDK for 32-bit machine on x64 host. > > export SDKMACHINE="i686" > bitbake meta-toolchain > > > WARNING: QA Issue: gcc-cross-canadian-arm: fo

Re: [yocto] Problem Booting Yocto 1.7.3

2015-11-18 Thread nick
On 2015-11-17 07:37 PM, Clay D. Montgomery wrote: > Hello, > >I'm trying to update from Yocto (Dizzy) 1.7.2 to 1.7.3 for a Wandboard > Quad, but it hangs at the point where u-boot is trying to start the kernel. > I'm guessing maybe this is because my image has u-boot 2014 and I need u-boot

Re: [yocto] Include additional python modules...

2015-11-18 Thread Ahmed El-Madhoun (aelmadho)
Despite inheriting python native in my bbclass, I still could not see the python-pyyaml-native libraries/package, so I had to do this: import os os.sys.path.append(os.path.join(d.getVar('STAGING_DIR_NATIVE', True), d.getVar('PYTHON_SITEPACKAGES_DIR', True)[1::])) import yaml

[yocto] [PATCH] dev-manual: Fix errata in new kvm-vhost.

2015-11-18 Thread Aníbal Limón
Also /dev/vhost isn't a require condition in kvm only in kvm-vhost. Signed-off-by: Aníbal Limón --- documentation/dev-manual/dev-manual-qemu.xml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/de

[yocto] Include additional python modules...

2015-11-18 Thread Ahmed El-Madhoun (aelmadho)
Hi All, I am wondering if anything special needs to be done to provide additional python packages in python functions within recipes, for instance, in an image.bbclass extension, I have the following python function: python do_write_yaml() { Import yaml } This fails indicating no such mo

Re: [yocto] [PATCH][yocto-docs] dev-manual-qemu.xml: Add kvm-vhost option.

2015-11-18 Thread Aníbal Limón
Hi Scott, Your changes looks good thanks but i forget to move this line to kvm-vhost: Your build host has to have virtio net device, which are /dev/vhost-net. Sorry for the inconveniences. Sending another patch... Best regards, alimon On 11/18/2015 08:01 AM, Scott Rifenbark w

[yocto] OE/Yocto developer survey results

2015-11-18 Thread Cliff Brake
I have posted the results to: http://bec-systems.com/site/1175/openembedded-yocto-usage-survey Thanks to all who responded to the survey. Cliff -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Python build failed on x86-64

2015-11-18 Thread Brijesh Singh
Hello, Getting the following error when building the core-image-minimal for genericx86-64 on Ubuntu 14.04.03. I did followed the yocoto quickstart guide for installation the Ubuntu dependent packages etc. The same error is seen on both master as well as jethro branch. Any tips on what I am mis

Re: [yocto] OE/Yocto developer survey

2015-11-18 Thread Cliff Brake
Still formatting the results, but should reply with the usage I've seen. Below is a profile of 5 customers who are actively using OE in products: #1: 6yrs, Angstrom, git subm, OPKG, GTK, systemd, glibc, C++, Jenkins, no tools #2: 2yrs, Angstrom, git subm, OPKG, HTML/JS, systemd, glibc, C++/JS, no

[yocto] gcc cross canadian i n yocto 2.0 QA warning

2015-11-18 Thread Marcin Krzemiński
Hello, I have just switched to yocto 2.0 from 1.8 and got this warning when I try to build SDK for 32-bit machine on x64 host. export SDKMACHINE="i686" bitbake meta-toolchain WARNING: QA Issue: gcc-cross-canadian-arm: found library in wrong location: /opt/poky/2.0/sysroots/i686-pokysdk-linux/us

[yocto] aclocal

2015-11-18 Thread Martin Townsend
Hi, Just after sending the email I came across a posting on perl causing this error so it's not aclocal, ie running perl -e exit shows the warning, as per the post env LANG=C perl -e exit fixes things or export LANG=C after sourcing the environment works too. I don't know much about locales so

[yocto] external toolchain

2015-11-18 Thread Virgilia Eigner
hi, I am still working at my external toolchain, i would be very thankful, if you could have a look at further error messages. In this case I can't find any help, has anyone an idea?     -layer meta-sourcery-master -external toolchain the Crosstool NG -YP Core - Fido 1.8.1 Build Configuration:

[yocto] aclocal warnings

2015-11-18 Thread Martin Townsend
Hi, I've created an autotools project to test out my SDK I've generated. The SDK was generated from a Yocto build system based the Fido branch. After souring the environment setup file in the SDK, running aclocal I get the following warnings perl: warning: Setting locale failed. perl: warning: Pl