]> code.ossystems Code Review - openembedded-core.git/commit
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:15:33 +0000 (17:15 +0100)
commit0e71abea5458122188d5eddef2c17147f61ff895
tree90a6398aa405b3bdab3db090276290e03c7627a6
parentf81f71bcff4bb1032b034b068efe6065113ca9e7
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.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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