mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
armv8/tunes: Define TUNE_PKGARCH
Now that they uses -mcpu, its better to have tune specific build directories, since aarch64 wont be appropriate any longer (From OE-Core rev: 030cd9021ef50d71482f6acf0e05fe425038c822) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,4 +10,5 @@ AVAILTUNES += "cortexa72"
|
||||
ARMPKGARCH_tune-cortexa72 = "cortexa72"
|
||||
TUNE_FEATURES_tune-cortexa72 = "aarch64 cortexa72 crc crypto"
|
||||
PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72"
|
||||
TUNE_PKGARCH_tune-cortexa72 = "cortexa72"
|
||||
BASE_LIB_tune-cortexa72 = "lib64"
|
||||
|
||||
Reference in New Issue
Block a user