diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/conf/machine/include/tune-octeon.inc | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-octeon.inc')
| -rw-r--r-- | meta/conf/machine/include/tune-octeon.inc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/meta/conf/machine/include/tune-octeon.inc b/meta/conf/machine/include/tune-octeon.inc index b5deb8fd88..455c6a2f33 100644 --- a/meta/conf/machine/include/tune-octeon.inc +++ b/meta/conf/machine/include/tune-octeon.inc | |||
| @@ -7,26 +7,26 @@ AVAILTUNES += "octeon2 octeon2_64 octeon3 octeon3_64" | |||
| 7 | TUNEVALID[octeon2] = "Enable optimization related to octeon2 support" | 7 | TUNEVALID[octeon2] = "Enable optimization related to octeon2 support" |
| 8 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon2', ' -march=octeon2 ', '',d)}" | 8 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon2', ' -march=octeon2 ', '',d)}" |
| 9 | 9 | ||
| 10 | TUNE_FEATURES_tune-octeon2 = "${TUNE_FEATURES_tune-mips64-n32} octeon2" | 10 | TUNE_FEATURES:tune-octeon2 = "${TUNE_FEATURES:tune-mips64-n32} octeon2" |
| 11 | BASE_LIB_tune-octeon2 = "lib32" | 11 | BASE_LIB:tune-octeon2 = "lib32" |
| 12 | MIPSPKGSFX_VARIANT_tune-octeon2 = "octeon2" | 12 | MIPSPKGSFX_VARIANT:tune-octeon2 = "octeon2" |
| 13 | PACKAGE_EXTRA_ARCHS_tune-octeon2 = "mips64-n32 octeon2-n32" | 13 | PACKAGE_EXTRA_ARCHS:tune-octeon2 = "mips64-n32 octeon2-n32" |
| 14 | 14 | ||
| 15 | TUNE_FEATURES_tune-octeon2_64 = "${TUNE_FEATURES_tune-mips64} octeon2" | 15 | TUNE_FEATURES:tune-octeon2_64 = "${TUNE_FEATURES:tune-mips64} octeon2" |
| 16 | BASE_LIB_tune-octeon2_64 = "lib64" | 16 | BASE_LIB:tune-octeon2_64 = "lib64" |
| 17 | MIPSPKGSFX_VARIANT_tune-octeon2_64 = "octeon2_64" | 17 | MIPSPKGSFX_VARIANT:tune-octeon2_64 = "octeon2_64" |
| 18 | PACKAGE_EXTRA_ARCHS_tune-octeon2_64 = "mips64 octeon2_64" | 18 | PACKAGE_EXTRA_ARCHS:tune-octeon2_64 = "mips64 octeon2_64" |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | TUNEVALID[octeon3] = "Enable optimization related to octeon3 support" | 21 | TUNEVALID[octeon3] = "Enable optimization related to octeon3 support" |
| 22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}" | 22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}" |
| 23 | 23 | ||
| 24 | TUNE_FEATURES_tune-octeon3 = "${TUNE_FEATURES_tune-mips64-n32} octeon3" | 24 | TUNE_FEATURES:tune-octeon3 = "${TUNE_FEATURES:tune-mips64-n32} octeon3" |
| 25 | BASE_LIB_tune-octeon3 = "lib32" | 25 | BASE_LIB:tune-octeon3 = "lib32" |
| 26 | MIPSPKGSFX_VARIANT_tune-octeon3 = "octeon3" | 26 | MIPSPKGSFX_VARIANT:tune-octeon3 = "octeon3" |
| 27 | PACKAGE_EXTRA_ARCHS_tune-octeon3 = "mips64-n32 octeon3-n32" | 27 | PACKAGE_EXTRA_ARCHS:tune-octeon3 = "mips64-n32 octeon3-n32" |
| 28 | 28 | ||
| 29 | TUNE_FEATURES_tune-octeon3_64 = "${TUNE_FEATURES_tune-mips64} octeon3" | 29 | TUNE_FEATURES:tune-octeon3_64 = "${TUNE_FEATURES:tune-mips64} octeon3" |
| 30 | BASE_LIB_tune-octeon3_64 = "lib64" | 30 | BASE_LIB:tune-octeon3_64 = "lib64" |
| 31 | MIPSPKGSFX_VARIANT_tune-octeon3_64 = "octeon3_64" | 31 | MIPSPKGSFX_VARIANT:tune-octeon3_64 = "octeon3_64" |
| 32 | PACKAGE_EXTRA_ARCHS_tune-octeon3_64 = "mips64 octeon3_64" | 32 | PACKAGE_EXTRA_ARCHS:tune-octeon3_64 = "mips64 octeon3_64" |
