git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a23591
)
linux.inc: add angstrom-only hack for angstrom-only toolchain issue
author
Koen Kooi
<koen@openembedded.org>
Tue, 27 Apr 2010 15:37:46 +0000
(17:37 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 27 Apr 2010 15:37:46 +0000
(17:37 +0200)
recipes/linux/linux.inc
patch
|
blob
|
history
diff --git
a/recipes/linux/linux.inc
b/recipes/linux/linux.inc
index
39d04e1
..
6513db2
100644
(file)
--- 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
#