From: Koen Kooi Date: Tue, 27 Apr 2010 15:37:46 +0000 (+0200) Subject: linux.inc: add angstrom-only hack for angstrom-only toolchain issue X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e0552d92179c5fb6cf14ac6466bd25f3b7bbb1;p=openembedded.git linux.inc: add angstrom-only hack for angstrom-only toolchain issue --- diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index 39d04e19ae..6513db2d25 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 #