[yocto] [ANNOUNCEMENT] Yocto Project 1.6.2 (daisy) now available.

2014-12-05 Thread Flanagan, Elizabeth
All, We are pleased to release the second point release for the Yocto Project's "daisy" release. This release has fixes for 25 CVEs including CVE-2014-3566. Several fixes for CVE-2014-3566 (the SSL Poodle vulnerability) have been applied to OpenSSL in this release; however, due to the nature of t

[yocto] qemu-native fails to build, due to libgpg-error-native

2014-12-05 Thread Anders Darander
Hi, We've recently replaces on of our buildmachines, and while doing this, we've been running into what looks like on ordering & dependency issue. The issue may very well be related to our host OS, which is openSuSE 13.2 (i.e. it's not yet validated...). The simplified test case is simply 1) C

Re: [yocto] u-boot precompiled ?

2014-12-05 Thread Matthias.Heise
Hello Matt, thanks very much for your reply, I was able to create a simple patch changing an u-boot setting as test and "bbappended" it. I just didn't believe before that the various u-boot settings are "hard-coded" but they obviously are in the ".h", so patching it seems to be the only way for

Re: [yocto] u-boot precompiled ?

2014-12-05 Thread Gary Thomas
On 2014-12-05 05:48, matthias.he...@atlas-elektronik.com wrote: Hello Matt, thanks very much for your reply, I was able to create a simple patch changing an u-boot setting as test and “bbappended” it. I just didn’t believe before that the various u-boot settings are “hard-coded” but they obvio

[yocto] using preferred_provider

2014-12-05 Thread Vinodh Rajaraman (vrajaram)
Facing an issue, where item 'libpython2.7.so.1.0¹ is provided by 2 different packages (libpython2.7-1.0-2.7.2-r5.19.lib32_x86, core.bb). Core.bb is our own implementation that packages this file. While building final image, do_rootfs() complains that there is a conflict and errors out. error: fi

[yocto] [autobuilder][PATCH 0/2] GitPoller changesource improvements

2014-12-05 Thread Bryan Evenson
These are fixes on top of California Sullivan's work for adding the GitPoller changesource. With my testing, I was unable to get the GitPoller changesource to work until I added the first patch. The second patch documents how to use the GitPoller changesource. Applies on top of HEAD of git://git

[yocto] [autobuilder][PATCH 1/2] Autobuilder.py: Import gitpoller module

2014-12-05 Thread Bryan Evenson
For the GitPoller changesource to work, Autobuilder.py needs the Buildbot GitPoller module. This commit imports the GitPoller module in Autobuilder.py. Signed-off-by: Bryan Evenson --- .../site-packages/autobuilder/Autobuilder.py |1 + 1 file changed, 1 insertion(+) diff --git a/lib/

[yocto] [autobuilder][PATCH 2/2] Documentation: Document GitPoller changesource

2014-12-05 Thread Bryan Evenson
Adds documentation to README-NEW-AUTOBUILDER and the HTML documentation on how to use the GitPoller changesource. Signed-off-by: Bryan Evenson --- README-NEW-AUTOBUILDER | 35 +- docs/YoctoAutobuilderDevelopersDocument.html | 26 +