diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-09-06 09:39:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-07 23:14:30 +0100 |
commit | 62892b2f685f12b78a83ee90b847f875c2388b1d (patch) | |
tree | 3e4de72d6ac179a877086eb6ec9f9917cc719dda /meta-yocto/conf | |
parent | f50a17684d66d63bebd1b4c2a76bc83967674e78 (diff) | |
download | poky-62892b2f685f12b78a83ee90b847f875c2388b1d.tar.gz |
beagleboard: document how to enable the hard floating point abi
Closes [YOCTO #1203]
Using the hard floating point abi is incompatible with some binary libaries and
3D support for the Beagleboard. While we do not provide these in poky and
meta-yocto, softfp should remain the default for compatibility reasons.
Provide documentation and a commented assignment to DEFAULT_TUNE instructing
how to enable hardfp, but leave it disabled by default.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Jason Kridner <jkridner@beagleboard.org>
CC: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 0b3cebc1da..1b89c43563 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -18,6 +18,10 @@ MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio" | |||
18 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | 18 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) |
19 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | 19 | EXTRA_IMAGEDEPENDS += "u-boot x-load" |
20 | 20 | ||
21 | # Uncomment the following line to enable the hard floating point abi. Note that | ||
22 | # this breaks some binary libraries and 3D (neither of which ship with | ||
23 | # meta-yocto). For maximum compatibility, leave this disabled. | ||
24 | #DEFAULTTUNE ?= "cortexa8hf-neon" | ||
21 | include conf/machine/include/tune-cortexa8.inc | 25 | include conf/machine/include/tune-cortexa8.inc |
22 | 26 | ||
23 | IMAGE_FSTYPES += "tar.bz2 jffs2" | 27 | IMAGE_FSTYPES += "tar.bz2 jffs2" |