On Tuesday, September 16, 2014, Burton, Ross wrote:
> On 16 September 2014 20:27, Slater, Joseph > wrote:
> > It is not runtime tested. The intent is to allow world builds for
> aarch64.
>
> In that case would it be more suitable to use COMPATIBLE_* to exclude
> aarch64 until it is tested?
>
>
On 16 September 2014 20:27, Slater, Joseph wrote:
> It is not runtime tested. The intent is to allow world builds for aarch64.
In that case would it be more suitable to use COMPATIBLE_* to exclude
aarch64 until it is tested?
Ross
--
___
Openembedded-
; Subject: Re: [OE-core] [oe-core][PATCH 1/1] sysprof: add aarch64 support
>
> On Fri, Sep 12, 2014 at 2:03 PM, Joe Slater wrote:
> > -+#ifdef __arm__
> > ++#if defined(__arm__) || defined(__aarch64__)
> > +/*
>
> This code defined memory barriers for 32bit, Are you su
On Fri, Sep 12, 2014 at 2:03 PM, Joe Slater wrote:
> -+#ifdef __arm__
> ++#if defined(__arm__) || defined(__aarch64__)
> +/*
This code defined memory barriers for 32bit, Are you sure it should be
same for 64bit as well ?
how was this tested ?
--
___
O
On 15 September 2014 18:20, Slater, Joseph W (Wind River)
wrote:
>> On 12 September 2014 22:03, Joe Slater wrote:
>> > +++ b/meta/recipes-kernel/sysprof/files/rmb-arm.patch
>>
>> This patch is missing a signed-off-by and upstream-status.
>
> I am not creating this patch, just modifying it. The e
> -Original Message-
> From: Burton, Ross [mailto:ross.bur...@intel.com]
> Sent: Sunday, September 14, 2014 1:44 PM
> To: Slater, Joseph
> Cc: OE-core
> Subject: Re: [OE-core] [oe-core][PATCH 1/1] sysprof: add aarch64 support
>
> On 12 September 2014 22:03, Joe
On 12 September 2014 22:03, Joe Slater wrote:
> +++ b/meta/recipes-kernel/sysprof/files/rmb-arm.patch
This patch is missing a signed-off-by and upstream-status.
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http:/
Enable sysprof compilation for aarch64.
Signed-off-by: Joe Slater
---
.../recipes-kernel/sysprof/files/collector_c.patch | 30
meta/recipes-kernel/sysprof/files/rmb-arm.patch|2 +-
meta/recipes-kernel/sysprof/sysprof_git.bb |2 +
3 files changed, 33 ins