All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
@ 2021-02-24  8:25 zan
  2021-02-24 18:57 ` [EXTERNAL] [meta-ti] " Gowtham Tammana
  0 siblings, 1 reply; 9+ messages in thread
From: zan @ 2021-02-24  8:25 UTC (permalink / raw)
  To: meta-ti

The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi prefix
to the arm-linux-gnueabihf preferred target. Same should be done for the
arm-poky-linux-gnueabi prefix.

Signed-off-by: Zan Dobersek <zan@falconsigh.net>
---
 ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
index 071ce0ca..15105eac 100644
--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
    ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
     $(1)_compiler_preferred_target := aarch64-linux-gnu
    endif
-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
 +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
 +  endif
    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
-- 
2.30.0


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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-02-24  8:25 [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix zan
@ 2021-02-24 18:57 ` Gowtham Tammana
  2021-02-24 20:23   ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: Gowtham Tammana @ 2021-02-24 18:57 UTC (permalink / raw)
  To: Zan Dobersek, meta-ti



>-----Original Message-----
>From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On
>Behalf Of Zan Dobersek
>Sent: Wednesday, February 24, 2021 2:25 AM
>To: meta-ti@lists.yoctoproject.org
>Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-
>poky-linux-gnueabi compiler prefix
>
>The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi
>prefix
>to the arm-linux-gnueabihf preferred target. Same should be done for the
>arm-poky-linux-gnueabi prefix.

This looks ok. Btw what layer is being used when using this toolchain.

Gowtham

>Signed-off-by: Zan Dobersek <zan@falconsigh.net>
>---
> ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
>OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-
>drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
>gnueabi.patch
>index 071ce0ca..15105eac 100644
>--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
>OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
>+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
>OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
>@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
>    ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
>     $(1)_compiler_preferred_target := aarch64-linux-gnu
>    endif
>-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
>gnueabi,$$($(1)_compiler_preferred_target)),)
>++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-
>gnueabi,$$($(1)_compiler_preferred_target)),)
> +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
> +  endif
>    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-
>redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
>--
>2.30.0


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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-02-24 18:57 ` [EXTERNAL] [meta-ti] " Gowtham Tammana
@ 2021-02-24 20:23   ` Denys Dmytriyenko
  2021-02-26  7:10     ` Zan Dobersek
       [not found]     ` <16673A9B03286F37.14505@lists.yoctoproject.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2021-02-24 20:23 UTC (permalink / raw)
  To: g-tammana; +Cc: Zan Dobersek, meta-ti

On Wed, Feb 24, 2021 at 06:57:57PM +0000, Gowtham Tammana via lists.yoctoproject.org wrote:
> 
> 
> >-----Original Message-----
> >From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On
> >Behalf Of Zan Dobersek
> >Sent: Wednesday, February 24, 2021 2:25 AM
> >To: meta-ti@lists.yoctoproject.org
> >Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-
> >poky-linux-gnueabi compiler prefix
> >
> >The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi
> >prefix
> >to the arm-linux-gnueabihf preferred target. Same should be done for the
> >arm-poky-linux-gnueabi prefix.
> 
> This looks ok. Btw what layer is being used when using this toolchain.

Gowtham,

This toolchain is built by Poky, which is the reference distribution of the 
Yocto Project.

-- 
Denys


> >Signed-off-by: Zan Dobersek <zan@falconsigh.net>
> >---
> > ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-
> >drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
> >gnueabi.patch
> >index 071ce0ca..15105eac 100644
> >--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> >+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> >@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
> >    ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
> >     $(1)_compiler_preferred_target := aarch64-linux-gnu
> >    endif
> >-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
> >gnueabi,$$($(1)_compiler_preferred_target)),)
> >++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-
> >gnueabi,$$($(1)_compiler_preferred_target)),)
> > +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
> > +  endif
> >    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-
> >redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
> >--
> >2.30.0

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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-02-24 20:23   ` Denys Dmytriyenko
@ 2021-02-26  7:10     ` Zan Dobersek
       [not found]     ` <16673A9B03286F37.14505@lists.yoctoproject.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Zan Dobersek @ 2021-02-26  7:10 UTC (permalink / raw)
  To: Denys Dmytriyenko, g-tammana; +Cc: meta-ti

On Wed, Feb 24, 2021, at 9:23 PM, Denys Dmytriyenko wrote:
> On Wed, Feb 24, 2021 at 06:57:57PM +0000, Gowtham Tammana via 
> lists.yoctoproject.org wrote:
> > 
> > 
> > >-----Original Message-----
> > >From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On
> > >Behalf Of Zan Dobersek
> > >Sent: Wednesday, February 24, 2021 2:25 AM
> > >To: meta-ti@lists.yoctoproject.org
> > >Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-
> > >poky-linux-gnueabi compiler prefix
> > >
> > >The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi
> > >prefix
> > >to the arm-linux-gnueabihf preferred target. Same should be done for the
> > >arm-poky-linux-gnueabi prefix.
> > 
> > This looks ok. Btw what layer is being used when using this toolchain.
> 
> Gowtham,
> 
> This toolchain is built by Poky, which is the reference distribution of the 
> Yocto Project.
> 

That's right.

FWIW the patch should be applicable to both dunfell and master branches.

Regards,
Zan

> -- 
> Denys
> 
> 
> > >Signed-off-by: Zan Dobersek <zan@falconsigh.net>
> > >---
> > > ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > >diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-
> > >drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
> > >gnueabi.patch
> > >index 071ce0ca..15105eac 100644
> > >--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> > >+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> > >@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
> > >    ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
> > >     $(1)_compiler_preferred_target := aarch64-linux-gnu
> > >    endif
> > >-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
> > >gnueabi,$$($(1)_compiler_preferred_target)),)
> > >++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-
> > >gnueabi,$$($(1)_compiler_preferred_target)),)
> > > +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
> > > +  endif
> > >    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-
> > >redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
> > >--
> > >2.30.0
>

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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
       [not found]     ` <16673A9B03286F37.14505@lists.yoctoproject.org>
@ 2021-04-13 11:41       ` Zan Dobersek
  2021-04-13 22:30         ` Gowtham Tammana
  0 siblings, 1 reply; 9+ messages in thread
From: Zan Dobersek @ 2021-04-13 11:41 UTC (permalink / raw)
  To: meta-ti

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

Hi,

this patch is still valid and needed for Poky-based builds. Did it just go unattended or is there some action still expected on my part?

Regards,
Zan

On Fri, Feb 26, 2021, at 8:10 AM, Zan Dobersek wrote:
> On Wed, Feb 24, 2021, at 9:23 PM, Denys Dmytriyenko wrote:
> > On Wed, Feb 24, 2021 at 06:57:57PM +0000, Gowtham Tammana via 
> > lists.yoctoproject.org wrote:
> > > 
> > > 
> > > >-----Original Message-----
> > > >From: meta-ti@lists.yoctoproject.org <mailto:meta-ti%40lists.yoctoproject.org> <meta-ti@lists.yoctoproject.org <mailto:meta-ti%40lists.yoctoproject.org>> On
> > > >Behalf Of Zan Dobersek
> > > >Sent: Wednesday, February 24, 2021 2:25 AM
> > > >To: meta-ti@lists.yoctoproject.org <mailto:meta-ti%40lists.yoctoproject.org>
> > > >Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-
> > > >poky-linux-gnueabi compiler prefix
> > > >
> > > >The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi
> > > >prefix
> > > >to the arm-linux-gnueabihf preferred target. Same should be done for the
> > > >arm-poky-linux-gnueabi prefix.
> > > 
> > > This looks ok. Btw what layer is being used when using this toolchain.
> > 
> > Gowtham,
> > 
> > This toolchain is built by Poky, which is the reference distribution of the 
> > Yocto Project.
> > 
> 
> That's right.
> 
> FWIW the patch should be applicable to both dunfell and master branches.
> 
> Regards,
> Zan
> 
> > -- 
> > Denys
> > 
> > 
> > > >Signed-off-by: Zan Dobersek <zan@falconsigh.net <mailto:zan%40falconsigh.net>>
> > > >---
> > > > ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
> > > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > >diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-
> > > >drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
> > > >gnueabi.patch
> > > >index 071ce0ca..15105eac 100644
> > > >--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> > > >+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> > > >@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
> > > >    ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
> > > >     $(1)_compiler_preferred_target := aarch64-linux-gnu
> > > >    endif
> > > >-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
> > > >gnueabi,$$($(1)_compiler_preferred_target)),)
> > > >++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-
> > > >gnueabi,$$($(1)_compiler_preferred_target)),)
> > > > +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
> > > > +  endif
> > > >    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-
> > > >redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
> > > >--
> > > >2.30.0
> >
> 
> 
> 
> 
> 

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

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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-04-13 11:41       ` Zan Dobersek
@ 2021-04-13 22:30         ` Gowtham Tammana
  2021-04-13 22:50           ` praneeth
  0 siblings, 1 reply; 9+ messages in thread
From: Gowtham Tammana @ 2021-04-13 22:30 UTC (permalink / raw)
  To: Zan Dobersek, meta-ti

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



From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On Behalf Of Zan Dobersek
Sent: Tuesday, April 13, 2021 6:41 AM
To: meta-ti@lists.yoctoproject.org
Subject: Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix

Hi,

this patch is still valid and needed for Poky-based builds. Did it just go unattended or is there some action still expected on my part?

No further action, this will be picked up.

Thanks,
Gowtham

Regards,
Zan

On Fri, Feb 26, 2021, at 8:10 AM, Zan Dobersek wrote:
On Wed, Feb 24, 2021, at 9:23 PM, Denys Dmytriyenko wrote:
> On Wed, Feb 24, 2021 at 06:57:57PM +0000, Gowtham Tammana via
> lists.yoctoproject.org wrote:
> >
> >
> > >-----Original Message-----
> > >From: meta-ti@lists.yoctoproject.org<mailto:meta-ti%40lists.yoctoproject.org> <meta-ti@lists.yoctoproject.org<mailto:meta-ti%40lists.yoctoproject.org>> On
> > >Behalf Of Zan Dobersek
> > >Sent: Wednesday, February 24, 2021 2:25 AM
> > >To: meta-ti@lists.yoctoproject.org<mailto:meta-ti%40lists.yoctoproject.org>
> > >Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-
> > >poky-linux-gnueabi compiler prefix
> > >
> > >The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi
> > >prefix
> > >to the arm-linux-gnueabihf preferred target. Same should be done for the
> > >arm-poky-linux-gnueabi prefix.
> >
> > This looks ok. Btw what layer is being used when using this toolchain.
>
> Gowtham,
>
> This toolchain is built by Poky, which is the reference distribution of the
> Yocto Project.
>

Reviewed-by: Gowtham Tammana g-tammana@ti.com<mailto:g-tammana@ti.com>

That's right.

FWIW the patch should be applicable to both dunfell and master branches.

Regards,
Zan

> --
> Denys
>
>
> > >Signed-off-by: Zan Dobersek <zan@falconsigh.net<mailto:zan%40falconsigh.net>>
> > >---
> > > ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > >diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-
> > >drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
> > >gnueabi.patch
> > >index 071ce0ca..15105eac 100644
> > >--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> > >+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> > >@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
> > >    ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
> > >     $(1)_compiler_preferred_target := aarch64-linux-gnu
> > >    endif
> > >-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
> > >gnueabi,$$($(1)_compiler_preferred_target)),)
> > >++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-
> > >gnueabi,$$($(1)_compiler_preferred_target)),)
> > > +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
> > > +  endif
> > >    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-
> > >redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
> > >--
> > >2.30.0
>







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

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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-04-13 22:30         ` Gowtham Tammana
@ 2021-04-13 22:50           ` praneeth
  2021-04-13 23:10             ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: praneeth @ 2021-04-13 22:50 UTC (permalink / raw)
  To: g-tammana, Zan Dobersek, meta-ti



On 4/13/2021 5:30 PM, Gowtham Tammana via lists.yoctoproject.org wrote:
> *From:* meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> 
> *On Behalf Of *Zan Dobersek
> *Sent:* Tuesday, April 13, 2021 6:41 AM
> *To:* meta-ti@lists.yoctoproject.org
> *Subject:* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly 
> handle arm-poky-linux-gnueabi compiler prefix
> 
> Hi,
> 
> this patch is still valid and needed for Poky-based builds. Did it just 
> go unattended or is there some action still expected on my part?
> 
> No further action, this will be picked up.

Zan,Gowtham, This has to be picked up for which branches? 
(dunfell/master ? )

> 
> Thanks,
> 
> Gowtham
> 
> Regards,
> 
> Zan
> 
> On Fri, Feb 26, 2021, at 8:10 AM, Zan Dobersek wrote:
> 
>     On Wed, Feb 24, 2021, at 9:23 PM, Denys Dmytriyenko wrote:
> 
>      > On Wed, Feb 24, 2021 at 06:57:57PM +0000, Gowtham Tammana via
> 
>      > lists.yoctoproject.org wrote:
> 
>      > >
> 
>      > >
> 
>      > > >-----Original Message-----
> 
>      > > >From: meta-ti@lists.yoctoproject.org
>     <mailto:meta-ti%40lists.yoctoproject.org>
>     <meta-ti@lists.yoctoproject.org
>     <mailto:meta-ti%40lists.yoctoproject.org>> On
> 
>      > > >Behalf Of Zan Dobersek
> 
>      > > >Sent: Wednesday, February 24, 2021 2:25 AM
> 
>      > > >To: meta-ti@lists.yoctoproject.org
>     <mailto:meta-ti%40lists.yoctoproject.org>
> 
>      > > >Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly
>     handle arm-
> 
>      > > >poky-linux-gnueabi compiler prefix
> 
>      > > >
> 
>      > > >The additional patch for ti-sgx-ddk-km remaps the
>     arm-oe-linux-gnueabi
> 
>      > > >prefix
> 
>      > > >to the arm-linux-gnueabihf preferred target. Same should be
>     done for the
> 
>      > > >arm-poky-linux-gnueabi prefix.
> 
>      > >
> 
>      > > This looks ok. Btw what layer is being used when using this
>     toolchain.
> 
>      >
> 
>      > Gowtham,
> 
>      >
> 
>      > This toolchain is built by Poky, which is the reference
>     distribution of the
> 
>      > Yocto Project.
> 
>      >
> 
>     Reviewed-by: Gowtham Tammana g-tammana@ti.com <mailto:g-tammana@ti.com>
> 
>     That's right.
> 
>     FWIW the patch should be applicable to both dunfell and master branches.
> 
>     Regards,
> 
>     Zan
> 
>      > --
> 
>      > Denys
> 
>      >
> 
>      >
> 
>      > > >Signed-off-by: Zan Dobersek <zan@falconsigh.net
>     <mailto:zan%40falconsigh.net>>
> 
>      > > >---
> 
>      > > >
>     ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
> 
>      > > > 1 file changed, 1 insertion(+), 1 deletion(-)
> 
>      > > >
> 
>      > > >diff --git
>     a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> 
>      > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
>     b/recipes-bsp/powervr-
> 
>      > >
>      >drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
> 
>      > > >gnueabi.patch
> 
>      > > >index 071ce0ca..15105eac 100644
> 
>      > > >--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> 
>      > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> 
>      > > >+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
> 
>      > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
> 
>      > > >@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
> 
>      > > >    ifneq ($$(filter
>     aarch64-%,$$($(1)_compiler_preferred_target)),)
> 
>      > > >     $(1)_compiler_preferred_target := aarch64-linux-gnu
> 
>      > > >    endif
> 
>      > > >-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
> 
>      > > >gnueabi,$$($(1)_compiler_preferred_target)),)
> 
>      > > >++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi
>     arm-poky-linux-
> 
>      > > >gnueabi,$$($(1)_compiler_preferred_target)),)
> 
>      > > > +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
> 
>      > > > +  endif
> 
>      > > >    ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi
>     armv7hl-
> 
>      > > >redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
> 
>      > > >--
> 
>      > > >2.30.0
> 
>      >
> 
> 
> 
> 
> 

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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-04-13 22:50           ` praneeth
@ 2021-04-13 23:10             ` Denys Dmytriyenko
  2021-04-13 23:25               ` praneeth
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2021-04-13 23:10 UTC (permalink / raw)
  To: praneeth; +Cc: g-tammana, Zan Dobersek, meta-ti

[-- Attachment #1: Type: text/html, Size: 9336 bytes --]

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

* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  2021-04-13 23:10             ` Denys Dmytriyenko
@ 2021-04-13 23:25               ` praneeth
  0 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-13 23:25 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: g-tammana, Zan Dobersek, meta-ti



On 4/13/21 6:10 PM, Denys Dmytriyenko wrote:
> Praneeth,
> 
> Yes, dunfell and master should be fine. Thanks.
> 

Thanks denys for confirming.
pulled to dunfell-next for nightly build test. Will pick to other 
branches in a day.


> Denys
> 
> 
> On Apr 13, 2021 18:50, "praneeth via lists.yoctoproject.org" 
> <praneeth=ti.com@lists.yoctoproject.org> wrote:
> 
> 
> 
>     On 4/13/2021 5:30 PM, Gowtham Tammana via lists.yoctoproject.org wrote:
>      > *From:* meta-ti@lists.yoctoproject.org
>     <meta-ti@lists.yoctoproject.org>
>      > *On Behalf Of *Zan Dobersek
>      > *Sent:* Tuesday, April 13, 2021 6:41 AM
>      > *To:* meta-ti@lists.yoctoproject.org
>      > *Subject:* Re: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km: properly
>      > handle arm-poky-linux-gnueabi compiler prefix
>      >
>      > Hi,
>      >
>      > this patch is still valid and needed for Poky-based builds. Did
>     it just
>      > go unattended or is there some action still expected on my part?
>      >
>      > No further action, this will be picked up.
> 
>     Zan,Gowtham, This has to be picked up for which branches?
>     (dunfell/master ? )
> 
>      >
>      > Thanks,
>      >
>      > Gowtham
>      >
>      > Regards,
>      >
>      > Zan
>      >
>      > On Fri, Feb 26, 2021, at 8:10 AM, Zan Dobersek wrote:
>      >
>      >     On Wed, Feb 24, 2021, at 9:23 PM, Denys Dmytriyenko wrote:
>      >
>      >      > On Wed, Feb 24, 2021 at 06:57:57PM +0000, Gowtham Tammana via
>      >
>      >      > lists.yoctoproject.org wrote:
>      >
>      >      > >
>      >
>      >      > >
>      >
>      >      > > >-----Original Message-----
>      >
>      >      > > >From: meta-ti@lists.yoctoproject.org
>      >     <mailto:meta-ti%40lists.yoctoproject.org>
>      >     <meta-ti@lists.yoctoproject.org
>      >     <mailto:meta-ti%40lists.yoctoproject.org>> On
>      >
>      >      > > >Behalf Of Zan Dobersek
>      >
>      >      > > >Sent: Wednesday, February 24, 2021 2:25 AM
>      >
>      >      > > >To: meta-ti@lists.yoctoproject.org
>      >     <mailto:meta-ti%40lists.yoctoproject.org>
>      >
>      >      > > >Subject: [EXTERNAL] [meta-ti] [PATCH] ti-sgx-ddk-km:
>     properly
>      >     handle arm-
>      >
>      >      > > >poky-linux-gnueabi compiler prefix
>      >
>      >      > > >
>      >
>      >      > > >The additional patch for ti-sgx-ddk-km remaps the
>      >     arm-oe-linux-gnueabi
>      >
>      >      > > >prefix
>      >
>      >      > > >to the arm-linux-gnueabihf preferred target. Same
>     should be
>      >     done for the
>      >
>      >      > > >arm-poky-linux-gnueabi prefix.
>      >
>      >      > >
>      >
>      >      > > This looks ok. Btw what layer is being used when using this
>      >     toolchain.
>      >
>      >      >
>      >
>      >      > Gowtham,
>      >
>      >      >
>      >
>      >      > This toolchain is built by Poky, which is the reference
>      >     distribution of the
>      >
>      >      > Yocto Project.
>      >
>      >      >
>      >
>      >     Reviewed-by: Gowtham Tammana g-tammana@ti.com
>     <mailto:g-tammana@ti.com>
>      >
>      >     That's right.
>      >
>      >     FWIW the patch should be applicable to both dunfell and
>     master branches.
>      >
>      >     Regards,
>      >
>      >     Zan
>      >
>      >      > --
>      >
>      >      > Denys
>      >
>      >      >
>      >
>      >      >
>      >
>      >      > > >Signed-off-by: Zan Dobersek <zan@falconsigh.net
>      >     <mailto:zan%40falconsigh.net>>
>      >
>      >      > > >---
>      >
>      >      > > >
>      >
>     ...1-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch | 2 +-
>      >
>      >      > > > 1 file changed, 1 insertion(+), 1 deletion(-)
>      >
>      >      > > >
>      >
>      >      > > >diff --git
>      >     a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
>      >
>      >      > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
>      >     b/recipes-bsp/powervr-
>      >
>      >      > >
>      >     
>      >drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-
>      >
>      >      > > >gnueabi.patch
>      >
>      >      > > >index 071ce0ca..15105eac 100644
>      >
>      >      > > >---
>     a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
>      >
>      >      > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
>      >
>      >      > > >+++
>     b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-
>      >
>      >      > > >OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
>      >
>      >      > > >@@ -17,7 +17,7 @@ index dead2f9..2ba3e5e 100644
>      >
>      >      > > >    ifneq ($$(filter
>      >     aarch64-%,$$($(1)_compiler_preferred_target)),)
>      >
>      >      > > >     $(1)_compiler_preferred_target := aarch64-linux-gnu
>      >
>      >      > > >    endif
>      >
>      >      > > >-+  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-
>      >
>      >      > > >gnueabi,$$($(1)_compiler_preferred_target)),)
>      >
>      >      > > >++  ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi
>      >     arm-poky-linux-
>      >
>      >      > > >gnueabi,$$($(1)_compiler_preferred_target)),)
>      >
>      >      > > > +   $(1)_compiler_preferred_target := arm-linux-gnueabihf
>      >
>      >      > > > +  endif
>      >
>      >      > > >    ifneq ($$(filter arm-%-gnueabi
>     armv7a-cros-linux-gnueabi
>      >     armv7hl-
>      >
>      >      > > >redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
>      >
>      >      > > >--
>      >
>      >      > > >2.30.0
>      >
>      >      >
>      >
>      >
>      >
>      >
>      >
> 
> 
>     
> 
> 

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

end of thread, other threads:[~2021-04-13 23:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  8:25 [PATCH] ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix zan
2021-02-24 18:57 ` [EXTERNAL] [meta-ti] " Gowtham Tammana
2021-02-24 20:23   ` Denys Dmytriyenko
2021-02-26  7:10     ` Zan Dobersek
     [not found]     ` <16673A9B03286F37.14505@lists.yoctoproject.org>
2021-04-13 11:41       ` Zan Dobersek
2021-04-13 22:30         ` Gowtham Tammana
2021-04-13 22:50           ` praneeth
2021-04-13 23:10             ` Denys Dmytriyenko
2021-04-13 23:25               ` praneeth

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.