Re: [yocto] [meta-freescale] The updated proposal of FSL Yocto layers reorg - 4-Mar

2013-09-30 Thread Luo Zhenhua-B19537
Hi Bob, We are working on the recipes of Layerscape, the first LS SDK will be released in the early of 2014. The LS common recipes will be submitted to meta-fsl-ppc/meta-fsl-arm when LS is formally released. Regarding meta-fsl-layerscape, it can be published in YP official git

Re: [yocto] xerces-c come into ERROR: Function failed: do_qa_configure

2013-09-30 Thread Jegan Chandru
Hi, It is saying just that, there been a host contamination, which means bitbake is referring host for some libs and headers which it should not. It is from meta/class/insane.bbclass. You should look in log.do_configure in tmp/work/machine/target/pkgname/version/temp/ for fixing this or the

Re: [yocto] Yocto Bitbake Commander New Project Bug

2013-09-30 Thread Georgescu, Alexandru C
I don't know if I mentioned, but Clone from Yocto Project Git Repository must be unchecked in the case the sources are already downloaded. -- Alexandru Georgescu -Original Message- From: Zhang, Jessica Sent: Friday, September 27, 2013 19:05 To: Georgescu, Alexandru C; Jate Sujjavanich;

[yocto] Yocto external toolchain problem

2013-09-30 Thread jan alexandru vaduva
Hello all, I am trying to use a toochain from meta-sourcery layer - Mentor Graphics(Code Sourcery) - and I get the following error when building a recipe: ERROR: ExpansionError during parsing /media/sdc1/fb/alvd/test/broadcom/poky/meta-sourcery/recipes/meta/external-

[yocto] meta-raspberrypi

2013-09-30 Thread Jonas Schnelli
Hi While building with meta-raspberrypi i encounter the following error: ERROR: Could not inherit file classes/ sdcard_image-rpi.bbclass | ETA: 00:01:03 ERROR: Command execution

[yocto] installing external rpm

2013-09-30 Thread Zubrick
Hello, I'm migrating from yocto 1.2 to yocto 1.4.2 and have some external prebuilt rpm to install in the rootfs. On 1.2 I used to add a bb file with a RPROVIDES containing all the packages I want to install,placing them in the deploy rpm directory and add them in my IMAGE_INSTALL variable.

[yocto] firmware image combining rootfs and kernel

2013-09-30 Thread Karl Hiramoto
Hi on my board, I build my squashfs rootfs and kernel image, and that works fine on yocto 9.0.1 How do i make my-image.bb recipe, build a combined image? This would be similar to what openwrt does where you have a firmware.img that combines rootfs and kernel. In openwrt there are

Re: [yocto] Issues on booting cedartrail image

2013-09-30 Thread Diego Sueiro
2013/9/29 Diego Sueiro diego.sue...@gmail.com Folks, Serial console issue solved. On this board the DB9 connector is mapped on ttyS1. But I can't still get logged on system with images generated with meta-cedartrail on danny branch. Any hint about udev reported error? Folks, I'm

Re: [yocto] meta-raspberrypi

2013-09-30 Thread Gaurang Shastri
Hi Jonas, I hope you have did below things before starting: == How to use it: 1. source poky/oe-init-build-env rpi-build 2. Add needed layer to bblayers.conf: - meta-raspberrypi 3 Set MACHINE to raspberrypi in local.conf 4. bitbake rpi-hwup-image 5. dd to a SD card the generated sdimg file