Re: [OE-core] Regarding Patch ID: 132816

2018-02-15 Thread Chaitanya Cherukuri
​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,

Re: [OE-core] Regarding Patch ID: 132816

2018-02-13 Thread Otavio Salvador
On Tue, Feb 13, 2018 at 4:58 AM, Alexander Kanavin 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 nativ

Re: [OE-core] Regarding Patch ID: 132816

2018-02-12 Thread Alexander Kanavin
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-

[OE-core] Regarding Patch ID: 132816

2018-02-12 Thread Chaitanya Cherukuri
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_PROC