]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
armv8/tunes: Set TUNE_PKGARCH_64 based on ARMPKGARCH
authorKhem Raj <raj.khem@gmail.com>
Tue, 26 May 2020 23:10:37 +0000 (16:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:25:54 +0000 (15:25 +0100)
commit08433cc58abf0cf3e42b22d20870a50287cfb8bc
treea06403830e0acdf2685c982caec6e6a974b9f7bc
parent2d503b27e7c88cee9a37c79c4605c77b11f230b6
armv8/tunes: Set TUNE_PKGARCH_64 based on ARMPKGARCH

The setting is to modify TUNE_PKGARCH which is filled with
TUNE_PKGARCH_64 or TUNE_PKGARCH_32 in arm-arch64.inc
This lets higher up tune files for arm64 SOCs override them if needed,
this can help building multiple armv8 machines with different tunes in
same workspace.

No need to set TUNE_PKGARCH in tune files as it is synthesized from ARMPKGARCH

Add ARMPKGARCH for aarch64 tunes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/arch-arm64.inc
meta/conf/machine/include/tune-cortexa53.inc
meta/conf/machine/include/tune-cortexa55.inc
meta/conf/machine/include/tune-cortexa57-cortexa53.inc
meta/conf/machine/include/tune-cortexa57.inc
meta/conf/machine/include/tune-cortexa72-cortexa53.inc
meta/conf/machine/include/tune-cortexa72.inc
meta/conf/machine/include/tune-cortexa73-cortexa53.inc