[oe] OpenEmbedded Developer meeting April 8 after ELC/Yocto Project developer day

2016-03-14 Thread Philip Balister
Yes, I am nagging. On the Friday after ELC in San Diego (Yocto Project Dev Day is Thursday), we will have a developer meeting near the conference venue Jefro has arranged for a room at the Marriot next to the conference venue, sponsored by the Yocto Project. OpenEmbedded would like to thank the

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-14 Thread Pushpal Sidhu
Hi, On Wed, Mar 9, 2016 at 11:18 AM, akuster808 wrote: > > > > On 03/09/2016 11:11 AM, Martin Jansa wrote: > > On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: > >> From: Armin Kuster > >> > >> missed using "-D" for OPENSSL_NO_SSL2

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2016-03-12

2016-03-14 Thread Andreas Müller
On Mon, Mar 14, 2016 at 12:06 PM, Martin Jansa wrote: > Blacklisting linux-yocto-tiny and linux-yocto-tiny-kexecboot helped > with random failures in qemux86* builds > > == Tested changes (not included in master yet) - bitbake == > 0eacf83 world-image: add extra target > >

Re: [oe] [meta-openembedded][FIDO PATCH 1/1] ruby: Fixed runtime error

2016-03-14 Thread Christian Ege
Hi, 2016-01-21 15:57 GMT+01:00 akuster808 : > thanks, > > I will add this to my queue and let you know when staged for merging. any news on this? Best, Christian > > -- armin > > On 01/21/2016 02:39 AM, Christian Ege wrote: >> From 6d2c2b602185a03232635a9c5c97253930c2bc0b

[oe] Migrating from OE-classic to OE-core

2016-03-14 Thread Jaap de Jong
Hi All, (not sure if this is the right place to ask this) Does anyone have experience with migrating from OE-classic to OE-core? Did you? How did you do it? As I see it now, my only option seems to be flashing the unit, but perhaps there is another approach? Thanks, Jaap --

[oe] [meta-oe][PATCH v2 4/4] opencv: Fix pkg-config file.

2016-03-14 Thread Ricardo Ribalda Delgado
It was pointing to the wrong location Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv/fixpkgconfig.patch | 12 meta-oe/recipes-support/opencv/opencv_3.1.bb | 3 ++- 2 files changed, 14 insertions(+), 1

[oe] [meta-oe][PATCH v2 3/4] opencv: Update to version 3.1

2016-03-14 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/{opencv_3.0.bb => opencv_3.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/opencv/{opencv_3.0.bb

[oe] [meta-oe][PATCH v2 2/4] opencv: Remove blacklist

2016-03-14 Thread Ricardo Ribalda Delgado
Version 3.0 builds fine with ffmpeg v3 [ 32%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o DEBUG: Shell function do_compile finished Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 5

[oe] [meta-oe][PATCH v2 1/4] opencv_3: Fix use before set error on meta package

2016-03-14 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH 3/4] opencv: Update to version 3.1

2016-03-14 Thread Martin Jansa
On Mon, Mar 14, 2016 at 11:32:23AM +0100, Ricardo Ribalda Delgado wrote: > The first major update in 3.0 release series Fails to apply. Please resend with -M. > > Signed-off-by: Ricardo Ribalda Delgado > --- > meta-oe/recipes-support/opencv/opencv_3.0.bb | 133 >

[oe] State of bitbake world, Failed tasks 2016-03-12

2016-03-14 Thread Martin Jansa
Blacklisting linux-yocto-tiny and linux-yocto-tiny-kexecboot helped with random failures in qemux86* builds == Tested changes (not included in master yet) - bitbake == 0eacf83 world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == a780836

[oe] [meta-oe][PATCH 4/4] opencv: Fix pkg-config file.

2016-03-14 Thread Ricardo Ribalda Delgado
It was pointing to the wrong location Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv/fixpkgconfig.patch | 12 meta-oe/recipes-support/opencv/opencv_3.1.bb | 3 ++- 2 files changed, 14 insertions(+), 1

[oe] [meta-oe][PATCH 3/4] opencv: Update to version 3.1

2016-03-14 Thread Ricardo Ribalda Delgado
The first major update in 3.0 release series Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 133 --- meta-oe/recipes-support/opencv/opencv_3.1.bb | 133 +++ 2 files changed, 133

[oe] [meta-oe][PATCH 2/4] opencv: Remove blacklist

2016-03-14 Thread Ricardo Ribalda Delgado
Version 3.0 builds fine with ffmpeg v3 [ 32%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o DEBUG: Shell function do_compile finished Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 5

[oe] [meta-oe][PATCH 1/4] opencv_3: Fix use before set error on meta package

2016-03-14 Thread Ricardo Ribalda Delgado
This bug was introducing a loop dependency of opencv->opencv that was confusing dpkg. Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-webserver][PATCH v4 2/3] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-03-14 Thread Pascal Bach
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. Signed-off-by:

[oe] [meta-webserver][PATCH v4 3/3] nginx: make the 1.8.x branch the default

2016-03-14 Thread Pascal Bach
The 1.9.x branch is still supported but it needs to be explicitly selected. Signed-off-by: Pascal Bach --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb

[oe] [meta-webserver][PATCH v4 1/3] nginx: split parts out of the recipe into nginx.inc

2016-03-14 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. Signed-off-by: Pascal Bach ---