]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qemu/machine: rename QEMU_EXTRAOPTIONS for consistency abelloni/master-next
authorRoss Burton <ross.burton@arm.com>
Fri, 10 Jan 2025 18:03:31 +0000 (18:03 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 11 Jan 2025 10:14:58 +0000 (11:14 +0100)
commit3035ff5e147be182f74f1dc18c08a1a46e213b6a
tree740151d3be11fa2d394568e1a50ebe838ccea3fc
parentd68d992f72ece816eca485f315160534566d1e66
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: Alexandre Belloni <alexandre.belloni@bootlin.com>
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