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 **: Try
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 machines
On Sat, Jan 25, 2014 at 12:56 PM, Andrei Gherzan 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 me a
> reply.
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
> ---
> classes/sdcard_image-rpi.bbclass | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/
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.