conf/machine/include: Cleanup ARM tunings to match README
authorMark Hatle <mark.hatle@windriver.com>
Fri, 30 Mar 2012 19:36:44 +0000 (14:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Apr 2012 16:17:55 +0000 (17:17 +0100)
commit1f43259efb13d2afd969e738c61825c6788abde1
treeb2e1ba363185d6b880951f4d58f7af66a25ef96c
parent2e6449871e480b1119ee77f158bfa3afc0ebe7e3
conf/machine/include: Cleanup ARM tunings to match README

Cleanup the ARM tunings to match the new tunings README file.

The ARM tunings define TUNE_PKGARCH in a way that only one main
arm architecture, i.e. armv6, may be defined at the same time.  We
may have to revise these settings in the future, as well as figure
out a way to better differentiate various optimize tunings in the
package arch.  (This was not done, to preserve existing behavior!)

Fix a number of minor issues w/ the armv5 tunings where DSP variants
were referenced but not defined.

Fix incorrect armv7 entries in armv7a.

Fix PACKAGE_EXTRA_ARCHS definitions inside of tune-cortexm3 and tune-cortexr4.

(From OE-Core rev: 0e71abea5458122188d5eddef2c17147f61ff895)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/README [new file with mode: 0644]
meta/conf/machine/include/arm/arch-arm.inc
meta/conf/machine/include/arm/arch-armv5.inc
meta/conf/machine/include/arm/arch-armv7a.inc
meta/conf/machine/include/tune-cortexm3.inc
meta/conf/machine/include/tune-cortexr4.inc