Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM
@ 2016-02-12 11:26 Felipe F. Tonello
  2016-02-13  4:31 ` Andre McCurdy
  0 siblings, 1 reply; 5+ messages in thread
From: Felipe F. Tonello @ 2016-02-12 11:26 UTC (permalink / raw)
  To: openembedded-core

fixes af1ddab5c('task-core-tools-profile: fix valgrind for arm and systemtap for')

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 59d930bc7b72..52e17c59bcea 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -64,7 +64,6 @@ VALGRIND_libc-uclibc = ""
 VALGRIND_mips = ""
 VALGRIND_mips64 = ""
 VALGRIND_mips64n32 = ""
-VALGRIND_arm = ""
 VALGRIND_aarch64 = ""
 
 RDEPENDS_${PN} = "\
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM
  2016-02-12 11:26 [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM Felipe F. Tonello
@ 2016-02-13  4:31 ` Andre McCurdy
  2016-02-15 12:37   ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Andre McCurdy @ 2016-02-13  4:31 UTC (permalink / raw)
  To: Felipe F. Tonello; +Cc: OE Core mailing list

On Fri, Feb 12, 2016 at 3:26 AM, Felipe F. Tonello <eu@felipetonello.com> wrote:
> fixes af1ddab5c('task-core-tools-profile: fix valgrind for arm and systemtap for')

$ cd openembedded-core
$ git show af1ddab5c
fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in
the working tree.

>
> Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
> ---
>  meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> index 59d930bc7b72..52e17c59bcea 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> @@ -64,7 +64,6 @@ VALGRIND_libc-uclibc = ""
>  VALGRIND_mips = ""
>  VALGRIND_mips64 = ""
>  VALGRIND_mips64n32 = ""
> -VALGRIND_arm = ""

Valgrind only supports armv7a and above, so should still be excluded
for armv4, armv5 and armv6.

>  VALGRIND_aarch64 = ""
>
>  RDEPENDS_${PN} = "\
> --
> 2.7.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM
  2016-02-13  4:31 ` Andre McCurdy
@ 2016-02-15 12:37   ` Burton, Ross
  2016-03-02 11:10     ` Felipe Ferreri Tonello
  2016-03-02 11:23     ` Felipe Ferreri Tonello
  0 siblings, 2 replies; 5+ messages in thread
From: Burton, Ross @ 2016-02-15 12:37 UTC (permalink / raw)
  To: Felipe F. Tonello; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

On 13 February 2016 at 04:31, Andre McCurdy <armccurdy@gmail.com> wrote:

> $ cd openembedded-core
> $ git show af1ddab5c
> fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in
> the working tree.
>

That was a poky reference, the correct oe-core ref was e5f41c22.

But yes, what Andre said.  Felipe, can you revise the patch?

Ross

[-- Attachment #2: Type: text/html, Size: 898 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM
  2016-02-15 12:37   ` Burton, Ross
@ 2016-03-02 11:10     ` Felipe Ferreri Tonello
  2016-03-02 11:23     ` Felipe Ferreri Tonello
  1 sibling, 0 replies; 5+ messages in thread
From: Felipe Ferreri Tonello @ 2016-03-02 11:10 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 541 bytes --]

Hi Ross,

On 15/02/16 12:37, Burton, Ross wrote:
> On 13 February 2016 at 04:31, Andre McCurdy <armccurdy@gmail.com
> <mailto:armccurdy@gmail.com>> wrote:
> 
>     $ cd openembedded-core
>     $ git show af1ddab5c
>     fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in
>     the working tree.
> 
> 
> That was a poky reference, the correct oe-core ref was e5f41c22.
> 
> But yes, what Andre said.  Felipe, can you revise the patch?
> 

Revise in a sense to update the commit reference?

-- 
Felipe

[-- Attachment #2: 0x92698E6A.asc --]
[-- Type: application/pgp-keys, Size: 7310 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM
  2016-02-15 12:37   ` Burton, Ross
  2016-03-02 11:10     ` Felipe Ferreri Tonello
@ 2016-03-02 11:23     ` Felipe Ferreri Tonello
  1 sibling, 0 replies; 5+ messages in thread
From: Felipe Ferreri Tonello @ 2016-03-02 11:23 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]



On 15/02/16 12:37, Burton, Ross wrote:
> On 13 February 2016 at 04:31, Andre McCurdy <armccurdy@gmail.com
> <mailto:armccurdy@gmail.com>> wrote:
> 
>     $ cd openembedded-core
>     $ git show af1ddab5c
>     fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in
>     the working tree.
> 
> 
> That was a poky reference, the correct oe-core ref was e5f41c22.
> 
> But yes, what Andre said.  Felipe, can you revise the patch?
>

Right, I just read his email. Yes, I will revise that.

-- 
Felipe

[-- Attachment #2: 0x92698E6A.asc --]
[-- Type: application/pgp-keys, Size: 7310 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-02 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12 11:26 [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM Felipe F. Tonello
2016-02-13  4:31 ` Andre McCurdy
2016-02-15 12:37   ` Burton, Ross
2016-03-02 11:10     ` Felipe Ferreri Tonello
2016-03-02 11:23     ` Felipe Ferreri Tonello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox