[OE-core] [PATCH] build-perf-test-wrapper.sh: fix handling of -C argument

2016-09-02 Thread Markus Lehtonen
Not specifying -C caused oe-build-perf-test to try to commit results to the build directory. Signed-off-by: Markus Lehtonen --- scripts/contrib/build-perf-test-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 00/28] Enable gtk-doc

2016-09-02 Thread Alexander Kanavin
On 09/02/2016 12:59 AM, Randy MacLeod wrote: Gtk-doc generation happens if 'api-documentation' distro feature is enabled (it is by default), and 'qemu-usermode' is in machine features. Should this really be enabled by default? What does it do to a typical build wrt time and space? The

[OE-core] [OE-Core][PATCH 4/4] valgrind: Disable for MIPS Soft Float

2016-09-02 Thread Zubair Lutfullah Kakakhel
Valgrind doesn't build for MIPS soft float. Disable the build until the package has support for it. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] Yocto Project Status WW36

2016-09-02 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M3 Stabilizing Next Deadline: YP 2.2 M4 which will be Oct. 3rd (5:00pm GMT) SWAT team rotation: Tracy -> Alejandro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *M3 is proving to be 'somewhat problematic' in that

[OE-core] [OE-Core][PATCH 3/4] libffi: Add patch for MIPS soft float

2016-09-02 Thread Zubair Lutfullah Kakakhel
The pull request for this patch has already been sent upstream to libffi. Add patch until it gets merged upstream Signed-off-by: Zubair Lutfullah Kakakhel --- ...ard-float-specific-code-into-ifdef-blocks.patch | 244 +

[OE-core] [OE-Core][PATCH 0/4] A few mipsel/soft float fixes

2016-09-02 Thread Zubair Lutfullah Kakakhel
Hi, I've been trying to run bitbake -k world in poky starting with mipsel. Here are a few fixes for various packages. Regards ZubairLK p.s. Still trying to wrap my head around yocto/oe-core and submitting patches Please be gentle Zubair Lutfullah Kakakhel (4): packagegroup-core-sdk:

[OE-core] [OE-Core][PATCH 1/4] packagegroup-core-sdk: Disable sanitizers for mipsel

2016-09-02 Thread Zubair Lutfullah Kakakhel
These are not available on mipsel yet, so disable them. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb

[OE-core] [OE-Core][PATCH 2/4] packagegroup: Disable packages not available on mipsel

2016-09-02 Thread Zubair Lutfullah Kakakhel
These are not available on mipsel yet so disable them Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH] ofono: RRECOMMENDS tun.ko & APN database

2016-09-02 Thread André Draszik
- kernel-module-tun is needed so that ofono can create the ppp network interface - mobile-broadband-provider-info is needed as an explicit dependency even though it is in DEPENDS, because it's just an xml database, and the DEPENDS simply allows ofono to figure out its location in the file

Re: [OE-core] [OE-Core][PATCH 3/4] libffi: Add patch for MIPS soft float

2016-09-02 Thread Richard Purdie
On Fri, 2016-09-02 at 17:01 +0100, Zubair Lutfullah Kakakhel wrote: > The pull request for this patch has already been sent upstream > to libffi. Add patch until it gets merged upstream > > Signed-off-by: Zubair Lutfullah Kakakhel > --- >

[OE-core] [PATCH] e2fsprogs: packaging cleanups (compile_et & mk_cmds)

2016-09-02 Thread André Draszik
While comparing what were supposed to be similar filesystems from different build machines, some issues have been noticed in the e2fsprogs recipe, in particular with the compile_et and mk_cmds utilities. 1) target: move compile_et and mk_cmds into the -dev package Both are development

[OE-core] [PATCH] package_manager.py: Restore FEED_DEPLOYDIR_BASE_URI functionality

2016-09-02 Thread Reinhard Tartler
According to the documentation, setting FEED_DEPLOYDIR_BASE_URI should be sufficient for setting up local feeds. This commit fixes the implementation to actually do that, even if BUILD_IMAGES_FROM_FEEDS is not set. Also fix some bugs in the old implementation: - Fetch uncompressed Packages

[OE-core] [PATCH v3 1/3] boost: fix a musl compilation warning

2016-09-02 Thread André Draszik
Upstream-Status: Submitted https://svn.boost.org/trac/boost/ticket/12419 Signed-off-by: André Draszik --- ...detail-socket_types.hpp-fix-poll.h-includ.patch | 49 ++ meta/recipes-support/boost/boost_1.61.0.bb | 1 + 2 files changed, 50 insertions(+)

[OE-core] [PATCH v3 2/3] boost: fix mips soft float compilation

2016-09-02 Thread André Draszik
Upstream-Status: Submitted https://svn.boost.org/trac/boost/ticket/11756 Signed-off-by: André Draszik --- ...execution_monitor.hpp-fix-mips-soft-float.patch | 145 + meta/recipes-support/boost/boost_1.61.0.bb | 1 + 2 files changed, 146

[OE-core] [PATCH v3 3/3] boost: fix MIPS16e compilation

2016-09-02 Thread André Draszik
Backport upstream patch to use g++ 4.1+ __sync intrinsics instead of incompatible hand-written assembly when compiling for MIPS16e Upstream-Status: Backport https://svn.boost.org/trac/boost/ticket/12418 Signed-off-by: André Draszik ---

[OE-core] [PATCH v3 0/3] boost mips16e and soft-float fixes

2016-09-02 Thread André Draszik
v3 changes: patch 2/3 completely redone, should not break in -native anymore, better standards compliance patch 3/3 has been merged, so is actually a backport now -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 1/1] libnl: remove RREPLACES and RCONFLICTS for libnl-genl

2016-09-02 Thread Robert Yang
On 09/02/2016 07:27 PM, André Draszik wrote: On Fr, 2016-09-02 at 17:53 +0800, Robert Yang wrote: Good questions, the libnl-genl2 in provides is introduced by REPLACES_${PN}-genl = "libnl-genl2", so libnl-genl2 should be preserved. And there was no libnl-genl.rpm in the past, but

Re: [OE-core] Replacement for tslib?

2016-09-02 Thread Otavio Salvador
On Fri, Sep 2, 2016 at 8:56 AM, Burton, Ross wrote: > > On 1 September 2016 at 00:53, Enrico Scholz > wrote: >> >> I am not aware of any way how /dev/input/eventX values can be calibrated >> within the kernel. >> >> Most capacitive

Re: [OE-core] Replacement for tslib?

2016-09-02 Thread Enrico Scholz
"Burton, Ross" writes: > tslib is still available in meta-oe, really? In fef7b1feb79c7b43623760e2cdf4e68bd0dbd526, a | find -name '*tslib*' returns only xf86-input-tslib, but not plain tslib. Enrico -- ___

Re: [OE-core] Replacement for tslib?

2016-09-02 Thread Maxin B. John
Hi Enrico, On Fri, Sep 02, 2016 at 02:43:03PM +0200, Enrico Scholz wrote: > "Burton, Ross" writes: > > > tslib is still available in meta-oe, > > really? In fef7b1feb79c7b43623760e2cdf4e68bd0dbd526, a > > | find -name '*tslib*' > > returns only xf86-input-tslib, but

Re: [OE-core] [PATCH 1/1] libnl: remove RREPLACES and RCONFLICTS for libnl-genl

2016-09-02 Thread André Draszik
Thanks Robert! For my eduction, I don't understand this yet, though, and I don't want to cause issues like this again... On Do, 2016-09-01 at 22:30 -0700, Robert Yang wrote: > The libnl-genl.rpm provides libnl-genl2 and libnl-genl-3-200: > > $ rpm -qp --provides

Re: [OE-core] [RFC][PATCH] cmake-native: work around gcc6's '-isystem'-allergy

2016-09-02 Thread André Draszik
On Do, 2016-09-01 at 21:51 +0100, Jack Mitchell wrote: > On 31/08/16 11:15, Andreas Müller wrote: > > > > On Wed, Aug 31, 2016 at 11:25 AM, Jack Mitchell wrote: > > > > > > On 30/08/16 18:14, Andreas Müller wrote: > > > > > > > > since gcc6 we see many cmake/c++ based packets

Re: [OE-core] [PATCH 1/1] libnl: remove RREPLACES and RCONFLICTS for libnl-genl

2016-09-02 Thread Hatle, Mark
GK > On Sep 2, 2016, at 1:31 PM, Robert Yang wrote: > > The libnl-genl.rpm provides libnl-genl2 and libnl-genl-3-200: > > $ rpm -qp --provides > tmp/deploy/rpm/core2_64/libnl-genl-3-200-3.2.28-r0.2.core2_64.rpm > elf(buildid) =

Re: [OE-core] [PATCH 1/1] libnl: remove RREPLACES and RCONFLICTS for libnl-genl

2016-09-02 Thread André Draszik
On Fr, 2016-09-02 at 17:53 +0800, Robert Yang wrote: > Good questions, the libnl-genl2 in provides is introduced by > REPLACES_${PN}-genl = "libnl-genl2", so libnl-genl2 should be preserved. > And there was no libnl-genl.rpm in the past, but libnl-3-genl.rpm, > please see commit message for more

Re: [OE-core] [PATCH v3 0/6] Provide list of deployment artifacts

2016-09-02 Thread Richard Purdie
On Thu, 2016-09-01 at 11:55 +0300, Ed Bartosh wrote: > This is a fix for Bug #9869 - Provide a per-target manifest of files > which were, or would have been, produced > > The list of artifacts produced by deployment tasks (do_deploy, > do_image_complete and do_populate_sdk[_ext] is > obtained

Re: [OE-core] Replacement for tslib?

2016-09-02 Thread Burton, Ross
On 1 September 2016 at 00:53, Enrico Scholz wrote: > I am not aware of any way how /dev/input/eventX values can be calibrated > within the kernel. > > Most capacitive touchscreens are doing this calibration in hardware > so that values correspond 1:1 to screen

[OE-core] [PATCH 1/3] pango: fix gtk-doc build when x11 is not in use

2016-09-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...reation-of-docs-pango.types-it-is-build-c.patch | 147 + meta/recipes-graphics/pango/pango_1.40.1.bb| 1 + 2 files changed, 148 insertions(+) create mode 100644

[OE-core] [PATCH 2/3] clutter-1.0: do not use the prepackaged clutter.types file when generating gtk-doc

2016-09-02 Thread Alexander Kanavin
Doing so will fail when x11 is disabled in particular. Signed-off-by: Alexander Kanavin --- ...ter.types-as-it-is-build-configuration-sp.patch | 143 + .../recipes-graphics/clutter/clutter-1.0_1.26.0.bb | 1 + 2 files changed, 144

[OE-core] [PATCH 3/3] gtk+3: disable gtk-doc when x11 is not available

2016-09-02 Thread Alexander Kanavin
gtk-doc requires gdk/x11/gdkx.h which is not available if gdk x11 backend is disabled (due to jku's patch). Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 1/1] libnl: remove RREPLACES and RCONFLICTS for libnl-genl

2016-09-02 Thread Robert Yang
Good questions, the libnl-genl2 in provides is introduced by REPLACES_${PN}-genl = "libnl-genl2", so libnl-genl2 should be preserved. And there was no libnl-genl.rpm in the past, but libnl-3-genl.rpm, please see commit message for more info. Here is the updated patch:

Re: [OE-core] [PATCH 0/4] groff: add file-homedir-perl to RDEPENDS

2016-09-02 Thread Richard Purdie
On Fri, 2016-09-02 at 09:54 +0800, Yu, Mingli wrote: > ping I'm with Ross here. We don't often have need for sheet music conversion in groff in embedded or IoT devices. I'd prefer to have configuration to disable this. Cheers, Richard -- ___