[yocto] [PATCH] Capture and display bitbake errors

2013-02-07 Thread Ioana Grigoropol
- if an error has occured when trying to initializes the bitbake session, this should be display appropriately - when creating a new Bitbake project, if an error occured while initializing bitbake environment (bitbake -e), we should: - display the error in the wizard - prevent

Re: [yocto] [RFC v3 00/18][eclipse-poky] Storing yocto settings as target profiles

2013-02-07 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 06.02.2013 01:22: Hi Timo, The patch series looks much better. Here're few things we probably need to refine or explore a little bit more: 1. when I remove a profile, I'll get the following warning Do you really want to the remove the target profile

[yocto] [meta-ivi][PATCH] packagegroup-core-p1: Remove wpa-supplicant-systemd as systemd services are now in ${PN}

2013-02-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- .../packagegroups/packagegroup-core-p1.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/recipes-yocto-ivi/packagegroups/packagegroup-core-p1.bb

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-07 Thread Andrei Gherzan
We are moving to userland repo. So we will build our libraries so this patch says on hold - sorry for delay - been ill. On Wed, Jan 30, 2013 at 11:51 PM, Philipp Wagner li...@philipp-wagner.comwrote: Hi, I'm working on an application that needs the graphics libraries. Right now I'm still

Re: [yocto] [RFC v3 00/18][eclipse-poky] Storing yocto settings as target profiles

2013-02-07 Thread Zhang, Jessica
Great! Looking forward to the patch set. I think keep Save as... and leave the button up should be the right way to go... Thanks, Jessica -Original Message- From: Timo Müller [mailto:m...@timomueller.eu] Sent: Thursday, February 07, 2013 2:26 AM To: Zhang, Jessica Cc:

[yocto] gcov on beagle-xm with kernel module

2013-02-07 Thread Robert Berger
Hi, I still try to use gcov on the beagle-xm on a kernel module and I'm not sure this is the right mailing list to ask. I just build it with the following modification to the makefile: GCOV_PROFILE_debugfs.o := y and it builds;) ... but as soon as I try and insmod I get the following: insmod

[yocto] Wifi Module + udev configs

2013-02-07 Thread Raul Rosetto Munoz
Hello All, I need to configure my yocto project to work with wifi dongle realteck rtl8192cu. I'm using this building configuration: Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = arm TARGET_OS = linux-gnueabi MACHINE = beaglebone DISTRO= poky

[yocto] FW: Yocto Project 1.4 M3 release readiness meeting

2013-02-07 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] FW: Yocto Project 1.4 M3 release readiness meeting

2013-02-07 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] Yocto Project 1.4 M3 release readiness meeting

2013-02-07 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] PROVIDES for Yocto Kernel Recipes

2013-02-07 Thread Rudolf Streif
I apologize if that has been brought up before. The linux-yocto kernel recipes include the git tags into PV by explicitly setting: PV = ${LINUX_VERSION}+git${SRCPV} This means that you cannot for example do bitbake linux-yocto-3.2 anymore because PROVIDES does not contain linux-yocto-3.2 but

Re: [yocto] PROVIDES for Yocto Kernel Recipes

2013-02-07 Thread Bruce Ashfield
On Thu, Feb 7, 2013 at 8:22 PM, Rudolf Streif rudolf.str...@linux.comwrote: I apologize if that has been brought up before. The linux-yocto kernel recipes include the git tags into PV by explicitly setting: PV = ${LINUX_VERSION}+git${SRCPV} This means that you cannot for example do

Re: [yocto] PROVIDES for Yocto Kernel Recipes

2013-02-07 Thread Rudolf Streif
Yes, of course with a space. Proportional fonts don't work that well with code. :) That's why I am asking if anyone else found that to be a nuisance. Of course, for a BSP you have to set PREFERRED_VERSION. But for testing and working with different kernel version I would find it more convenient

Re: [yocto] PROVIDES for Yocto Kernel Recipes

2013-02-07 Thread Bruce Ashfield
On 13-02-07 8:52 PM, Rudolf Streif wrote: Yes, of course with a space. Proportional fonts don't work that well with code. :) Back to my work account with a sane client now! That's why I am asking if anyone else found that to be a nuisance. Of course, for a BSP you have to set