[yocto] Can i add two git sources in one single recipe

2015-10-15 Thread Vivek Per
hi, Can i add two git source url in one recipe(SRC_URI). If so how can i add and how can i give source revision for two these files in one recipe. Can any one overcome this iissue. Thanks in advance -vivek -- ___ yocto mailing list yocto@yocto

Re: [yocto] Can i add two git sources in one single recipe

2015-10-15 Thread Jussi Kukkonen
On 15 October 2015 at 14:03, Vivek Per wrote: > hi, > Can i add two git source url in one recipe(SRC_URI). > If so how can i add and how can i give source revision for two these files > in one recipe. > Name the SRC_URIs, then set SRCREV_ for each of those. Example from gstreamer1.0-omx:

[yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
Hi everyone, I want to be able to debug my target machine (raspberrypi) remotely through qtcretor on host. I can't seem to find a way to deploy the gdbserver software though. I built the gdb-cross-arm but don't see any gdbserver on the target with hob (poky 1.7.2) ? What am I missing ? Thanks

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread winfried . dobbe
> Hi everyone, > > I want to be able to debug my target machine (raspberrypi) remotely > through > qtcretor on host. > > I can't seem to find a way to deploy the gdbserver software though. > I built the gdb-cross-arm but don't see any gdbserver on the target with > hob (poky 1.7.2) ? > > What am I

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Daniel.
Works fine with emacs also. 2015-10-15 10:44 GMT-03:00 : > > Hi everyone, > > > > I want to be able to debug my target machine (raspberrypi) remotely > > through > > qtcretor on host. > > > > I can't seem to find a way to deploy the gdbserver software though. > > I built the gdb-cross-arm but don

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
Hello I believe tools-debug works but unfortunately I have errors building libaio and other stuff (it says "tmp/sysroots/raspberrypi/usr/include/gnu/stubs.h:10:29: fatal error: gnu/stubs-hard.h: No such file or directory") Anyway, to stick with the initial question, thanks ! Le jeu. 15 oct. 201

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-15 Thread Joachim Schiele
On 13.10.2015 19:13, Andrei Gherzan wrote: > On Tue, Oct 13, 2015 at 02:14:28AM +0200, Joachim Schiele wrote: >> On 03.10.2015 23:53, Andrei Gherzan wrote: >>> On Sat, Oct 03, 2015 at 02:47:24PM -0700, Khem Raj wrote: On Sat, Oct 3, 2015 at 2:27 PM, Andrei Gherzan wrote: > On Sat, Oct 03,

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Gary Thomas
On 2015-10-15 08:39, Valentin Le bescond wrote: Hello I believe tools-debug works but unfortunately I have errors building libaio and other stuff (it says "tmp/sysroots/raspberrypi/usr/include/gnu/stubs.h:10:29: fatal error: gnu/stubs-hard.h: No such file or directory") Can you send more det

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
sure ! something like this ? Build Configuration: BB_VERSION = "1.24.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-22" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "raspberrypi" DISTRO = "poky" DISTRO_VERSION = "1.7.2" TUNE_FEATURES = "arm armv6 vfp arm1176jzfs callconvention-hard" T

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Gary Thomas
On 2015-10-15 09:16, Valentin Le bescond wrote: sure ! something like this ? Build Configuration: BB_VERSION = "1.24.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-22" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "raspberrypi" DISTRO = "poky" DISTRO_VERSION = "1.7.2" TUNE_FEATURES =

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
Good point. But so far my experience with yocto forced me to go back and forth the 1.6 1.7 and 1.8 branches depending on the layers. So I kind of stopped where it worked... without worrying about gdb that's true. I won't go updating everything for testing purpose right now so I'll leave it like

Re: [yocto] RFC: Yocto LTS?

2015-10-15 Thread Philip Balister
On 10/14/2015 12:26 PM, Chris Simmonds wrote: > > On 14/10/15 17:27, Mark Hatle wrote: >> On 10/14/15 8:28 AM, Chris Simmonds wrote: >>> Hi, >>> >>> Is there a statement about the period of support for a Yocto release? >>> Looking through the updates, it seems that 12 months is typical, a was >>>

[yocto] meta-raspberrypi no soud output

2015-10-15 Thread Edward Vidal
Hello All,Does any have snd working on Raspberry Pi 2B? I have tried aplay speech_dft.wavPLAYING WAVE: 'speech_dft.wav' :  Signed 16 bit Little Endian, rate 22050 Hz Monowith ear plugs or speaker no snd.Any and all help appreciated. Regards.  Edward Vidal Jr. e-mail devel...@sbcglobal.net 915-595

[yocto] Package inclusion

2015-10-15 Thread Carlos Sánchez de La Lama
Hi all, I have some doubts on how package inclusion in images is determined. For example, when building core-image-base, I would say that both kernel-module-uvesafb kernel-module-input are recommended (through RRECOMENDS in packagegroup-base). However, -uvesafb makes it to the final image, wher

Re: [yocto] RFC: Yocto LTS?

2015-10-15 Thread Chris Simmonds
On 15/10/15 16:49, Philip Balister wrote: > On 10/14/2015 12:26 PM, Chris Simmonds wrote: >> >> On 14/10/15 17:27, Mark Hatle wrote: >>> On 10/14/15 8:28 AM, Chris Simmonds wrote: Hi, Is there a statement about the period of support for a Yocto release? Looking through the updat