Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4

2015-08-19 Thread Kang Kai
On 2015年08月20日 03:57, Joe MacDonald wrote: [[oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4] On 15.08.12 (Wed 10:05) kai.k...@windriver.com wrote: From: Kai Kang Upgrade inetutils from 1.9.2 to 1.9.4. You don't appear to be working against the meta-openembedded tree on this, I got a

[oe] [PATCH 1/2][meta-oe] libsodium: create recipe

2015-08-19 Thread rongqing.li
From: Roy Li zeromq 4.1.3 requires libsodium Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more. It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability

[oe] [PATCH 2/2][meta-oe] zeromq: upgrade to 4.1.3

2015-08-19 Thread rongqing.li
From: Roy Li 4.1.3 has the dependence on libsodium, 4.1.3 asks pkgconfig bbclass to configure, add a target to build ptest, since the orignial check will build and run which is not suitable for cross-compile, and change the ptest installation directories Signed-off-by: Roy Li --- .../zeromq/{z

Re: [oe] [meta-networking][PATCH] netcf: support multilib builds

2015-08-19 Thread Rongqing Li
On 2015年08月20日 03:01, Joe MacDonald wrote: [Re: [oe] [meta-networking][PATCH] netcf: support multilib builds] On 15.08.18 (Tue 11:33) Rongqing Li wrote: On 2015年08月18日 11:24, Joe MacDonald wrote: When doing a multilib build, /usr/lib is still created but not collected into FILES_${PN} by

Re: [oe] [PATCH 00/55] For meta-oe fido-next

2015-08-19 Thread akuster808
On 8/18/15 5:18 PM, Andre McCurdy wrote: > On Mon, Aug 3, 2015 at 9:22 AM, Armin Kuster wrote: >> I don't recall if I sent this pull request already. >> >> Please consider these changes for Meta-openembedded fido next >> >> The following changes since commit c841231b9f327d2d06d19d2ba1324dd86b83617

[oe] [meta-java][PATCH] OpenJDK-8: For x86 and ARM

2015-08-19 Thread Vinay K. Awasthi
From: "Vinay K. Awasthi" OpenJDK-8 Update Build 60b27: This package enables OpenJDK-8 update for x86 and ARM in following VM configurations. For x86: Hotspot VM is enabled. For ARM: Zero VM is enabled. OpenJDK-8 compact profiles can also be built using this recipe (see commented out code).

Re: [oe] [meta-networking][PATCH] netmap v2: add new package

2015-08-19 Thread Joe MacDonald
Hey Armin, [[meta-networking][PATCH] netmap v2: add new package] On 15.08.09 (Sun 05:38) Armin Kuster wrote: > From: Armin Kuster > > this adds netmap, the fast packet I/O framework > http://info.iet.unipi.it/~luigi/netmap/ > > v2: > fix config opt typo > fix compile on non x86 targets > excl

Re: [oe] [meta-oe][PATCH v5] Opencv: Add OpenCV 3.0

2015-08-19 Thread Otavio Salvador
On Wed, Aug 19, 2015 at 12:02 PM, Ricardo Ribalda Delgado wrote: > -Support for new PACKAGECONFIGS > -Merge with opencv-samples > > Since it is not backward compatible with 2.x and cannot be installed in > parallel it has a DEFAULT_PREFERENCE of -1. > > Signed-off-by: Ricardo Ribalda Delgado Ple

Re: [oe] [meta-oe][PATCH] libvpx: fix build errors for gcc 5

2015-08-19 Thread Martin Jansa
Sure, send v2 when ready. On Thu, Aug 20, 2015 at 12:05 AM, Max Krummenacher < max.krummenac...@solnet.ch> wrote: > Hi Martin > > > Please test your patches. > Sorry about that. > > > > > gcc-5-max_align_t.patch and in SRC_URI there is: > > file://fix_build_with_gcc5.patch > > > > I'll fix it thi

Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4

2015-08-19 Thread Joe MacDonald
[[oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4] On 15.08.12 (Wed 10:05) kai.k...@windriver.com wrote: > From: Kai Kang > > Upgrade inetutils from 1.9.2 to 1.9.4. You don't appear to be working against the meta-openembedded tree on this, I got a merge conflict on: > diff --git > a/m

Re: [oe] [meta-networking][PATCH] netcf: support multilib builds

2015-08-19 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] netcf: support multilib builds] On 15.08.18 (Tue 11:33) Rongqing Li wrote: > > > On 2015年08月18日 11:24, Joe MacDonald wrote: > >When doing a multilib build, /usr/lib is still created but not collected > >into FILES_${PN} by default, resulting in a QA error. Ad

[oe] [meta-oe][PATCH] opencv_2.4: Update HOMEPAGE

2015-08-19 Thread Ricardo Ribalda Delgado
Old link is dead ricardo@neopili:~$ wget http://opencv.willowgarage.com/wiki/ --2015-08-19 17:12:44-- http://opencv.willowgarage.com/wiki/ Resolving opencv.willowgarage.com (opencv.willowgarage.com)... 70.35.54.199 Connecting to opencv.willowgarage.com (opencv.willowgarage.com)|70.35.54.199|:80..

[oe] [meta-oe][PATCH 2/2] opencv_2.4: Remove unused INSANE_SKIP line

2015-08-19 Thread Ricardo Ribalda Delgado
Credits-to: Paul Eggleton Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support/opencv/opencv_2.4.bb index ca378d7abc1e..570de3109a74 10064

[oe] [meta-oe][PATCH 1/2] opencv_2.4: Update LICENSE

2015-08-19 Thread Ricardo Ribalda Delgado
LICENSE file at the root of the opencv repo says: License Agreement For Open Source Computer Vision Library (3-clause BSD License) Credits-to: Paul Eggleton Signed-off-by: Ricardo Ribalda Delgado --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[oe] [meta-oe][PATCH v5] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado --- v5: Fix suggested by Paul Eggleton -Update license -remove unused INSANE

Re: [oe] [OE-core] [PATCH v4] Opencv: Add OpenCV 3.0

2015-08-19 Thread Paul Eggleton
Hi Ricardo, Firstly can you please not send patches to the openembedded-core mailing list that aren't for OE-Core? I probably don't need to be CC'd on every patch either unless it's a recipe I've worked on. A couple of other comments below. On Wednesday 19 August 2015 16:07:54 Ricardo Ribalda

[oe] [PATCH v4] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado --- v4: Fix suggested by Nathan Lynch Wrong url on HOMEPAGE meta-oe/recipes-s

Re: [oe] [OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
You are right :) I repack and send On Wed, Aug 19, 2015 at 4:00 PM, Nathan Lynch wrote: > On 08/19/2015 07:18 AM, Ricardo Ribalda Delgado wrote: >> --- /dev/null >> +++ b/meta-oe/recipes-support/opencv/opencv_3.0.bb >> @@ -0,0 +1,128 @@ >> +SUMMARY = "Opencv : The Open Computer Vision Library" >

Re: [oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-19 Thread Martin Jansa
On Wed, Aug 19, 2015 at 08:14:16AM +0200, Rafaël Carré wrote: > On 08/19/2015 05:05 AM, Tim Orling wrote: > > On Tue, Aug 18, 2015 at 2:44 AM, Martin Jansa > > wrote: > > > >> On Sun, Aug 02, 2015 at 06:07:57PM -0700, Tim Orling wrote: > >>> I accidentally left libvorbis as a dependency in vlc.in

[oe] [meta-oe][PATCHv2 1/2] mariadb.inc: switch to a different, working mirror

2015-08-19 Thread Koen Kooi
The current mirror doesn't have mariadb 5.x anymore. Signed-off-by: Koen Kooi --- meta-oe/recipes-support/mysql/mariadb.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index d2418e7..

[oe] [meta-oe][PATCHv2 2/2] mariadb: update to 5.5.45

2015-08-19 Thread Koen Kooi
This is the latest release in the 5.5.x stable series. The CVE patch has been applied upstream. Signed-off-by: Koen Kooi --- ...b-native_5.5.43.bb => mariadb-native_5.5.45.bb} | 0 meta-oe/recipes-support/mysql/mariadb.inc | 17 + .../mysql/mariadb/fix-CVE-2015-2305.patch

Re: [oe] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
Hello Martin Sorry for the (extremely) late reply, somehow my mail client managed to hide your mail. Thank you very much for your review, I am working on a v3 of the patch. Regards! On Fri, Jul 3, 2015 at 5:27 PM, Martin Jansa wrote: > On Tue, Jun 09, 2015 at 04:13:09PM +0200, Ricardo Ribalda

[oe] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Ricardo Ribalda Delgado
-Support for new PACKAGECONFIGS -Merge with opencv-samples Since it is not backward compatible with 2.x and cannot be installed in parallel it has a DEFAULT_PREFERENCE of -1. Signed-off-by: Ricardo Ribalda Delgado --- v3: Changes requested by Martin Jansa -Select java dependencies via packageco

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-19 Thread Sven Ebenfeld
This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks. Identifying dependency loops (this m

[oe] [meta-oe][PATCH 2/2] mariadb: update to 5.5.45

2015-08-19 Thread Koen Kooi
This is the latest release in the 5.5.x stable series. The CVE patch has been applied upstream. Signed-off-by: Koen Kooi --- ...b-native_5.5.43.bb => mariadb-native_5.5.45.bb} | 0 meta-oe/recipes-support/mysql/mariadb.inc | 5 +-- .../mysql/mariadb/fix-CVE-2015-2305.patch |

[oe] [meta-oe][PATCH 1/2] mariadb.inc: switch to a different, working mirror

2015-08-19 Thread Koen Kooi
The current mirror doesn't have mariadb 5.x anymore. Signed-off-by: Koen Kooi --- meta-oe/recipes-support/mysql/mariadb.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index d2418e7..

[oe] [meta-oe][PATCH v2] pmtools: add new recipe

2015-08-19 Thread Jagadeesh Krishnanjanappa
pmtools contains small collection of power management test and investigation tools, acpidump - dump a system’s ACPI tables to an ASCII file acpixtract - convert ASCII acpidump output to raw binary table madt - parser for ACPI table Signed-off-by: Jagadeesh Krishnanjanappa --- meta-oe/r

[oe] [PATCH][meta-oe] dialog: upgrade to 1.2-20150528

2015-08-19 Thread rongqing.li
From: Roy Li remove use-pkg-config-for-ncurses-detection.patch, the new version is using the pkg-config to check ncurses configuration assumes the cf_have_ncuconfig is unknown for cross-compile, but ncurses is added into DEPENDS, so change it as yes Signed-off-by: Roy Li --- ...alog_1.2-201502

[oe] Status of glibc patch for function inlining with -O or -Os

2015-08-19 Thread Amit Chaudhuri
http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/60843 Hi, in section 5.24 in the latest mega-manual it says: "For successful call graph analysis, the binaries must preserve the frame pointer register and should also be compiled with the -fno-omit-framepointer flag. You can achie

Re: [oe] [meta-oe] inconsistency between autotests and ssh support

2015-08-19 Thread Amit Chaudhuri
Hi Paul, thanks for the pointer. If I stumble across the doc reference I'll shout. Amit On Tue, Aug 18, 2015 at 1:39 PM, Paul Eggleton wrote: > Hi Amit, > > On Tuesday 18 August 2015 09:34:44 Amit Chaudhuri wrote: >> I am experimenting with tools-profile and qemux86 and qemuarm. Autotest >> fa

[oe] [meta-oe][PATCH] rrdtool: 1.4.8->1.5.4

2015-08-19 Thread Lei Maohui
-deleted the patched that have been merged to 1.5.4 Signed-off-by: Lei Maohui --- .../rrdtool/0001-removing-testing-leftovers.patch | 39 -- .../rrdtool/remove_hardcoded_xml_include.patch | 11 -- .../rrdtool/{rrdtool_1.4.8.bb => rrdtool_1.5.4.bb} | 12 +++ 3 fil