public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [RFC][PATCH 1/3] tune-thunderx.inc: don't append _be to ARMPKGARCH for tune-thunderx_be
@ 2020-10-17  9:27 Martin Jansa
  2020-10-17  9:27 ` [RFC][PATCH 2/3] siteinfo: Recognize 32bit PPC LE Martin Jansa
  2020-10-17  9:27 ` [RFC][PATCH 3/3] siteinfo: Recognize bigendian sh3be and sh4be Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2020-10-17  9:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Martin Jansa

* the _be suffix is already included in ARMPKGARCH with:
  ARMPKGARCH_tune-thunderx ?= "thunderx"
  ARMPKGARCH_tune-thunderx_be ?= "thunderx_be"

  and then it was appended again through ARMPKGSFX_ENDIAN_64 in
  meta/conf/machine/include/arm/arch-arm64.inc:
  TUNE_PKGARCH_64 = "${ARMPKGARCH}${ARMPKGSFX_ENDIAN_64}"

* broken since:
  commit 08433cc58abf0cf3e42b22d20870a50287cfb8bc
  Author: Khem Raj <raj.khem@gmail.com>
  Date:   Tue May 26 16:10:37 2020 -0700

    armv8/tunes: Set TUNE_PKGARCH_64 based on ARMPKGARCH

* fixes:
  scripts/tune/log.fake-thunderx.thunderx_be:    Error, the PACKAGE_ARCHS variable (all any noarch aarch64_be thunderx_be fake_thunderx) for DEFAULTTUNE (thunderx_be) does not contain TUNE_PKGARCH (thunderx_be_be).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/machine/include/tune-thunderx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/tune-thunderx.inc b/meta/conf/machine/include/tune-thunderx.inc
index aa4d0501d4..d1aaf4891e 100644
--- a/meta/conf/machine/include/tune-thunderx.inc
+++ b/meta/conf/machine/include/tune-thunderx.inc
@@ -8,7 +8,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunde
 require conf/machine/include/arm/arch-armv8a.inc
 
 ARMPKGARCH_tune-thunderx ?= "thunderx"
-ARMPKGARCH_tune-thunderx_be ?= "thunderx_be"
+ARMPKGARCH_tune-thunderx_be ?= "thunderx"
 
 TUNE_FEATURES_tune-thunderx = "${TUNE_FEATURES_tune-aarch64} thunderx"
 TUNE_FEATURES_tune-thunderx_be = "${TUNE_FEATURES_tune-thunderx} bigendian"
-- 
2.25.1


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

end of thread, other threads:[~2020-10-17  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-17  9:27 [RFC][PATCH 1/3] tune-thunderx.inc: don't append _be to ARMPKGARCH for tune-thunderx_be Martin Jansa
2020-10-17  9:27 ` [RFC][PATCH 2/3] siteinfo: Recognize 32bit PPC LE Martin Jansa
2020-10-17  9:27 ` [RFC][PATCH 3/3] siteinfo: Recognize bigendian sh3be and sh4be Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox