public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] tune-cortexa65.inc: Correct TUNE_FEATURES_tune-cortexa65
@ 2020-10-12 21:31 Peter Kjellerstedt
  2020-10-12 22:24 ` [OE-core] " Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Kjellerstedt @ 2020-10-12 21:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jon Mason

It incorrectly specified "cortexa55" instead of "cortexa65".

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc
index ecf17fbbe7..427e58947f 100644
--- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc
+++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc
@@ -11,6 +11,6 @@ require conf/machine/include/arm/arch-armv8-2a.inc
 # Little Endian base configs
 AVAILTUNES                                         += "cortexa65"
 ARMPKGARCH_tune-cortexa65                           = "cortexa65"
-TUNE_FEATURES_tune-cortexa65                        = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa55"
+TUNE_FEATURES_tune-cortexa65                        = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa65"
 PACKAGE_EXTRA_ARCHS_tune-cortexa65                  = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa65"
 BASE_LIB_tune-cortexa65                             = "lib64"

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

end of thread, other threads:[~2020-10-18  8:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12 21:31 [PATCH] tune-cortexa65.inc: Correct TUNE_FEATURES_tune-cortexa65 Peter Kjellerstedt
2020-10-12 22:24 ` [OE-core] " Martin Jansa
2020-10-13  8:44   ` Richard Purdie
2020-10-15 10:01     ` Martin Jansa
     [not found]     ` <163E22305B9C588F.27068@lists.openembedded.org>
2020-10-16  8:01       ` Martin Jansa
     [not found]       ` <163E6A3B404AC987.24259@lists.openembedded.org>
2020-10-18  8:30         ` Martin Jansa

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