]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qemu/machine: rename QEMU_EXTRAOPTIONS for consistency
authorRoss Burton <ross.burton@arm.com>
Fri, 10 Jan 2025 13:01:15 +0000 (13:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2025 10:36:14 +0000 (10:36 +0000)
commit7f981d074442b901f7e64dbdb9db851ff31c3733
tree77bce748fd111ab1ce33d5ede439856723099331
parentba05251c89d8cc243e861886124573c83197e949
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 files changed:
meta/classes-recipe/qemu.bbclass
meta/conf/machine/include/mips/tune-mips-24k.inc
meta/conf/machine/include/mips/tune-mips-74k.inc
meta/conf/machine/include/mips/tune-mips64r2.inc
meta/conf/machine/include/powerpc/arch-powerpc64.inc
meta/conf/machine/include/powerpc/tune-ppc7400.inc
meta/conf/machine/include/powerpc/tune-ppce500mc.inc
meta/conf/machine/include/powerpc/tune-ppce500v2.inc
meta/conf/machine/include/powerpc/tune-ppce5500.inc
meta/conf/machine/include/powerpc/tune-ppce6500.inc
meta/conf/machine/include/x86/tune-core2.inc
meta/conf/machine/include/x86/tune-corei7.inc
meta/conf/machine/include/x86/tune-x86-64-v3.inc
meta/recipes-devtools/gcc/gcc-testsuite.inc