diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2025-06-13 12:11:27 -0600 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-20 09:21:27 -0700 |
commit | a727f01635aefe50f586578616fdfdbdb3e9379f (patch) | |
tree | 1f0c488a13aca070967d63f748f2e55ca1104be4 | |
parent | 8f9c895535416b57e77498d5cebb1a613bc38ab0 (diff) | |
download | poky-a727f01635aefe50f586578616fdfdbdb3e9379f.tar.gz |
tune-cortexr52: Remove aarch64 for ARM Cortex-R52
Remove aarch64 for ARM Cortex-R52 processor as it supports only 32-bit
ISA but not 64-bit ISA. Also update ARMPKGARCH for cortexr52hf.
(From OE-Core rev: fd79c20430ad5c540522ddbe72ef235379c628bd)
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <grsandeep85@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc b/meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc index 89f0e09450..e8667bc16b 100644 --- a/meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc +++ b/meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc | |||
@@ -10,11 +10,10 @@ require conf/machine/include/arm/arch-armv8r.inc | |||
10 | 10 | ||
11 | AVAILTUNES += "cortexr52" | 11 | AVAILTUNES += "cortexr52" |
12 | ARMPKGARCH:tune-cortexr52 = "cortexr52" | 12 | ARMPKGARCH:tune-cortexr52 = "cortexr52" |
13 | # We do not want -march since -mcpu is added above to cover for it | 13 | TUNE_FEATURES:tune-cortexr52 = "${TUNE_FEATURES:tune-armv8r-crc-simd} cortexr52" |
14 | TUNE_FEATURES:tune-cortexr52 = "aarch64 crc simd cortexr52" | ||
15 | PACKAGE_EXTRA_ARCHS:tune-cortexr52 = "${PACKAGE_EXTRA_ARCHS:tune-armv8r-crc-simd} cortexr52" | 14 | PACKAGE_EXTRA_ARCHS:tune-cortexr52 = "${PACKAGE_EXTRA_ARCHS:tune-armv8r-crc-simd} cortexr52" |
16 | 15 | ||
17 | AVAILTUNES += "cortexr52hf" | 16 | AVAILTUNES += "cortexr52hf" |
18 | ARMPKGARCH:tune-cortexr52hf = "cortexr52" | 17 | ARMPKGARCH:tune-cortexr52hf = "cortexr52hf" |
19 | TUNE_FEATURES:tune-cortexr52hf = "${TUNE_FEATURES:tune-cortexr52} callconvention-hard" | 18 | TUNE_FEATURES:tune-cortexr52hf = "${TUNE_FEATURES:tune-cortexr52} callconvention-hard" |
20 | PACKAGE_EXTRA_ARCHS:tune-cortexr52hf = "cortexr52hf" | 19 | PACKAGE_EXTRA_ARCHS:tune-cortexr52hf = "cortexr52hf" |