All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto: beagleboard: document hard floating point abi
@ 2011-09-06 16:39 Darren Hart
  2011-09-06 16:39 ` [PATCH 1/1] beagleboard: document how to enable the " Darren Hart
  2011-09-07 22:14 ` [PATCH 0/1] meta-yocto: beagleboard: document " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-09-06 16:39 UTC (permalink / raw)
  To: poky; +Cc: Darren Hart

The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:

  icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)

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

Darren Hart (1):
  beagleboard: document how to enable the hard floating point abi

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

-- 
1.7.6



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] beagleboard: document how to enable the hard floating point abi
  2011-09-06 16:39 [PATCH 0/1] meta-yocto: beagleboard: document hard floating point abi Darren Hart
@ 2011-09-06 16:39 ` Darren Hart
  2011-09-07 22:14 ` [PATCH 0/1] meta-yocto: beagleboard: document " Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-09-06 16:39 UTC (permalink / raw)
  To: poky; +Cc: Darren Hart

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>
---
 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 0b3cebc..1b89c43 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -18,6 +18,10 @@ MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio"
 # Allow for MMC booting (required by the NAND-less Beagleboard XM)
 EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
+# Uncomment the following line to enable the hard floating point abi. Note that
+# this breaks some binary libraries and 3D (neither of which ship with
+# meta-yocto). For maximum compatibility, leave this disabled.
+#DEFAULTTUNE ?= "cortexa8hf-neon"
 include conf/machine/include/tune-cortexa8.inc
 
 IMAGE_FSTYPES += "tar.bz2 jffs2"
-- 
1.7.6



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] meta-yocto: beagleboard: document hard floating point abi
  2011-09-06 16:39 [PATCH 0/1] meta-yocto: beagleboard: document hard floating point abi Darren Hart
  2011-09-06 16:39 ` [PATCH 1/1] beagleboard: document how to enable the " Darren Hart
@ 2011-09-07 22:14 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-09-07 22:14 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Tue, 2011-09-06 at 09:39 -0700, Darren Hart wrote:
> The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:
> 
>   icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dvhart/beagleboard
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagleboard
> 
> Darren Hart (1):
>   beagleboard: document how to enable the hard floating point abi
> 
>  meta-yocto/conf/machine/beagleboard.conf |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-07 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 16:39 [PATCH 0/1] meta-yocto: beagleboard: document hard floating point abi Darren Hart
2011-09-06 16:39 ` [PATCH 1/1] beagleboard: document how to enable the " Darren Hart
2011-09-07 22:14 ` [PATCH 0/1] meta-yocto: beagleboard: document " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.