Re: [oe] [meta-oe][PATCH V2 2/5] leveldb: Fix build with clang

2017-09-21 Thread Khem Raj
On Wed, Sep 13, 2017 at 2:33 AM, Martin Jansa wrote: > I'm keeping this one in master-next for a bit longer because in some builds > I've seen some issues which might be caused by enabled parallelism. > > The log doesn't show much, the only error is: > > Assembler

Re: [oe] [meta-oe][PATCH V2 2/5] leveldb: Fix build with clang

2017-09-13 Thread Martin Jansa
I'm keeping this one in master-next for a bit longer because in some builds I've seen some issues which might be caused by enabled parallelism. The log doesn't show much, the only error is: Assembler messages: Fatal error: can't create out-shared/db/db_bench.o: No such file or directory mkdir

[oe] [meta-oe][PATCH V2 2/5] leveldb: Fix build with clang

2017-09-06 Thread Khem Raj
Add build parallelism, since we do not use oe_runmake Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- ...uild_detect_platform-Check-for-__SSE4_2__.patch | 36 ++ .../0002-makefile-build-SHARED_MEMENVLIB.patch | 43