Re: [Angstrom-devel] [PATCH] angstrom-v2014.12.conf: Dont mix gcc sources

2015-04-21 Thread Cliff Brake
On Tue, Apr 21, 2015 at 2:15 AM, Khem Raj  wrote:
> 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-v2014.12.conf | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/conf/distro/angstrom-v2014.12.conf 
> b/conf/distro/angstrom-v2014.12.conf
> index f3ba380..9bc3e49 100644
> --- a/conf/distro/angstrom-v2014.12.conf
> +++ b/conf/distro/angstrom-v2014.12.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-%"
> --
> 2.1.4
>

Acked-by: Cliff Brake 

Works for me.  Thanks!

Cliff Brake

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [PATCH] angstrom-v2014.12.conf: Dont mix gcc sources

2015-04-20 Thread Khem Raj
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-v2014.12.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/distro/angstrom-v2014.12.conf 
b/conf/distro/angstrom-v2014.12.conf
index f3ba380..9bc3e49 100644
--- a/conf/distro/angstrom-v2014.12.conf
+++ b/conf/distro/angstrom-v2014.12.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-%"
-- 
2.1.4


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel