[oe-commits] Koen Kooi : linux.inc: add angstrom-only hack for angstrom-only toolchain issue

git version control git at git.openembedded.org
Tue Apr 27 15:43:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 89e0552d92179c5fb6cf14ac6466bd25f3b7bbb1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=89e0552d92179c5fb6cf14ac6466bd25f3b7bbb1

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr 27 17:37:46 2010 +0200

linux.inc: add angstrom-only hack for angstrom-only toolchain issue

---

 recipes/linux/linux.inc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index 39d04e1..6513db2 100644
--- a/recipes/linux/linux.inc
+++ b/recipes/linux/linux.inc
@@ -89,6 +89,12 @@ do_configure_prepend() {
             echo "CONFIG_ARM_THUMB=y" >> ${S}/.config
         fi
 
+        # Enable thumb2 fixup for specific issue in angstrom toolchains when used on A8 r1p[012] silicon
+        if [ "${DISTRO_NAME}" = "Angstrom" ] ; then
+            sed -i -e /CONFIG_ARM_ERRATA_430973/d ${WORKDIR}/defconfig
+            echo "CONFIG_ARM_ERRATA_430973=y" >> ${S}/.config
+        fi
+
 	#
 	# endian support
 	#





More information about the Openembedded-commits mailing list