[yocto] gnuradio dora

2014-02-08 Thread Edward Vidal
Hello all, On dora branch GNU Radio Companion 3.6.5 starts to bring up the window and shuts down with the following error. gnuradio-companion ** (process:1166): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:1166): WARNING **:

[yocto] [RFT] eglibc 2.19

2014-02-08 Thread Khem Raj
Hi all I have staged a branch with eglibc 2.19 upgraded recipes here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/eglibc-2.19 These are not final recipes there may be tweaks needed like adjusting SRC_URI later on. please help testing it out in your environments and

Re: [yocto] [meta-raspberrypi][PATCH 0/9] U-boot integration - first stage

2014-02-08 Thread Andrei Gherzan
On Sat, Jan 25, 2014 at 12:56 PM, Andrei Gherzan and...@gherzan.ro wrote: At this stage uboot is not usable as somehow - don't know why yet - I can't read uImage from sdcard. Seems to be something related to the uboot sdhci driver. If anybody knows/suspects where the issue might be, please hit

Re: [yocto] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-02-08 Thread Andrei Gherzan
Hi, On Fri, Jan 31, 2014 at 5:30 PM, Sébastien Mennetrier s.mennetr...@innotis.org wrote: Permit to build an image with initramfs. Signed-off-by: Sébastien Mennetrier s.mennetr...@innotis.org --- classes/sdcard_image-rpi.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[yocto] How to exclude QT Debug libraries from image

2014-02-08 Thread Brad Litterell
I have a package bar that uses qt4-embedded (inherit qt4e). When I include the dbg package for my stuff (bar-dbg) in the image, I also get several hundred MB of QT related debug files that I'm not interested in. All I want to do is run GDB on my code, I don't care to debug into the QT code.