generic-poky/meta/conf/machine/include/powerpc
Martin Jansa 860663a92f arm/arch-arm*, tune-cortexa*, tune-thunderx.inc, powerpac/arch-powerpc64.inc: Use normal assignment
* some tunes were using weak assignment for TUNE_FEATURES, unify
  all tunes to use normal assignment so it behaves consistently

(From OE-Core rev: 0a52bd3ed23e66200401d0836aad783095e7c7a0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-07 13:40:18 +00: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 arm/arch-arm*, tune-cortexa*, tune-thunderx.inc, powerpac/arch-powerpc64.inc: Use normal assignment 2016-01-07 13:40:18 +00: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>.