summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2016-03-29 16:27:35 +0200
committerNora Björklund <nora.bjorklund@enea.com>2016-03-30 10:38:37 +0200
commit043564f3b4dc1d2801c2170e92ec4b84403a1d0d (patch)
treea4331bf745e9096f9a876178842190535452d73e /conf
parent0536cea1e0321e5fe0a05f427c45e77c1a704f82 (diff)
downloadmeta-enea-bsp-ppc-043564f3b4dc1d2801c2170e92ec4b84403a1d0d.tar.gz
binutils: revert to version 2.25.1 for e500mc targets
Poky master branch has recently upgraded to binutils version 2.26, but for e500mc based targets the kernel crashes early in boot if built with this version of binutils. Reverting back to binutils 2.25.1 is a temporary workaround to be able to build bootable images for these targets. Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b435edd..b9eb127 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,3 +11,9 @@ BBFILE_COLLECTIONS += "enea-bsp-ppc"
11BBFILE_PATTERN_enea-bsp-ppc = "^${LAYERDIR}/" 11BBFILE_PATTERN_enea-bsp-ppc = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-ppc = "6" 12BBFILE_PRIORITY_enea-bsp-ppc = "6"
13LAYERDEPENDS_enea-bsp-ppc = "enea-bsp-base fsl-ppc" 13LAYERDEPENDS_enea-bsp-ppc = "enea-bsp-base fsl-ppc"
14
15PREFERRED_VERSION_binutils_e500mc = "2.25.1"
16PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}_e500mc = "2.25.1"
17PREFERRED_VERSION_binutils-cross-${TARGET_ARCH}_e500mc = "2.25.1"
18PREFERRED_VERSION_binutils-crosssdk-${SDK_ARCH}_e500mc = "2.25.1"
19PREFERRED_VERSION_binutils-native_e500mc = "2.25.1"