Files
poky/meta/conf/machine/include/powerpc
Ross Burton a1b9c06ff5 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>
2025-01-11 18:34:15 +00:00
..
2021-08-02 15:44:10 +01:00

2012/03/30 - Mark Hatle mark.hatle@windriver.com

  • Initial revision

There are 4 primary PowerPC ABIs.

*) Hard/Soft Floating Point

*) 32-bit/64-bit

TUNE_ARCH is defined as either "powerpc" or "powerpc64" based on the m32 or m64 feature.

May of the PowerPC package archictures are based on legacy Linux names. However, a general naming scheme should be similar to: ppc[64][][-nf]. (Note: the default package architectures are "powerpc" and "powerpc64".)

TUNE_PKGARCH is defined as TUNE_PKGARCH:tune-${DEFAULTTUNE}. All PowerPC tunings are required to define TUNE_PKGARCH:tune-.