From 408f79d052e856abba725fbebcefdb7bb4b2d6ef Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Apr 2015 06:07:39 +0000 Subject: [PATCH] angstrom-v2014.12.conf: Dont mix gcc sources In angstrom we use linaro gcc for ARM, but only for cross and target compilers, when it comes to cross sdk compilers then we switch to OE-core, this worked fine until gcc-source recipe was introduced, the implementation forces to have just 1 version of gcc sources, which happens to be provided by linaro gcc here, so as soon as it comes to building non-linaro gcc it does not know that sources are not in expected shared location Signed-off-by: Khem Raj --- conf/distro/angstrom-next.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index 94e9226..30f9988 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -64,7 +64,6 @@ ANGSTROM_NATIVE_BINUTILS_VERSION ?= "2.24%" ANGSTROM_GCC_VERSION_arm ?= "linaro-4.9%" ANGSTROM_GCC_VERSION_aarch64 ?= "linaro-4.9%" # we use OE-Core for native and nativesdk GCC -SDKGCCVERSION_arm ?= "4.9%" ANGSTROM_BINUTILS_VERSION_arm ?= "linaro-%" ANGSTROM_BINUTILS_VERSION_aarch64 ?= "linaro-%" ANGSTROM_GDB_VERSION_arm ?= "linaro-%"