[oe-commits] Peter A. Bigot : boost: fix atomics for armv6

git at git.openembedded.org git at git.openembedded.org
Tue Sep 30 13:11:04 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: abf8baba208927a0156bb4b743614c6252f2af21
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=abf8baba208927a0156bb4b743614c6252f2af21

Author: Peter A. Bigot <pab at pabigot.com>
Date:   Sun Sep 28 10:37:46 2014 -0500

boost: fix atomics for armv6

meta-raspberrypi and some other systems are ARMv6k but tell OE that
they're ARMv6 which doesn't fully support non-word atomics.  armv6k
does, but Boost didn't handle the recognition correctly in the 1.56
release.  Backport the patch that fixes the build.

See: https://svn.boost.org/trac/boost/ticket/10446
Signed-off-by: Peter A. Bigot <pab at pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 ...rt-for-extending-operations-to-GCC-atomic.patch | 412 +++++++++++++++++++++
 meta/recipes-support/boost/boost_1.56.0.bb         |   5 +-
 2 files changed, 416 insertions(+), 1 deletion(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=abf8baba208927a0156bb4b743614c6252f2af21


More information about the Openembedded-commits mailing list