Re: [oe] [meta-oe][PATCH 2/5] talloc, libtevent, libtdb: depend on attr

2015-11-18 Thread Jens Rehsack
> Am 13.11.2015 um 03:48 schrieb Huang, Jie (Jackie) > : > > > >> -Original Message- >> From: openembedded-devel-boun...@lists.openembedded.org >> [mailto:openembedded-devel- >> boun...@lists.openembedded.org] On Behalf Of Christopher Larson >> Sent:

Re: [oe] OE/Yocto developer survey

2015-11-18 Thread Cliff Brake
Still formatting the results, but should reply with the usage I've seen. Below is a profile of 5 customers who are actively using OE in products: #1: 6yrs, Angstrom, git subm, OPKG, GTK, systemd, glibc, C++, Jenkins, no tools #2: 2yrs, Angstrom, git subm, OPKG, HTML/JS, systemd, glibc, C++/JS,

[oe] OE/Yocto developer survey results

2015-11-18 Thread Cliff Brake
I have posted the results to: http://bec-systems.com/site/1175/openembedded-yocto-usage-survey Thanks to all who responded to the survey. Cliff -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-networking][PATCH] ctdb: Fix rootfs creation errors

2015-11-18 Thread Mark Asselstine
While building an image I was getting an error during rootfs creation that ctdb was conflicting with base-files as both were creating '/var/run'. This is normally a volatile directory so we have no need to include this in the ctdb package, so revert the actions of the Makefile by deleting the

[oe] OE Changelog since 2015-11-08 until 2015-11-15

2015-11-18 Thread cliff . brake
Changelog since 2015-11-08 until 2015-11-15. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [PATCH][meta-oe] devicekit-power: add missing dependency on libgudev

2015-11-18 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Thursday, November 12, 2015 6:33 PM > To: openembedded-devel@lists.openembedded.org > Subject: [oe]

Re: [oe] [meta-oe][PATCH] talloc: rename to libtalloc and cleanup dependency mess

2015-11-18 Thread Jens Rehsack
> Am 18.11.2015 um 03:08 schrieb Christopher Larson : > > > On Fri, Nov 13, 2015 at 10:08 AM, Jens Rehsack wrote: > > Am 13.11.2015 um 18:01 schrieb Christopher Larson : > > > > On Fri, Nov 13, 2015 at 9:56 AM, Christopher Larson

[oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for xkbcommon-evdev

2015-11-18 Thread Samuli Piippo
Add PACKAGECONFIG for xkbcommon-evdev to fix QA Issue: qtbase rdepends on libxkbcommon, but it isn't a build dependency? [build-deps] Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] [PATCH] netmap-modules: make deterministic builds for drivers

2015-11-18 Thread Martin Jansa
On Wed, Nov 18, 2015 at 06:02:21PM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > The driver builds are optional, but for deterministic builds, > we should should be able to explicitly enable/disable the > builds for them in a proper place (maybe in

[oe] [PATCH] netmap-modules: make deterministic builds for drivers

2015-11-18 Thread jackie.huang
From: Jackie Huang The driver builds are optional, but for deterministic builds, we should should be able to explicitly enable/disable the builds for them in a proper place (maybe in BSP). But we can't use PACKAGECONFIG since there is no option for each driver, and

Re: [oe] [meta-oe][PATCH V2 02/17] modemmanager: Update to 1.4.12

2015-11-18 Thread Martin Jansa
On Mon, Nov 16, 2015 at 10:23:03PM +0100, Martin Jansa wrote: > On Wed, Nov 11, 2015 at 08:48:05PM +0100, Adrian Freihofer wrote: > > - Fixes segfaults, memleaks and other bugs > > - Support more modems > > > > Signed-off-by: Adrian Freihofer > > --- > >

Re: [oe] [OE-core] volunteers for meta-qt4 repo maintenance?

2015-11-18 Thread Paul Eggleton
On Monday 16 November 2015 12:26:05 Alexander Kanavin wrote: > On 11/16/2015 12:07 PM, Andreas Oberritter wrote: > >> Making a separate repository with this layer is even more disruptive, > >> and complicates administration and maintenance. I'm not going to handle > >> those. So I'll make a

Re: [oe] [PATCH] netmap-modules: make deterministic builds for drivers

2015-11-18 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Wednesday, November 18, 2015 6:26 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

[oe] [meta-oe][PATCH 2/2] tipcutils: fix host-user-comtaminated QA issue

2015-11-18 Thread Chen Qi
Fix the 'host-user-comtaminated' QA issue by using chown in do_install. Signed-off-by: Chen Qi --- meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb

[oe] [meta-oe][PATCH 1/2] libvpx: fix host-user-comtaminated QA issue

2015-11-18 Thread Chen Qi
Fix 'host-user-comtaminated' QA issue by using chown in do_install. Also remove the useless do_compile function. Signed-off-by: Chen Qi --- meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[oe] [meta-networking][PATCH 0/7 v2] waf-samba: fix build failure on targets unsupported by qemu

2015-11-18 Thread jackie.huang
From: Jackie Huang v2 comments: rebase since samba reladted packages are move to meta-networking from meta-oe. Comments: samba and required packages started to use waf build system since 4.x, and the waf bbclass use qemu user mode to help configure checking by

[oe] [meta-networking][PATCH 6/7 v2] samba: backport patches for cross-compiling

2015-11-18 Thread jackie.huang
From: Jackie Huang * Adds a new mode for samba cross-compiling: When both --cross-answers and --cross-execute are set, this means: - Use cross-answers - If answer is unknown, then instead of adding UNKNOWN to the cross-answers file and failing configure,

[oe] [meta-oe][PATCH 7/7 v2] waf-samba.bbclass: add cross-answers option and files

2015-11-18 Thread jackie.huang
From: Jackie Huang --cross-execute uses qemu to run cross-compiled binaries, it works fine for qemu supported targets, but it definitely will fail if the target is not supported by qemu. So we need to use the cross-answers option. Added three methods and set 'answer'

[oe] [meta-networking][PATCH 4/7 v2] talloc: upgrade to 2.1.3

2015-11-18 Thread jackie.huang
From: Jackie Huang Changes: - use ${SOLIBS} and ${SOLIBSDEV} instead of hardcoded suffix Signed-off-by: Jackie Huang --- .../talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb}| 18 -- 1 file changed, 8 insertions(+), 10

[oe] [meta-networking][PATCH 3/7 v2] libtevent: upgrade to 0.9.25

2015-11-18 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../libtevent/{libtevent_0.9.21.bb => libtevent_0.9.25.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH 1/7 v2] libtdb: upgrade to 1.3.7

2015-11-18 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../recipes-support/libtdb/{libtdb_1.3.0.bb => libtdb_1.3.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH 5/7 v2] samba: fix the incorrect tmpfiles installed directory

2015-11-18 Thread jackie.huang
From: Jackie Huang - The tmpfiles are always installed in /usr/lib even for multilib. - It makes no sense to have two tmpfiles in both /usr/lib/tmpfiles.d and /etc/tmpfiles.d, install it as one in /etc/tmpfiles.d. Signed-off-by: Jackie Huang

[oe] [meta-networking][PATCH 2/7 v2] libldb: upgrade to 1.1.21

2015-11-18 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../recipes-support/libldb/{libldb_1.1.17.bb => libldb_1.1.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename