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/powerpc/tune-ppce6500.inc | |
| 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/powerpc/tune-ppce6500.inc')
| -rw-r--r-- | meta/conf/machine/include/powerpc/tune-ppce6500.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/powerpc/tune-ppce6500.inc b/meta/conf/machine/include/powerpc/tune-ppce6500.inc index b0efe1924c..4444705b2d 100644 --- a/meta/conf/machine/include/powerpc/tune-ppce6500.inc +++ b/meta/conf/machine/include/powerpc/tune-ppce6500.inc | |||
| @@ -10,13 +10,13 @@ TUNE_FEATURES:tune-ppce6500 = "m32 fpu-hard e6500 altivec bigendian" | |||
| 10 | BASE_LIB:tune-ppce6500 = "lib" | 10 | BASE_LIB:tune-ppce6500 = "lib" |
| 11 | TUNE_PKGARCH:tune-ppce6500 = "ppce6500" | 11 | TUNE_PKGARCH:tune-ppce6500 = "ppce6500" |
| 12 | PACKAGE_EXTRA_ARCHS:tune-ppce6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce6500" | 12 | PACKAGE_EXTRA_ARCHS:tune-ppce6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce6500" |
| 13 | QEMU_EXTRAOPTIONS_ppce6500 = " -cpu e500mc" | 13 | QEMU_EXTRAOPTIONS:tune-ppce6500 = " -cpu e500mc" |
| 14 | 14 | ||
| 15 | TUNE_FEATURES:tune-ppc64e6500 = "m64 fpu-hard e6500 altivec bigendian" | 15 | TUNE_FEATURES:tune-ppc64e6500 = "m64 fpu-hard e6500 altivec bigendian" |
| 16 | BASE_LIB:tune-ppc64e6500 = "lib64" | 16 | BASE_LIB:tune-ppc64e6500 = "lib64" |
| 17 | TUNE_PKGARCH:tune-ppc64e6500 = "ppc64e6500" | 17 | TUNE_PKGARCH:tune-ppc64e6500 = "ppc64e6500" |
| 18 | PACKAGE_EXTRA_ARCHS:tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64e6500" | 18 | PACKAGE_EXTRA_ARCHS:tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64e6500" |
| 19 | QEMU_EXTRAOPTIONS_ppc64e6500 = " -cpu e500mc" | 19 | QEMU_EXTRAOPTIONS:tune-ppc64e6500 = " -cpu e500mc" |
| 20 | 20 | ||
| 21 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) | 21 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) |
| 22 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}" | 22 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}" |
