[yocto] Can't find guile-2.0

2013-03-12 Thread Paul D. DeRocco
I'm bitbaking a console image for an Atom, which worked when I did a plain vanilla version. Now I've added the OpenEmbedded layer containing Samba, and it's failing on one thing. The error message points me to a 5000-line log file called

[yocto] systemd timeouts started daemons

2013-03-12 Thread Jukka Rissanen
Hi, I have a weird problem with systemd. It starts a daemon then kills it after a 30 second timeout. Mar 12 08:50:19 eca connmand[970]: Connection Manager version 1.12 ... Mar 12 08:51:49 eca systemd[1]: connman.service operation timed out. Terminating. Mar 12 08:51:49 eca connmand[970]:

[yocto] Full Pass Test Report for Yocto 1.3.1 RC2 20130301-2 Build

2013-03-12 Thread Stoicescu, CorneliuX
Hello, Here is this the report for the 1.3.1 RC2 danny build: https://wiki.yoctoproject.org/wiki/Full_Pass_Test_Report_for_Yocto_1.3.1_RC2_201303012_Build NOTE: This is a follow-up full pass for 1.3.1 RC1 and contains some shared results based on what was not changed in the added commits. The

[yocto] Canceled Event: Yocto teleconf @ Tue 2013-03-12 17:00 - 18:00 (yocto@yoctoproject.org)

2013-03-12 Thread Fredrik Markström
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:Europe/Stockholm X-LIC-LOCATION:Europe/Stockholm BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T02

[yocto] Makefile package missing

2013-03-12 Thread Saridakis, Dean (US SSA)
I have a recipe for a set of simple user applications I need on the rootfs. However, my application package was only built w/ -dev -dbg suffixes (whereas it looks like everything else also has a 3rd package w/o any suffix). For the moment I'm explicitly adding the -dbg version to IMAGE_INSTALL

Re: [yocto] Makefile package missing

2013-03-12 Thread Burton, Ross
On 12 March 2013 08:07, Saridakis, Dean (US SSA) dean.sarida...@baesystems.com wrote: I have a recipe for a set of simple user applications I need on the rootfs. However, my application package was only built w/ -dev -dbg suffixes (whereas it looks like everything else also has a 3rd package

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, March 12, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-03-12 Thread Liu, Song
Attendees: AlexD, Cristian, Michael, Jessica, LaurentiuP, JeffP, ScottR, PaulE, RossB, Nitin, Corneliu, SeanH, Song   Minutes:   * Opens collection - 5 min (Song) * Yocto Project 1.3.1 status - 10 min (Ross) - RC1 QA report is good. RC2 QA report is out, will look at it. coule be releasing

Re: [yocto] Problem with Xserver freezing

2013-03-12 Thread Satya Swaroop DAMARLA
Hi Ross, I did X -verbose and I got the following output but its freezing X -verbose _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/skidata-harmony:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X.Org

[yocto] [PATCH] Remove clutter project templates

2013-03-12 Thread Ioana Grigoropol
- support for clutter was removed from core-image-sato along with clutter-box2d and thus the project templates in Eclipse should not be supported anymore; gtk templates should be used instead Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- plugins/org.yocto.sdk.ide/plugin.xml

[yocto] [meta-raspberrypi][PATCH] rpi-first-run-wizard: fix QA Error

2013-03-12 Thread Eric Bénard
ERROR: QA Issue: .../meta-raspberrypi/recipes-extra/startup/rpi-first-run-wizard.bb: Variable RDEPENDS is set as not being package specific, please fix this. Signed-off-by: Eric Bénard e...@eukrea.com --- recipes-extra/startup/rpi-first-run-wizard.bb | 2 +- 1 file changed, 1 insertion(+), 1

[yocto] [meta-raspberrypi][PATCH] use right license name for GPLv2

2013-03-12 Thread Eric Bénard
Signed-off-by: Eric Bénard e...@eukrea.com --- recipes-bcm/bcm2835/bcm2835_1.8.bb| 2 +- recipes-extra/startup/rpi-first-run-wizard.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bcm/bcm2835/bcm2835_1.8.bb b/recipes-bcm/bcm2835/bcm2835_1.8.bb index

Re: [yocto] Can't find guile-2.0

2013-03-12 Thread Burton, Ross
On 12 March 2013 02:28, Paul D. DeRocco pdero...@ix.netcom.com wrote: I'm bitbaking a console image for an Atom, which worked when I did a plain vanilla version. Now I've added the OpenEmbedded layer containing Samba, and it's failing on one thing. The error message points me to a 5000-line log

Re: [yocto] Can't find guile-2.0

2013-03-12 Thread Paul D. DeRocco
From: Burton, Ross autogen-native should be building guile-native, you won't need the host guile. Can you confirm that by running bitbake guile-native? It says attempted 145 tasks of which 145 didn't need to be rerun. So it thinks it's already there. Or is it now confused by the fact that

Re: [yocto] Can't find guile-2.0

2013-03-12 Thread Burton, Ross
Hi Paul, On 12 March 2013 18:20, Paul D. DeRocco pdero...@ix.netcom.com wrote: It says attempted 145 tasks of which 145 didn't need to be rerun. So it thinks it's already there. Indeed. Something is breaking - you'll have to mail the whole configure log from autogen to attempt to debug this.