Re: [oe] [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-25 Thread Herve Jourdain
Hi Jacob, I've been able to compile chromium-wayland 53.0.2785.14 on RaspberryPi, with Wayland only (no X11), BUT I had to add an additional patch for it to work, or else I get an error in ui/events/keycodes/keyboard_code_conversion_xkb.cc. I'm using VC4, which has a DRM/KMS interface (it seems

[oe] [meta-oe][PATCH] remove some more True options to getVar calls

2017-01-25 Thread Andre McCurdy
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls. Fix a small number of cases not addressed by the original patch: http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487 Signed-off-by: Andre McCurdy

Re: [oe] [meta-oe][PATCH 2/2] libxcalibrate: add, from oe-core

2017-01-25 Thread Paul Eggleton
On Wednesday, 25 January 2017 4:38:11 PM NZDT Burton, Ross wrote: > On 25 January 2017 at 16:18, Martin Jansa wrote: > > Why do we need this in meta-oe? Just because xtscal was dumped here as > > well? > > Yes. xtscal etc are the only users, so they're in oe-core with

[oe] [meta-oe][PATCH] luajit: test SITEINFO_BITS instead of maintaining a list of 32bit targets

2017-01-25 Thread Andre McCurdy
When cross compiling, the word size of the compiler set via HOST_CC must match the word size of the target. That's achieved by appending "-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits. Unfortunately the current list of over-rides (powerpc, x86 and arm) does not cover all

[oe] [PATCH 1/2] jack: add ARM NEON support for sample conversions

2017-01-25 Thread Andreas Müller
Add a test application checking accurracy and performance win of accelerated code. Signed-off-by: Andreas Müller --- ...N-acceleration-for-all-non-dithering-samp.patch | 496 + ...sts-add-application-checking-accurracy-an.patch | 433

[oe] [PATCH 2/2] fluidsynth: add ARM NEON support for sample interpolation

2017-01-25 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...e_dsp_interpolate_4th_order-make-use-of-A.patch | 158 + .../fluidsynth/fluidsynth_1.1.6.bb | 5 +- 2 files changed, 162 insertions(+), 1 deletion(-) create mode 100644

Re: [oe] [meta-oe][PATCH] luajit: mips and mipsel are 32bit targets too

2017-01-25 Thread Andre McCurdy
On Wed, Jan 25, 2017 at 10:29 AM, Andre McCurdy wrote: > On Wed, Jan 25, 2017 at 12:58 AM, André Draszik wrote: >> On Tue, 2017-01-24 at 11:19 -0800, Andre McCurdy wrote: >>> When cross compiling, the word size of the compiler set via HOST_CC >>> must match

Re: [oe] [meta-oe][PATCH] luajit: mips and mipsel are 32bit targets too

2017-01-25 Thread Andre McCurdy
On Wed, Jan 25, 2017 at 12:58 AM, André Draszik wrote: > On Tue, 2017-01-24 at 11:19 -0800, Andre McCurdy wrote: >> When cross compiling, the word size of the compiler set via HOST_CC >> must match the word size of the target. That's achieved by appending >> "-m32" to

[oe] [meta-python][PATCH 3/3] python-pyopenssl: Fix build for per recipe sysroot.

2017-01-25 Thread Philip Balister
Reverse order of inherit and include to prevent DEPENDS= overwriting values set in inherit. Signed-off-by: Philip Balister --- meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-python][PATCH 2/3] python-ndg-httpsclient: Fix build for per recipe sysroot.

2017-01-25 Thread Philip Balister
Reverse order of include and inherit to prevent DEPENDS= being overwritten. Signed-off-by: Philip Balister --- meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-python][PATCH 1/3] python-cffi: Fix build for per-recipe sysroot.

2017-01-25 Thread Philip Balister
Reverse the include and inherit to prevent the DEPENDS= in .inc from overwriting the one from inherit. Signed-off-by: Philip Balister --- meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-python][PATCH] python-click: update to version 6.7

2017-01-25 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-click.inc | 4 ++-- .../python/{python-click_6.6.bb => python-click_6.7.bb} | 0 .../python/{python3-click_6.6.bb => python3-click_6.7.bb} | 2 ++ 3 files

Re: [oe] [meta-oe][PATCH 2/2] libxcalibrate: add, from oe-core

2017-01-25 Thread Burton, Ross
On 25 January 2017 at 16:18, Martin Jansa wrote: > Why do we need this in meta-oe? Just because xtscal was dumped here as > well? > Yes. xtscal etc are the only users, so they're in oe-core with nothing using them. They should have moved to meta-oe along with xtscal,

Re: [oe] [meta-oe][PATCH 2/2] libxcalibrate: add, from oe-core

2017-01-25 Thread Martin Jansa
On Fri, Jan 20, 2017 at 02:43:50PM +, Ross Burton wrote: > --- > .../xorg-lib/libxcalibrate/fix-xcb.patch | 29 > ++ > .../recipes-graphics/xorg-lib/libxcalibrate_git.bb | 22 > 2 files changed, 51 insertions(+) > create mode 100644 >

[oe] [meta-python][PATCH] python-psutil: upgrade to version 5.0.1

2017-01-25 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-psutil.inc | 6 ++ .../python/{python-psutil_5.0.0.bb => python-psutil_5.0.1.bb} | 0 .../python/{python3-psutil_5.0.0.bb => python3-psutil_5.0.1.bb} | 0 3 files changed, 2

Re: [oe] [meta-qt5][PATCH v2] qt3d: Add assimp dependency

2017-01-25 Thread Martin Jansa
On Fri, Jan 20, 2017 at 05:41:22PM -0600, Tom Hochstein wrote: > Fix build error: > > fatal error: assimp/Importer.hpp: No such file or directory unfortunately this would be the first dependency on meta-oe from meta-qt5 and layer.conf currently lists core as the only dependency. Is it possible

[oe] [meta-python][PATCH 2/3] python-serpent: add new recipe for version 1.16

2017-01-25 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-serpent_1.16.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.16.bb diff --git

[oe] [meta-python][PATCH 3/3] python-pyro4: update to version 4.53

2017-01-25 Thread Derek Straka
* Update license to reflect year change Signed-off-by: Derek Straka --- .../python-pyro4/python-pyro4_4.39.bb | 10 -- .../python-pyro4/python-pyro4_4.53.bb | 18 ++ 2 files changed, 18 insertions(+), 10 deletions(-)

[oe] [meta-python][PATCH 1/3] python-selectors34: add new recipe for version 1.1

2017-01-25 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-selectors34_1.1.bb| 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-selectors34_1.1.bb diff --git

Re: [oe] [meta-browser][PATCH] chromium-wayland: update to 53.0.2785.14

2017-01-25 Thread Jacobo Aragunde Pérez
On 20/01/17 12:37, Carlos Rafael Giani wrote: > Looks okay overall. A few details need to be addressed: > Thank you again for the review. I've sent a new version of the patch to the ML, addressing your comments. Best, -- Jacobo Aragunde Software Engineer at Igalia --

[oe] [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-25 Thread Jacobo Aragunde Pérez
That is the latest version of Chromium that has been made work with the Ozone-Wayland project. Patches have been rebased and configure flags were changed because existing ones were causing conflicts in the new version. An extra patch was added to prevent the build from failing when building

Re: [oe] [meta-webserver][PATCH 1/1] netdata: derive PV from SRCPV

2017-01-25 Thread Martin Jansa
On Thu, Jan 19, 2017 at 09:59:59AM +0100, Martin Jansa wrote: > On Wed, Jan 18, 2017 at 02:59:25PM -0800, Joe Slater wrote: > > Currently, PV is "git" and contains no version information. > > > > Signed-off-by: Joe Slater > > --- > >

Re: [oe] [PATCH 2/2] opencv: Update to version 3.2

2017-01-25 Thread Martin Jansa
On Thu, Jan 19, 2017 at 03:21:15PM +0100, Ricardo Ribalda Delgado wrote: > Hi Martin > > > > On Thu, Jan 19, 2017 at 12:45 PM, Martin Jansa wrote: > > On Thu, Dec 29, 2016 at 02:35:08PM +0100, Ricardo Ribalda Delgado wrote: > >> -Only enable protobuf as dependency if

Re: [oe] [meta-oe][PATCH] nano: upgrade to 2.7.4

2017-01-25 Thread Martin Jansa
On Wed, Jan 11, 2017 at 12:36:28PM +0100, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk nano-2.7.4: nano rdepends on file, but it isn't a build dependency, missing file in DEPENDS or PACKAGECONFIG? [build-deps] > --- >

[oe] State of bitbake world, Failed tasks 2017-01-20

2017-01-25 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [PATCH] libgphoto2: remove bash runtime dependency.

2017-01-25 Thread Ismo Puustinen
The bash scripts in upstream were converted to sh scripts. This allows dropping the strict bash runtime dependency. Signed-off-by: Ismo Puustinen --- .../0001-scripts-remove-bashisms.patch | 149 +

[oe] [meta-qt5][PATCH] cmake_qt5.bbclass: add qtbase-native to DEPENDS

2017-01-25 Thread Anders Darander
When building with recipe-specific-sysroot's, qmake can't be found: | CMake Error at WORKDIR/recipe-sysroot/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:32 (message): | The imported target Qt5::Core references the file | | WORKDIR/recipe-sysroot-native/usr/bin/qt5/qmake | | but this file

Re: [oe] [meta-oe][PATCH] luajit: mips and mipsel are 32bit targets too

2017-01-25 Thread André Draszik
On Tue, 2017-01-24 at 11:19 -0800, Andre McCurdy wrote: > When cross compiling, the word size of the compiler set via HOST_CC > must match the word size of the target. That's achieved by appending > "-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits. > > Unfortunately the