generic-poky/meta/conf/machine/include/powerpc
Alexander Kanavin 7f70b1065a arch-powerpc64.inc: disable the use of qemu usermode on ppc64
It simply does not work at all:
https://lists.yoctoproject.org/pipermail/yocto/2016-April/029698.html

(From OE-Core rev: d044743cdc415745e68f3e26a3a7e2c94caecd93)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-06 10:31:15 +01:00
..
README conf/machine/include: Cleanup PowerPC tunings to match README 2012-04-04 17:17:55 +01:00
arch-powerpc.inc meta/conf/machine: use ' inside quoted values 2015-12-01 21:32:05 +00:00
arch-powerpc64.inc arch-powerpc64.inc: disable the use of qemu usermode on ppc64 2016-05-06 10:31:15 +01:00

README

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][<family>][-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-<tune>.