Re: [OE-core] [PATCH] libjpeg-turbo: fix build on aarch64 or non-intel build hosts

2017-03-31 Thread Tristan Van Berkom
On Thu, 2017-03-30 at 12:21 +0100, Burton, Ross wrote: > > > Agree with Andre here. I would suggest to update nasm recipe to > > support > > build for other archs as well (tested on arm and it works as > > expected. Will > > require more testing on other archs). > > Yes.  Simply deleting the

[OE-core] [PATCHv3] libjpeg-turbo: fix build on aarch64 or non-intel build hosts

2017-03-29 Thread Tristan Van Berkom
From f54c719dc0ca3444bc579663b7326d016bf2e1e7 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom <tristan.vanber...@codethink.co.uk> Date: Fri, 24 Mar 2017 15:37:36 + Subject: [PATCH] libjpeg-turbo: Support building on non intel targets. nasm is intel specific, however libjpeg-turbo is

[OE-core] [PATCH] libjpeg-turbo: fix build on aarch64 or non-intel build hosts

2017-03-29 Thread Tristan Van Berkom
arches. Attaching a patch which fixes this by only requiring nasm-native when targeting intel architectures. Cheers, -Tristan From d76d57a148dd372ff26b9b902b7b79a4ddb5e7a2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom <tristan.vanber...@codethink.co.uk> Date: Fri, 24 Mar 2017 15

[OE-core] [OE-Core][PATCH] libjpeg-turbo fails to build for aarch64/arm targets on aarch64 host

2017-03-24 Thread Tristan Van Berkom
arches. Attaching a patch which fixes this by only requiring nasm-native when targeting intel architectures. Cheers,     -Tristan From 29a82ba25a9c395f5214699ca0afb5bd465ebdf1 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom <tristan.vanber...@codethink.co.uk> Date: Fri, 24 Mar 2017 15

Re: [OE-core] [PATCH 1/1] webkitgtk: turn off JIT on armv4 and armv7a

2016-05-18 Thread Tristan Van Berkom
On Thu, 2016-05-19 at 05:16 +0200, Gary Thomas wrote: [...] > Why do you think that changing the instruction set (to thumb2) would > make the JIT work any better? > > If you tell me how, I'll test it on my i.MX6 (Cortex-A9) which is > the platform that inspired the original bug report. FWIW, I

Re: [OE-core] [PATCH 3/4] Backporting binutils bug fix to the 2.25 branch

2016-04-27 Thread Tristan Van Berkom
On Tue, 2016-04-26 at 09:34 -0700, Khem Raj wrote: > > On Apr 26, 2016, at 9:31 AM, Tristan Van Berkom <tristan.vanberkom@ > > codethink.co.uk> wrote: > > > > On Mon, 2016-04-25 at 13:55 -0700, Khem Raj wrote: > > > > On Apr 25, 2016, at 1:44 PM, Tri

[OE-core] [PATCH][jethro] binutils: backport bug fix to the 2.25 branch for jethro

2016-04-27 Thread Tristan Van Berkom
We fail to build webkit on aarch64 due to this binutils bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19353 Applying patch which fixes this, stripped out changelog entry from patch to make it apply without error. --- meta/recipes-devtools/binutils/binutils-2.25.1.inc | 1 +

Re: [OE-core] [PATCH 3/4] Backporting binutils bug fix to the 2.25 branch

2016-04-26 Thread Tristan Van Berkom
On Mon, 2016-04-25 at 13:55 -0700, Khem Raj wrote: > > On Apr 25, 2016, at 1:44 PM, Tristan Van Berkom <tristan.vanberkom@ > > codethink.co.uk> wrote: > > > > We fail to build webkit on aarch64 due to this binutils bug: > > > >   https://sou

[OE-core] [PATCH 3/4] Backporting binutils bug fix to the 2.25 branch

2016-04-25 Thread Tristan Van Berkom
We fail to build webkit on aarch64 due to this binutils bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19353 Applying patch which fixes this, stripped out changelog entry from patch to make it apply without error. --- meta/recipes-devtools/binutils/binutils-2.25.1.inc | 1 +

[OE-core] [PATCH 1/4] gcc-cross-initial: Split all-gcc and configure-target-libgcc

2016-04-25 Thread Tristan Van Berkom
Serializing this fixes build on aarch64 --- meta/recipes-devtools/gcc/gcc-cross-initial.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index c0fa139..98aae45 100644 ---

[OE-core] [meta-oe][PATCH] cross-localedef-native_2.22.bb: Use autotools configure

2016-04-25 Thread Tristan Van Berkom
Use the autotools default configure commands and just tell autotools where to run configure from. This fixes the build when running on an aarch64 host, which the prebuilt configure scripts with glibc 2.22 do not recognize. --- meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 9 -

Re: [OE-core] [PATCH] cross-localedef-native_2.22.bb: Use autotools configure

2016-04-25 Thread Tristan Van Berkom
/How_to_submit_a_patch_to_OpenEmbedded Cheers,    -Tristan On Mon, 2016-04-25 at 16:36 -0400, Tristan Van Berkom wrote: > Use the autotools default configure commands and just tell autotools > where to run configure from. > > This fixes the build when running on an aarch64 host, which the > prebuilt >