Skip to content

Commit

Permalink
tune-cortexa*: Add missing BASE_LIB tune overrides
Browse files Browse the repository at this point in the history
<pre>
For&#32;multilib&#32;to&#32;work&#32;correctly,&#32;BASE_LIB&#32;overrides&#32;must&#32;be&#32;provided.

Signed-off-by:&#32;Steven&#32;Yu-Yu&#32;Hung&#32;&lt;Steven.Hung@mediatek.com&gt;
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
Steven Hung (洪于玉) authored and rpurdie committed Mar 11, 2019
1 parent 51cb1d5 commit 76e3243
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/conf/machine/include/tune-cortexa32.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ TUNE_FEATURES_tune-cortexa32 = "aarch64 cortexa32 simd crc"
TUNE_FEATURES_tune-cortexa32-crypto = "aarch64 cortexa32 simd crc crypto"
PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32"
PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32-crypto"
BASE_LIB_tune-cortexa32 = "lib64"
BASE_LIB_tune-cortexa32-crypto = "lib64"
2 changes: 2 additions & 0 deletions meta/conf/machine/include/tune-cortexa35.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ TUNE_FEATURES_tune-cortexa35 = "aarch64 cortexa35 simd crc"
TUNE_FEATURES_tune-cortexa35-crypto = "aarch64 cortexa35 simd crc crypto"
PACKAGE_EXTRA_ARCHS_tune-cortexa35 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa35"
PACKAGE_EXTRA_ARCHS_tune-cortexa35-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa35 cortexa35-crypto"
BASE_LIB_tune-cortexa35 = "lib64"
BASE_LIB_tune-cortexa35-crypto = "lib64"
2 changes: 2 additions & 0 deletions meta/conf/machine/include/tune-cortexa53.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ TUNE_FEATURES_tune-cortexa53 = "aarch64 cortexa53 simd crc"
TUNE_FEATURES_tune-cortexa53-crypto = "aarch64 cortexa53 simd crc crypto"
PACKAGE_EXTRA_ARCHS_tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa53"
PACKAGE_EXTRA_ARCHS_tune-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa53 cortexa53-crypto"
BASE_LIB_tune-cortexa53 = "lib64"
BASE_LIB_tune-cortexa53-crypto = "lib64"
1 change: 1 addition & 0 deletions meta/conf/machine/include/tune-cortexa72.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ AVAILTUNES += "cortexa72"
ARMPKGARCH_tune-cortexa72 = "cortexa72"
TUNE_FEATURES_tune-cortexa72 = "aarch64 cortexa72 simd crc crypto"
PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72"
BASE_LIB_tune-cortexa72 = "lib64"

0 comments on commit 76e3243

Please sign in to comment.