[OE-core] [PATCH] libinput:upgrade 1.13.1 -> 1.13.2

2019-05-14 Thread Zang Ruochen
-Upgrade from libinput_1.13.1.bb to libinput_1.13.2.bb. Signed-off-by: Zang Ruochen --- .../wayland/{libinput_1.13.1.bb => libinput_1.13.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.13.1.bb => libinput_1.13.2.bb} (86%)

[OE-core] [PATCH] grub/grub-efi: fix unrecognized command line option '-pipe-Wno-error' in CFLAGS

2019-05-14 Thread Hongxu Jia
Since commit [330fc83 grub: Use -Wno-error instead of doing this on a per-warning basis] applied in oe-core, it missed a space in append. Signed-off-by: Hongxu Jia --- meta/recipes-bsp/grub/grub2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub/grub2.

[OE-core] [PATCH 2/2] oeqa/manual/bsp-hw.json: Remove rpm install dependency

2019-05-14 Thread Yeoh Ee Peng
Remove the bsps-hw.bsps-hw.rpm_-__install_dependency_package as it was replaced by the test_rpm_install_dependency inside oeqa/runtime/cases/rpm.py. Signed-off-by: Yeoh Ee Peng --- meta/lib/oeqa/manual/bsp-hw.json | 26 -- 1 file changed, 26 deletions(-) diff --git a/met

[OE-core] [PATCH 1/2] oeqa/runtime/cases/rpm.py: Enable rpm install dependency testing

2019-05-14 Thread Yeoh Ee Peng
Convert manual testcase bsps-hw.bsps-hw.rpm_-__install_dependency_package from oeqa/manual/bsp-hw.json to runtime automated test. Signed-off-by: Yeoh Ee Peng --- meta/lib/oeqa/runtime/cases/rpm.py | 29 + 1 file changed, 29 insertions(+) diff --git a/meta/lib/oeqa/ru

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread Randy MacLeod
On 5/14/19 5:46 PM, richard.pur...@linuxfoundation.org wrote: On Tue, 2019-05-14 at 17:42 -0400, Randy MacLeod wrote: On 5/14/19 5:32 PM, richard.pur...@linuxfoundation.org wrote: Actually, my test was flawed. I just retested and this time it worked. What I tested with was: RDEPENDS_${PN}-ptes

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread Mittal, Anuj
On Tue, 2019-05-14 at 17:42 -0400, Randy MacLeod wrote: > > We also have a problem that its overflowing the 4GB limit on some > > image > > sizes with the debug info included :/ > > There's an enhancement to track that: >https://bugzilla.yoctoproject.org/show_bug.cgi?id=13025 > Kevin owns it a

Re: [OE-core] RDEPENDS kernel-image-zimage & kernel.bbclass PKG name

2019-05-14 Thread Bruce Ashfield
On Tue, May 14, 2019 at 12:32 PM André Draszik wrote: > On Tue, 2019-05-14 at 14:35 +0100, André Draszik wrote: > > Hi, > > > > As part of the build, kernel packages are renamed, e.g. > > kernel-image-zimage basically becomes > > kernel-image-zimage-${KERNEL_VERSION} > > > > When a package create

Re: [OE-core] [PATCH 2/2] ptest: Add RDEPENDS frpm PN-ptest to PN package

2019-05-14 Thread akuster808
On 5/14/19 2:56 PM, Richard Purdie wrote: > Many different ptests are breaking as they assume that ${PN}-ptest > depends on ${PN}. It doesn't currently but should. If we fix this, many > different ptests start passing when they previously failed. Ah, cool, noticed this with some my recipes and f

Re: [OE-core] [PATCH v2] systemd: enable portabled by default

2019-05-14 Thread Luca Boccassi
On Mon, 2019-05-13 at 08:24 -0700, Khem Raj wrote: > > > On Mon, May 13, 2019 at 3:10 AM Luca Boccassi < > luca.bocca...@gmail.com> wrote: > > On Fri, 2019-05-10 at 09:45 -0700, Khem Raj wrote: > > > On Fri, May 10, 2019 at 5:10 AM < > > > luca.bocca...@gmail.com > > > > wrote: > > > > From: Luca

[OE-core] [PATCH] glib-2.0: fix last failing ptest

2019-05-14 Thread Richard Purdie
From: Ross Burton Upstream glib don't really actually test the test suite with modern glibc and all the locales present so we're finding a number of bugs. Backport another fix from upstream to fix the test data with modern glibc. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .

[OE-core] [PATCH 2/2] ptest: Add RDEPENDS frpm PN-ptest to PN package

2019-05-14 Thread Richard Purdie
Many different ptests are breaking as they assume that ${PN}-ptest depends on ${PN}. It doesn't currently but should. If we fix this, many different ptests start passing when they previously failed. It does depend on fixing an issue in the dbus-test recipe which is done in the preceeding patch (me

[OE-core] [PATCH 1/2] dbus-test: Improve ptest dependencies dependencies

2019-05-14 Thread Richard Purdie
The dbus-test package is empty, move its dependencies to the ${PN}-ptest package. Also ensure that it doesn't depend on the empty ${PN} package which is about to start causing image failures in the following commit. In this case the correct dependency is dbus itself. Signed-off-by: Richard Purdie

[OE-core] [PATCH] valgrind: Include debugging symbols in ptests

2019-05-14 Thread Richard Purdie
About half the ptests will fail if the executables deployed as part of the ptest package are stripped. We therefore need to add a dependency on the dbg symbols package and silence the QA test which would complain about this since we really do want it in this case. Signed-off-by: Richard Purdie --

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread richard . purdie
On Tue, 2019-05-14 at 17:42 -0400, Randy MacLeod wrote: > On 5/14/19 5:32 PM, richard.pur...@linuxfoundation.org wrote: > > Actually, my test was flawed. I just retested and this time it > > worked. > > What I tested with was: > > > > RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob ${PN}

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread Randy MacLeod
On 5/14/19 5:32 PM, richard.pur...@linuxfoundation.org wrote: Actually, my test was flawed. I just retested and this time it worked. What I tested with was: RDEPENDS_${PN}-ptest += " sed perl perl-module-file-glob ${PN} ${PN}-dbg" INSANE_SKIP_${PN}-ptest = "debug-deps" Ah nice. Thanks. Can

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread richard . purdie
On Tue, 2019-05-14 at 13:54 -0400, Randy MacLeod wrote: > On 5/14/19 10:08 AM, Richard Purdie wrote: > > On Mon, 2019-05-13 at 23:57 -0400, Randy MacLeod wrote: > > > About half the ptests will fail if the executables deployed > > > as part of the ptest package are stripped. Currently > > > there i

Re: [OE-core] [PATCH] distutils: Tidy and simplify for readability

2019-05-14 Thread Douglas Royds via Openembedded-core
On 14/05/19 6:41 PM, Martin Hundebøll wrote: On 14/05/2019 08.16, Douglas Royds via Openembedded-core wrote: Can anyone explain why I appear on patchwork as "Andrii Bordunov via Openembedded-core"? Yes. Because the DMARC policy for your domain is "quarantine":   % dig _dmarc.taitradio.com T

[OE-core] [PATCH] dhcp: fix a NSUPDATE compiling issue

2019-05-14 Thread liu . ming50
From: Ming Liu This patch fixes a following issue: | omapip/isclib.c: In function 'dns_client_init': | omapip/isclib.c:356:18: error: 'dhcp_context_t {aka struct dhcp_context}' has no member named 'dnsclient' | if (dhcp_gbl_ctx.dnsclient == NULL) { | ^ | omapip/isclib.c:363:2

[OE-core] [PATCH] kernel.bbclass: adjust a condition checking

2019-05-14 Thread liu . ming50
From: Ming Liu do_bundle_initramfs does not have to depend on ${INITRAMFS_IMAGE}:do_image_complete if INITRAMFS_IMAGE_BUNDLE is not set. Signed-off-by: Ming Liu --- meta/classes/kernel.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/m

Re: [OE-core] [PATCH] gdb: Upgrade from 8.2.1 to 8.3

2019-05-14 Thread Randy MacLeod
On 5/14/19 1:36 PM, Richard Purdie wrote: On Mon, 2019-05-13 at 22:53 +, Alistair Francis wrote: Signed-off-by: Alistair Francis --- If there are issues with the patch the branch is avaliable here: https://github.com/alistair23/openembedded-core/tree/alistair/gdb-8.3 Seems there is a prob

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread Randy MacLeod
On 5/14/19 10:08 AM, Richard Purdie wrote: On Mon, 2019-05-13 at 23:57 -0400, Randy MacLeod wrote: About half the ptests will fail if the executables deployed as part of the ptest package are stripped. Currently there is no easy way to only strip the main valgrind package so leave it and the pte

Re: [OE-core] [PATCH] gdb: Upgrade from 8.2.1 to 8.3

2019-05-14 Thread Richard Purdie
On Mon, 2019-05-13 at 22:53 +, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > If there are issues with the patch the branch is avaliable here: > https://github.com/alistair23/openembedded-core/tree/alistair/gdb-8.3 Seems there is a problem in oe-selftest: https://autobuild

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread Burton, Ross
On Mon, 13 May 2019 at 20:57, Randy MacLeod wrote: > About half the ptests will fail if the executables deployed > as part of the ptest package are stripped. Currently > there is no easy way to only strip the main valgrind > package so leave it and the ptests *all* unstripped. What's the disk usa

Re: [OE-core] RDEPENDS kernel-image-zimage & kernel.bbclass PKG name

2019-05-14 Thread André Draszik
On Tue, 2019-05-14 at 14:35 +0100, André Draszik wrote: > Hi, > > As part of the build, kernel packages are renamed, e.g. > kernel-image-zimage basically becomes > kernel-image-zimage-${KERNEL_VERSION} > > When a package created by recipe B RDEPENDS on kernel-image-zimage, > the ipk generated ult

[OE-core] Yocto Project Status WW20'19

2019-05-14 Thread Richard Purdie
Current Dev Position: YP 2.8 M1Next Deadline: YP 2.8 Milestone 1 Cutoff June 9th, 2019 SWAT Team Rotation: * SWAT lead is currently: Amanda * SWAT team rotation: Amanda -> Ross on May. 17, 2019 * SWAT team rotation: Ross -> Chen on May. 24, 2019 * https://wiki.yoctoproject.org/wiki/Yocto_Build_F

Re: [OE-core] [PATCH] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-05-14 Thread Bach, Pascal
Hi Nikolai, I think this would work. However I would like to understand the problem you are trying to solve with this. Do you have an example of a recipe this would be needed? Pascal > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of > Nikolai

[OE-core] [PATCH] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-05-14 Thread Nikolai Merinov
The CMake takes mandatory compiler arguments from the following variables: - CMAKE_SYSROOT -- path to sysroot that should be passed to compiler. - CMAKE__COMPILER_TARGET -- target architecture, used for compilers that supports several targets through command line options. e.g. "clang --target $

Re: [OE-core] [PATCH 21/23] oeqa: Drop OETestID

2019-05-14 Thread akuster808
On 5/14/19 1:30 AM, Adrian Bunk wrote: > On Mon, May 13, 2019 at 09:54:03PM -0700, Armin Kuster wrote: >> From: Richard Purdie >> >> These IDs refer to testopia which we're no longer using. We would now use >> the test >> names to definitively reference tests and the IDs can be dropped, along w

[OE-core] [PATCH] runtime ptest: run each ptest separately

2019-05-14 Thread Armin Kuster
resulttool still working Recipe | Passed| Failed | Skipped | Time(s) openssh | 0 | 0 | 1 | 1 openssl | 146 | 1 | 8 | 80 python | 0 | 0 | 0 | 21 Signed-off-by: Armin Kuster --- meta/lib/oeq

[OE-core] [v2][PATCH] runtime ptest: refactor for future work

2019-05-14 Thread Armin Kuster
This in preparation for being able to run and capture each ptest separately. moves things to setup and finish functions breaks a few checks out into their own tests. no change in result tool output. Recipe | Passed| Failed | Skipped | Time(s)

Re: [OE-core] [PATCH 2/5] valgrind: do not strip the package or ptests

2019-05-14 Thread Richard Purdie
On Mon, 2019-05-13 at 23:57 -0400, Randy MacLeod wrote: > About half the ptests will fail if the executables deployed > as part of the ptest package are stripped. Currently > there is no easy way to only strip the main valgrind > package so leave it and the ptests *all* unstripped. > > There is an

[OE-core] RDEPENDS kernel-image-zimage & kernel.bbclass PKG name

2019-05-14 Thread André Draszik
Hi, As part of the build, kernel packages are renamed, e.g. kernel-image-zimage basically becomes kernel-image-zimage-${KERNEL_VERSION} When a package created by recipe B RDEPENDS on kernel-image-zimage, the ipk generated ultimately depends on kernel-image-zimage-${KERNEL_VERSION} (not kernel-ima

[OE-core] [PATCH 3/3] qemux86: use a Core 2 Duo CPU instead of the original circa-1993 Pentium

2019-05-14 Thread Alexander Kanavin
This matches what the qemux86_64 is currently using, and will allow testing the instructions added in the meantime; particularly various SSE extensions are now enabled. Signed-off-by: Alexander Kanavin --- meta/conf/machine/include/qemuboot-x86.inc | 4 ++-- meta/conf/machine/qemux86.conf

[OE-core] [PATCH 1/3] packagegroup-self-hosted: drop epiphany

2019-05-14 Thread Alexander Kanavin
Originally a web browser was added to build-appliance-image to enable Hob's use cases that involve opening a URI; with Hob long gone, a web browser is no longer necessary to have in build-appliance-image. This will also address the out-of-resources problem when build-appliance-image builds itself

[OE-core] [PATCH 2/3] packagegroup-cross-canadian: repackage when TUNE_ARCH changes

2019-05-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-cross-canadian.bb| 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb index d551147

Re: [OE-core] [PATCH 1/2] qemux86: use a Core 2 Duo CPU instead of the original circa-1993 Pentium

2019-05-14 Thread Alexander Kanavin
On Tue, 14 May 2019 at 12:08, Richard Purdie wrote: > > On Mon, 2019-05-13 at 17:33 +0200, Alexander Kanavin wrote: > > This matches what the qemux86_64 is currently using, and > > will allow testing the instructions added in the meantime; > > particularly various SSE extensions are now enabled. >

Re: [OE-core] [PATCH] glib-networking: add PACKAGECONFIG for openssl

2019-05-14 Thread Martin Jansa
Thanks all, I think the discussion made it clear that we shouldn't change the default yet. Makes it easier for me as I'll need this PACKAGECONFIG backported to warrior as well (and we shouldn't change the default there for sure). RP: please take this for some next master-next. On Fri, May 10, 20

Re: [OE-core] Switching GStreamer recipes from autotools to meson

2019-05-14 Thread Alexander Kanavin
On Tue, 14 May 2019 at 10:19, Carlos Rafael Giani wrote: > GStreamer recipe upgrades to 1.16.0 have been sent in as a pull request > to meta-gstreamer1.0 . Once these are in, I'm considering to switch the > recipes to meson. Are there any potential issues with that? For example, > anything specia

Re: [OE-core] [PATCH 1/2] qemux86: use a Core 2 Duo CPU instead of the original circa-1993 Pentium

2019-05-14 Thread Richard Purdie
On Mon, 2019-05-13 at 17:33 +0200, Alexander Kanavin wrote: > This matches what the qemux86_64 is currently using, and > will allow testing the instructions added in the meantime; > particularly various SSE extensions are now enabled. > > Signed-off-by: Alexander Kanavin > --- > meta/conf/machin

Re: [OE-core] [PATCH 21/23] oeqa: Drop OETestID

2019-05-14 Thread Richard Purdie
On Tue, 2019-05-14 at 11:30 +0300, Adrian Bunk wrote: > On Mon, May 13, 2019 at 09:54:03PM -0700, Armin Kuster wrote: > > From: Richard Purdie > > > > These IDs refer to testopia which we're no longer using. We would > > now use the test > > names to definitively reference tests and the IDs can b

[OE-core] [PATCH v2] Remove irda-utils and the irda feature

2019-05-14 Thread Adrian Bunk
IrDA support was removed in kernel 4.17. Signed-off-by: Adrian Bunk --- irda-utils will be submitted for inclusion in meta-openembedded. v2: Changes to documentation and a comment in meta-poky will be sent separately. --- .../distro/include/default-distrovars.inc | 2 +- meta/conf/distr

Re: [OE-core] [PATCH 21/23] oeqa: Drop OETestID

2019-05-14 Thread Adrian Bunk
On Mon, May 13, 2019 at 09:54:03PM -0700, Armin Kuster wrote: > From: Richard Purdie > > These IDs refer to testopia which we're no longer using. We would now use the > test > names to definitively reference tests and the IDs can be dropped, along with > their > supporting code. >... Is this b

[OE-core] Switching GStreamer recipes from autotools to meson

2019-05-14 Thread Carlos Rafael Giani
From what I have seen, meson support is stable now. Also, in GStreamer, autotools is now considered a legacy build system, and will be removed in future released. From https://gstreamer.freedesktop.org/releases/1.16/ : > The Meson build system build is now feature-complete (*) and it is now

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-14 Thread Andreas Müller
On Tue, May 7, 2019 at 12:51 PM Andreas Müller wrote: > > On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller > wrote: > > > > On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller > > wrote: > > > > > > This fixes: > > > * gtk-icon-browser: for symbolic view almost all icons were missing > > > * xfce's t

[OE-core] [PATCHv3] perf: make sure that the tools/include/uapi/asm-generic directory exists

2019-05-14 Thread Martin Jansa
* before trying to copy unistd.h into it * older kernels don't have uapi in tools/include and do_configure fails with: DEBUG: Executing shell function do_configure cp: cannot create regular file '.../perf/1.0-r9/perf-1.0/tools/include/uapi/asm-generic/unistd.h': No such file or directory