diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-01-10 13:01:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-11 18:34:15 +0000 |
| commit | a1b9c06ff51fd041adc29f8f673a1fe40275d75d (patch) | |
| tree | 0cd0a5a8df59bb433e69cb85a05fdfd4fab91864 /meta/conf/machine/include/x86 | |
| parent | 0165c71b10925aab8dcfd9acffad09001541e20a (diff) | |
| download | poky-a1b9c06ff51fd041adc29f8f673a1fe40275d75d.tar.gz | |
qemu/machine: rename QEMU_EXTRAOPTIONS for consistency
The per-tune qemu options variable is QEMU_EXTRAOPTIONS_${TUNE_PKGARCH},
but this doesn't follow the pattern of all of the other tune-specific
variables in the machine configuration which is VARIABLE:tune-[name].
Rename QEMU_EXTRAOPTIONS_${TUNE_PKGARCH} to
QEMU_EXTRAOPTIONS:tune-${TUNE_PKGARCH} for consistency.
Note that this will mean that BSPs need to update any assignments of
this variable.
(From OE-Core rev: 7f981d074442b901f7e64dbdb9db851ff31c3733)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/x86')
| -rw-r--r-- | meta/conf/machine/include/x86/tune-core2.inc | 6 | ||||
| -rw-r--r-- | meta/conf/machine/include/x86/tune-corei7.inc | 6 | ||||
| -rw-r--r-- | meta/conf/machine/include/x86/tune-x86-64-v3.inc | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/conf/machine/include/x86/tune-core2.inc b/meta/conf/machine/include/x86/tune-core2.inc index 082fd4efc3..a4ec09072d 100644 --- a/meta/conf/machine/include/x86/tune-core2.inc +++ b/meta/conf/machine/include/x86/tune-core2.inc | |||
| @@ -21,18 +21,18 @@ TUNE_FEATURES:tune-core2-32 = "${TUNE_FEATURES:tune-x86} core2" | |||
| 21 | BASE_LIB:tune-core2-32 = "lib" | 21 | BASE_LIB:tune-core2-32 = "lib" |
| 22 | TUNE_PKGARCH:tune-core2-32 = "core2-32" | 22 | TUNE_PKGARCH:tune-core2-32 = "core2-32" |
| 23 | PACKAGE_EXTRA_ARCHS:tune-core2-32 = "${PACKAGE_EXTRA_ARCHS:tune-i686} core2-32" | 23 | PACKAGE_EXTRA_ARCHS:tune-core2-32 = "${PACKAGE_EXTRA_ARCHS:tune-i686} core2-32" |
| 24 | QEMU_EXTRAOPTIONS_core2-32 = " -cpu Nehalem,check=false" | 24 | QEMU_EXTRAOPTIONS:tune-core2-32 = " -cpu Nehalem,check=false" |
| 25 | 25 | ||
| 26 | AVAILTUNES += "core2-64" | 26 | AVAILTUNES += "core2-64" |
| 27 | TUNE_FEATURES:tune-core2-64 = "${TUNE_FEATURES:tune-x86-64} core2" | 27 | TUNE_FEATURES:tune-core2-64 = "${TUNE_FEATURES:tune-x86-64} core2" |
| 28 | BASE_LIB:tune-core2-64 = "lib64" | 28 | BASE_LIB:tune-core2-64 = "lib64" |
| 29 | TUNE_PKGARCH:tune-core2-64 = "core2-64" | 29 | TUNE_PKGARCH:tune-core2-64 = "core2-64" |
| 30 | PACKAGE_EXTRA_ARCHS:tune-core2-64 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64} core2-64" | 30 | PACKAGE_EXTRA_ARCHS:tune-core2-64 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64} core2-64" |
| 31 | QEMU_EXTRAOPTIONS_core2-64 = " -cpu Nehalem,check=false" | 31 | QEMU_EXTRAOPTIONS:tune-core2-64 = " -cpu Nehalem,check=false" |
| 32 | 32 | ||
| 33 | AVAILTUNES += "core2-64-x32" | 33 | AVAILTUNES += "core2-64-x32" |
| 34 | TUNE_FEATURES:tune-core2-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} core2" | 34 | TUNE_FEATURES:tune-core2-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} core2" |
| 35 | BASE_LIB:tune-core2-64-x32 = "libx32" | 35 | BASE_LIB:tune-core2-64-x32 = "libx32" |
| 36 | TUNE_PKGARCH:tune-core2-64-x32 = "core2-64-x32" | 36 | TUNE_PKGARCH:tune-core2-64-x32 = "core2-64-x32" |
| 37 | PACKAGE_EXTRA_ARCHS:tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64-x32} core2-64-x32" | 37 | PACKAGE_EXTRA_ARCHS:tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64-x32} core2-64-x32" |
| 38 | QEMU_EXTRAOPTIONS_core2-64-x32 = " -cpu Nehalem,check=false" | 38 | QEMU_EXTRAOPTIONS:tune-core2-64-x32 = " -cpu Nehalem,check=false" |
diff --git a/meta/conf/machine/include/x86/tune-corei7.inc b/meta/conf/machine/include/x86/tune-corei7.inc index 7798288a74..076af97c71 100644 --- a/meta/conf/machine/include/x86/tune-corei7.inc +++ b/meta/conf/machine/include/x86/tune-corei7.inc | |||
| @@ -21,18 +21,18 @@ TUNE_FEATURES:tune-corei7-32 = "${TUNE_FEATURES:tune-x86} corei7" | |||
| 21 | BASE_LIB:tune-corei7-32 = "lib" | 21 | BASE_LIB:tune-corei7-32 = "lib" |
| 22 | TUNE_PKGARCH:tune-corei7-32 = "corei7-32" | 22 | TUNE_PKGARCH:tune-corei7-32 = "corei7-32" |
| 23 | PACKAGE_EXTRA_ARCHS:tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-32} corei7-32" | 23 | PACKAGE_EXTRA_ARCHS:tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-32} corei7-32" |
| 24 | QEMU_EXTRAOPTIONS_corei7-32 = " -cpu Nehalem,check=false" | 24 | QEMU_EXTRAOPTIONS:tune-corei7-32 = " -cpu Nehalem,check=false" |
| 25 | 25 | ||
| 26 | AVAILTUNES += "corei7-64" | 26 | AVAILTUNES += "corei7-64" |
| 27 | TUNE_FEATURES:tune-corei7-64 = "${TUNE_FEATURES:tune-x86-64} corei7" | 27 | TUNE_FEATURES:tune-corei7-64 = "${TUNE_FEATURES:tune-x86-64} corei7" |
| 28 | BASE_LIB:tune-corei7-64 = "lib64" | 28 | BASE_LIB:tune-corei7-64 = "lib64" |
| 29 | TUNE_PKGARCH:tune-corei7-64 = "corei7-64" | 29 | TUNE_PKGARCH:tune-corei7-64 = "corei7-64" |
| 30 | PACKAGE_EXTRA_ARCHS:tune-corei7-64 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64} corei7-64" | 30 | PACKAGE_EXTRA_ARCHS:tune-corei7-64 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64} corei7-64" |
| 31 | QEMU_EXTRAOPTIONS_corei7-64 = " -cpu Nehalem,check=false" | 31 | QEMU_EXTRAOPTIONS:tune-corei7-64 = " -cpu Nehalem,check=false" |
| 32 | 32 | ||
| 33 | AVAILTUNES += "corei7-64-x32" | 33 | AVAILTUNES += "corei7-64-x32" |
| 34 | TUNE_FEATURES:tune-corei7-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} corei7" | 34 | TUNE_FEATURES:tune-corei7-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} corei7" |
| 35 | BASE_LIB:tune-corei7-64-x32 = "libx32" | 35 | BASE_LIB:tune-corei7-64-x32 = "libx32" |
| 36 | TUNE_PKGARCH:tune-corei7-64-x32 = "corei7-64-x32" | 36 | TUNE_PKGARCH:tune-corei7-64-x32 = "corei7-64-x32" |
| 37 | PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64-x32} corei7-64-x32" | 37 | PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64-x32} corei7-64-x32" |
| 38 | QEMU_EXTRAOPTIONS_corei7-64-x32 = " -cpu Nehalem,check=false" | 38 | QEMU_EXTRAOPTIONS:tune-corei7-64-x32 = " -cpu Nehalem,check=false" |
diff --git a/meta/conf/machine/include/x86/tune-x86-64-v3.inc b/meta/conf/machine/include/x86/tune-x86-64-v3.inc index 254f03c590..49f0dd0013 100644 --- a/meta/conf/machine/include/x86/tune-x86-64-v3.inc +++ b/meta/conf/machine/include/x86/tune-x86-64-v3.inc | |||
| @@ -21,11 +21,11 @@ TUNE_FEATURES:tune-x86-64-v3 = "${TUNE_FEATURES:tune-x86-64} x86-64-v3" | |||
| 21 | BASE_LIB:tune-x86-64-v3 = "lib64" | 21 | BASE_LIB:tune-x86-64-v3 = "lib64" |
| 22 | TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3" | 22 | TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3" |
| 23 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3" | 23 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3" |
| 24 | QEMU_EXTRAOPTIONS_x86-64-v3 = " -cpu Skylake-Client,check=false" | 24 | QEMU_EXTRAOPTIONS:tune-x86-64-v3 = " -cpu Skylake-Client,check=false" |
| 25 | 25 | ||
| 26 | AVAILTUNES += "x86-64-v3-x32" | 26 | AVAILTUNES += "x86-64-v3-x32" |
| 27 | TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3" | 27 | TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3" |
| 28 | BASE_LIB:tune-x86-64-v3-x32 = "libx32" | 28 | BASE_LIB:tune-x86-64-v3-x32 = "libx32" |
| 29 | TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32" | 29 | TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32" |
| 30 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32" | 30 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32" |
| 31 | QEMU_EXTRAOPTIONS_x86-64-v3-x32 = " -cpu Skylake-Client,check=false" | 31 | QEMU_EXTRAOPTIONS:tune-x86-64-v3-x32 = " -cpu Skylake-Client,check=false" |
