[yocto] [PATCH 0/1] beagleboard: enable hard floating point abi

Darren Hart dvhart at linux.intel.com
Fri Aug 19 15:23:25 PDT 2011


There have been requests to enable the hard floating point abi for the
Yocto Project Beagleboard BSP. With the recent cortexa8 tune file changes
I submitted to oe-core, subject "tune: update arm7a and cortexa8 tune files",
it is now possible for the machine config to change DEFAULTTUNE to take
advantage of the newly added "hf" tune variants.

Some binary libraries are incompatible with hardfp, as is 3D support on the
Beagleboard. We don't ship either, so I feel it makes sense to take advantage
of as much of the core CPU features as possible.

This addresses [YOCTO 1203]
http://bugzilla.yoctoproject.org/show_bug.cgi?id=1204

I don't feel very strongly about this however. So if someone would like to
argue for hardfp not being the default, please do so and I can easily
comment out the DEFAULTTUNE change and add a comment in the machine config
describing how to enable hardfp.

The following changes since commit 53bdf3fd520b75730cc802f52121dd394894e130:

  tune: Add hard floating point variants of cortexa8 tunes (2011-08-19 15:02:10 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/beagleboard-hardfp
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagleboard-hardfp

Darren Hart (1):
  beagleboard: enable hard floating point abi

 meta-yocto/conf/machine/beagleboard.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-- 
1.7.6




More information about the yocto mailing list