All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding Patch ID: 132816
@ 2018-02-12 21:06 Chaitanya Cherukuri
  2018-02-13  6:58 ` Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: Chaitanya Cherukuri @ 2018-02-12 21:06 UTC (permalink / raw)
  To: openembedded-core

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

 Hello,

I'm new to this forum and didn't know to where to report an issue. I'm
contacting you regarding the patch ID 132816 ( cmake: improve
CMAKE_SYSTEM_PROCESSOR assignment in nativesdk).

If SDKTARGETSYSROOT is "/sysroots/cortexa9hf-neon-poky-linux-gnueabi" this
patch sets the CMAKE_SYSTEM_PROCESSOR as  "cortexa9hf-neon-poky"  instead
of
"cortexa9hf-neon".

This patch works if  SDKTARGETSYSROOT is "/sysroots/core2-32-poky-linux".

Thanks,
Chaitanya

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

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

* Re: Regarding Patch ID: 132816
  2018-02-12 21:06 Regarding Patch ID: 132816 Chaitanya Cherukuri
@ 2018-02-13  6:58 ` Alexander Kanavin
  2018-02-13 14:50   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2018-02-13  6:58 UTC (permalink / raw)
  To: Chaitanya Cherukuri, openembedded-core, Otavio Salvador

On 02/12/2018 11:06 PM, Chaitanya Cherukuri wrote:
> I'm new to this forum and didn't know to where to report an issue. I'm 
> contacting you regarding the patch ID 132816 ( cmake: improve 
> CMAKE_SYSTEM_PROCESSOR assignment in nativesdk).
> 
> If SDKTARGETSYSROOT is "/sysroots/cortexa9hf-neon-poky-linux-gnueabi" 
> this patch sets the CMAKE_SYSTEM_PROCESSOR as  "cortexa9hf-neon-poky"  
> instead of
> "cortexa9hf-neon".
> 
> This patch works if SDKTARGETSYSROOT is "/sysroots/core2-32-poky-linux".

I guess this one is for Otavio Salvador, the cmake recipe maintainer?

Alex


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

* Re: Regarding Patch ID: 132816
  2018-02-13  6:58 ` Alexander Kanavin
@ 2018-02-13 14:50   ` Otavio Salvador
  2018-02-15 12:59     ` Chaitanya Cherukuri
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2018-02-13 14:50 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Patches and discussions about the oe-core layer

On Tue, Feb 13, 2018 at 4:58 AM, Alexander Kanavin
<alexander.kanavin@linux.intel.com> wrote:
> On 02/12/2018 11:06 PM, Chaitanya Cherukuri wrote:
>>
>> I'm new to this forum and didn't know to where to report an issue. I'm
>> contacting you regarding the patch ID 132816 ( cmake: improve
>> CMAKE_SYSTEM_PROCESSOR assignment in nativesdk).
>>
>> If SDKTARGETSYSROOT is "/sysroots/cortexa9hf-neon-poky-linux-gnueabi" this
>> patch sets the CMAKE_SYSTEM_PROCESSOR as  "cortexa9hf-neon-poky"  instead of
>> "cortexa9hf-neon".
>>
>> This patch works if SDKTARGETSYSROOT is "/sysroots/core2-32-poky-linux".
>
> I guess this one is for Otavio Salvador, the cmake recipe maintainer?

I had acked and test the patch. https://patchwork.openembedded.org/patch/132816/

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: Regarding Patch ID: 132816
  2018-02-13 14:50   ` Otavio Salvador
@ 2018-02-15 12:59     ` Chaitanya Cherukuri
  0 siblings, 0 replies; 4+ messages in thread
From: Chaitanya Cherukuri @ 2018-02-15 12:59 UTC (permalink / raw)
  To: Otavio Salvador, Alexander Kanavin
  Cc: Patches and discussions about the oe-core layer

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

​Hello,

The regular expression ​(from OEToolchainConfig.cmake)  below is not
working for SDK path /sysroots/cortexa9hf-neon-poky-linux-gnueabi

if ($ENV{SDKTARGETSYSROOT} MATCHES "/sysroots/([a-zA-Z0-9_-]+)-.+-.+")
  set(CMAKE_SYSTEM_PROCESSOR ${CMAKE_MATCH_1})
endif()

Thanks,
Chaitanya

On Tue, Feb 13, 2018 at 9:50 AM, Otavio Salvador <
otavio.salvador@ossystems.com.br> wrote:

> On Tue, Feb 13, 2018 at 4:58 AM, Alexander Kanavin
> <alexander.kanavin@linux.intel.com> wrote:
> > On 02/12/2018 11:06 PM, Chaitanya Cherukuri wrote:
> >>
> >> I'm new to this forum and didn't know to where to report an issue. I'm
> >> contacting you regarding the patch ID 132816 ( cmake: improve
> >> CMAKE_SYSTEM_PROCESSOR assignment in nativesdk).
> >>
> >> If SDKTARGETSYSROOT is "/sysroots/cortexa9hf-neon-poky-linux-gnueabi"
> this
> >> patch sets the CMAKE_SYSTEM_PROCESSOR as  "cortexa9hf-neon-poky"
> instead of
> >> "cortexa9hf-neon".
> >>
> >> This patch works if SDKTARGETSYSROOT is "/sysroots/core2-32-poky-
> linux".
> >
> > I guess this one is for Otavio Salvador, the cmake recipe maintainer?
>
> I had acked and test the patch. https://patchwork.
> openembedded.org/patch/132816/
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
>



-- 
*Chaitanya Cherukuri*

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

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

end of thread, other threads:[~2018-02-15 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 21:06 Regarding Patch ID: 132816 Chaitanya Cherukuri
2018-02-13  6:58 ` Alexander Kanavin
2018-02-13 14:50   ` Otavio Salvador
2018-02-15 12:59     ` Chaitanya Cherukuri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.