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

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.