diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-05-13 22:03:21 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-15 16:31:44 +0100 |
| commit | e19938f8c7ebee54e134d050ff061be5285a95dc (patch) | |
| tree | 4b0d171c676283b685e84bc43b1bf786dd1abc55 /meta/conf/machine/include/tune-cortexa57.inc | |
| parent | 030f460b82d793d11a4721c56f9c6f78dc811c96 (diff) | |
| download | poky-e19938f8c7ebee54e134d050ff061be5285a95dc.tar.gz | |
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>
Diffstat (limited to 'meta/conf/machine/include/tune-cortexa57.inc')
| -rw-r--r-- | meta/conf/machine/include/tune-cortexa57.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa57.inc b/meta/conf/machine/include/tune-cortexa57.inc index 645a5a7ef6..e8ddeb5786 100644 --- a/meta/conf/machine/include/tune-cortexa57.inc +++ b/meta/conf/machine/include/tune-cortexa57.inc | |||
| @@ -13,5 +13,7 @@ TUNE_FEATURES_tune-cortexa57 = "aarch64 cortexa57 crc" | |||
| 13 | TUNE_FEATURES_tune-cortexa57-crypto = "aarch64 cortexa57 crc crypto" | 13 | TUNE_FEATURES_tune-cortexa57-crypto = "aarch64 cortexa57 crc crypto" |
| 14 | PACKAGE_EXTRA_ARCHS_tune-cortexa57 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa57" | 14 | PACKAGE_EXTRA_ARCHS_tune-cortexa57 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa57" |
| 15 | PACKAGE_EXTRA_ARCHS_tune-cortexa57-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa57 cortexa57-crypto" | 15 | PACKAGE_EXTRA_ARCHS_tune-cortexa57-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa57 cortexa57-crypto" |
| 16 | TUNE_PKGARCH_tune-cortexa57 = "cortexa57" | ||
| 17 | TUNE_PKGARCH_tune-cortexa57-crypto = "cortexa57-crypto" | ||
| 16 | BASE_LIB_tune-cortexa57 = "lib64" | 18 | BASE_LIB_tune-cortexa57 = "lib64" |
| 17 | BASE_LIB_tune-cortexa57-crypto = "lib64" | 19 | BASE_LIB_tune-cortexa57-crypto = "lib64" |
