Re: [OE-core] [oe-core 3/4] conf: machine: includes: add armv6-novfp support

2011-10-13 Thread Denis 'GNUtoo' Carikli
This patch doesn't seem to do what it says in the subject line. It doesn't add an armv6-novfp tune, instead it removes vfp from the existing armv6 and armv6t tunes. yes that's what it does,but it also adds an armv6-vfp. The commit message is wrong, sorry. by the way is the content ok? or should

Re: [OE-core] [oe-core 3/4] conf: machine: includes: add armv6-novfp support

2011-10-13 Thread Phil Blundell
On Thu, 2011-10-13 at 12:49 +0200, Denis 'GNUtoo' Carikli wrote: This patch doesn't seem to do what it says in the subject line. It doesn't add an armv6-novfp tune, instead it removes vfp from the existing armv6 and armv6t tunes. yes that's what it does,but it also adds an armv6-vfp. The

[OE-core] [oe-core 3/4] conf: machine: includes: add armv6-novfp support

2011-10-12 Thread Martin Jansa
From: GNUtoo gnu...@no-log.org Signed-off-by: Denis 'GNUtoo' Carikli gnu...@no-log.org Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/conf/machine/include/arm/arch-armv6.inc | 45 - meta/conf/machine/include/tune-arm1136j-s.inc | 10 + 2 files

Re: [OE-core] [oe-core 3/4] conf: machine: includes: add armv6-novfp support

2011-10-12 Thread Phil Blundell
On Wed, 2011-10-12 at 09:45 +0200, Martin Jansa wrote: -TUNE_FEATURES_tune-armv6 ?= armv6 vfp -TUNE_FEATURES_tune-armv6t ?= armv6 vfp thumb +AVAILTUNES += armv6 armv6t +TUNE_FEATURES_tune-armv6 ?= armv6 +TUNE_FEATURES_tune-armv6t ?= armv6 thumb +PACKAGE_EXTRA_ARCHS_tune-armv6 =