Re: [oe] Is there a recipe for gdbserver?

2015-11-13 Thread daniel . markus
Perfect, thanks Ross! Br, Daniel -openembedded-devel-boun...@lists.openembedded.org wrote: -To: OpenEmbedded Devel List From: "Burton, Ross" Sent by: openembedded-devel-boun...@lists.openembedded.org Date: 11/13/2015 10:11AM Subject: Re: [oe] Is there a recipe for gdbserver? On 13 No

[oe] Is there a recipe for gdbserver?

2015-11-13 Thread daniel . markus
Hi, Is there a recipe for gdbserver only, so I can get that small application cross-compiled and installed on target? Best regards, Daniel Markus -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

[oe] [meta-oe][PATCH] socorro-syms: Limit the search for repository to within the build directory

2015-04-09 Thread Daniel Markus
When we search for the git repository associated with a file and the there's no repository associated, we incorrectly find the yocto repository itself. To prevent the search from finding an incorrect repository, we only accept repositories found within the build directory. Signed-off-by: D

[oe] [meta-oe][PATCH] socorro-syms: Correct the extraction of repository branch

2015-03-31 Thread Daniel Markus
use that in the Socorro link. Signed-off-by: Daniel Markus --- meta-oe/classes/socorro-syms.bbclass | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta-oe/classes/socorro-syms.bbclass b/meta-oe/classes/socorro-syms.bbclass index 0312031..7a7b208 100644 --- a/meta

[oe] [meta-oe][PATCH] socorro-syms: Add support for local repositories

2015-03-26 Thread Daniel Markus
temporary download repository. In the second step we look for the origin to that download repository and if that also redirects to a local repository, we provide the absolute path instead of a Socorro repository link. Signed-off-by: Daniel Markus --- meta-oe/classes/socorro-syms.bbclass | 14

[oe] [meta-oe][PATCH] socorro-syms: Add directory arrangement needed by minidump_stackwalk

2015-03-12 Thread Daniel Markus
moved to the hash directory allowing multiple versions of the same symbol file. Signed-off-by: Daniel Markus --- meta-oe/classes/socorro-syms.bbclass | 50 +++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/meta-oe/classes/socorro-syms.bbclass b/meta

Re: [oe] [meta-oe][PATCH v2] socorro-syms: Make usage less verbose

2015-02-26 Thread daniel . markus
>  meta-oe/classes/socorro-syms.bbclass | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > As V1 hasn't been merged, squash your V2 patch into V1. Thus we're > getting a complete patch in V3... ;) Fixed! Best regards, Daniel -- ___ Opene

[oe] [meta-oe][PATCH v3] socorro-syms: Add Breakpad symbol generation adapted for Socorro

2015-02-26 Thread Daniel Markus
ntain VCS information for each file reference. This class reads the symbol file generated by Breakpad and creates a new symbol file with that VCS information contained. Signed-off-by: Daniel Markus --- meta-oe/classes/socorro-syms.bbclass | 164 +++ 1 file changed

[oe] [meta-oe][PATCH v2] socorro-syms: Make usage less verbose

2015-02-26 Thread Daniel Markus
When using Socorro symbols we automatically depend on Breakpad, so there's no need for the user to explicitly state that dependency. Let the inheritance of Breakpad be done in the Socorro class, making the usage of socorro-syms less verbose and less error prone. Signed-off-by: Daniel M

Re: [oe] [meta-oe][PATCH] socorro-syms: Add Breakpad symbol generation adapted for Socorro

2015-02-25 Thread daniel . markus
> +# > +# Use example: > +# > +# inherit breakpad > +# inherit socorro-syms > +# BREAKPAD_BIN = "YourBinary" > +# > + > +# We depend on Breakpad creating the original symbol file. > +DEPENDS += "breakpad" > > Is this necessary? If the recipe using this class files your instructions > and inherits b

[oe] [meta-oe][PATCH] socorro-syms: Add Breakpad symbol generation adapted for Socorro

2015-02-24 Thread Daniel Markus
ntain VCS information for each file reference. This class reads the symbol file generated by Breakpad and creates a new symbol file with that VCS information contained. Signed-off-by: Daniel Markus --- meta-oe/classes/socorro-syms.bbclass | 165 +++ 1 file changed