Re: [OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-03-02 Thread Felipe Ferreri Tonello


On 15/02/16 12:37, Burton, Ross wrote:
> On 13 February 2016 at 04:31, Andre McCurdy  > 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


0x92698E6A.asc
Description: application/pgp-keys
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-03-02 Thread Felipe Ferreri Tonello
Hi Ross,

On 15/02/16 12:37, Burton, Ross wrote:
> On 13 February 2016 at 04:31, Andre McCurdy  > 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


0x92698E6A.asc
Description: application/pgp-keys
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-02-15 Thread Burton, Ross
On 13 February 2016 at 04:31, Andre McCurdy  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-02-12 Thread Felipe F. Tonello
fixes af1ddab5c('task-core-tools-profile: fix valgrind for arm and systemtap 
for')

Signed-off-by: Felipe F. Tonello 
---
 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

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-02-12 Thread Andre McCurdy
On Fri, Feb 12, 2016 at 3:26 AM, Felipe F. Tonello  
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 
> ---
>  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core