From e19938f8c7ebee54e134d050ff061be5285a95dc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 13 May 2020 22:03:21 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-cortexa55.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine/include/tune-cortexa55.inc') diff --git a/meta/conf/machine/include/tune-cortexa55.inc b/meta/conf/machine/include/tune-cortexa55.inc index 89032b59ec..274944819e 100644 --- a/meta/conf/machine/include/tune-cortexa55.inc +++ b/meta/conf/machine/include/tune-cortexa55.inc @@ -9,5 +9,6 @@ require conf/machine/include/arm/arch-armv8a.inc AVAILTUNES += "cortexa55" ARMPKGARCH_tune-cortexa55 = "cortexa55" TUNE_FEATURES_tune-cortexa55 = "aarch64 cortexa55 crc crypto" +TUNE_PKGARCH_tune-cortexa55 = "cortexa55" PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa55" BASE_LIB_tune-cortexa55 = "lib64" -- cgit v1.2.3-54-g00ecf