Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-25 Thread Otavio Salvador
On Mon, Feb 25, 2019 at 4:05 PM Burton, Ross wrote: > > So far: > > rburton: according to this commit it's intentional: > cc15460e182148292be877bec5a8a61cec57377d > although I'm not sure that patch was correct now, it looks > like autotools has generated a 1.1.0 since 2014 > > On Mon, 25 Feb 2019

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-25 Thread Burton, Ross
I'm also not convinced this was right and have submitted https://lists.freedesktop.org/archives/mesa-dev/2019-February/215791.html. When that is reviewed we'll know whether this change is fine, or we should pick a the patch. Ross On Mon, 25 Feb 2019 at 19:04, Burton, Ross wrote: > > So far: > >

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Andre McCurdy
On Mon, Feb 25, 2019 at 11:00 AM Khem Raj wrote: > > After eglibc was merged into glibc, Kconfig support was also dropped so > these libc features therefore are not effective anymore and can be > removed > > Signed-off-by: Khem Raj > --- > meta/conf/distro/include/default-distrovars.inc | 10

[OE-core] Xorg issue on qemuarma15

2019-02-25 Thread Jon Mason
I'm having a problem trying to get Xorg up and running on the qemuarma15 (from the series http://lists.openembedded.org/pipermail/openembedded-core/2019-January/278190.html). I've applied a patch on top of these to get framebuffer added by default to the kernel config and changes in the default

Re: [OE-core] [PATCH v2 1/1] ltp: Update to 20190115

2019-02-25 Thread Petr Vorel
Hi Richard, Khem, > > security_flags.inc:SECURITY_STRINGFORMAT ?= "-Wformat -Wformat-security > > -Werror=format-security" > > security_flags.inc:SECURITY_CFLAGS ?= "${SECURITY_STACK_PROTECTOR} > > ${SECURITY_PIE_CFLAGS} ${lcl_maybe_fortify} ${SECURITY_STRINGFORMAT}" > > so the reproducer

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Khem Raj
On Mon, Feb 25, 2019 at 12:14 PM Andre McCurdy wrote: > > On Mon, Feb 25, 2019 at 11:00 AM Khem Raj wrote: > > > > After eglibc was merged into glibc, Kconfig support was also dropped so > > these libc features therefore are not effective anymore and can be > > removed > > > > Signed-off-by:

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Jacob Kroon
On Mon, Feb 25, 2019 at 8:00 PM Khem Raj wrote: > > After eglibc was merged into glibc, Kconfig support was also dropped so > these libc features therefore are not effective anymore and can be > removed > > Signed-off-by: Khem Raj > --- > meta/conf/distro/include/default-distrovars.inc | 10

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-25 Thread Burton, Ross
packages/corei7-64-poky-linux/mesa/libgles1-mesa: FILELIST: removed "/usr/lib/libGLESv1_CM.so.1.1.0", added "/usr/lib/libGLESv1_CM.so.1.0.0" Is that intentional? Looks like a version mistake in the meson.build. Ross -- ___ Openembedded-core mailing

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-25 Thread Burton, Ross
So far: rburton: according to this commit it's intentional: cc15460e182148292be877bec5a8a61cec57377d although I'm not sure that patch was correct now, it looks like autotools has generated a 1.1.0 since 2014 On Mon, 25 Feb 2019 at 18:54, Burton, Ross wrote: > >

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2019-02-25 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Khem Raj
On Mon, Feb 25, 2019 at 11:41 AM Jacob Kroon wrote: > > On Mon, Feb 25, 2019 at 8:00 PM Khem Raj wrote: > > > > After eglibc was merged into glibc, Kconfig support was also dropped so > > these libc features therefore are not effective anymore and can be > > removed > > > > Signed-off-by: Khem

[OE-core] [PATCH V2] musl: Update to latest beyond 1.21

2019-02-25 Thread Khem Raj
https://git.musl-libc.org/cgit/musl/log/?qt=range=1691b23955590d1eb66a11158fdd91c86337e886..6516282d2adfad2c7e66d854cde3357120c75dbd Signed-off-by: Khem Raj --- v2: Fix TLS installation crash https://git.musl-libc.org/cgit/musl/commit/?id=6516282d2adfad2c7e66d854cde3357120c75dbd

[OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Khem Raj
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed Signed-off-by: Khem Raj --- meta/conf/distro/include/default-distrovars.inc | 10 +- meta/conf/local.conf.sample.extended| 16

Re: [OE-core] [PATCH] glibc: Remove ChangeLog diff from patch

2019-02-25 Thread Khem Raj
On Mon, Feb 25, 2019 at 1:50 PM Alistair Francis wrote: > > To avoid conflicts with other forks of glibc remove the diff from the > ChangeLog. > LGTM > Signed-off-by: Alistair Francis > --- > ...e-unsigned-Jcc-instructions-on-size-.patch | 21 +-- > 1 file changed, 1

[OE-core] [PATCH][thud] mesa: ship /etc/drirc in mesa-megadriver

2019-02-25 Thread Ross Burton
Many years not shipping the stub drirc seemed like a good idea, but now it has content and is essential for some applications to run. Following patches in master, ship this file in mesa-megadriver. Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa.inc | 6 ++ 1 file changed, 2

[OE-core] [PATCH] [PATCH] sqlite3:upgrade to 3.27.2

2019-02-25 Thread Hong Liu
Upgrade sqlite from 3.26.0 to 3.27.2. Signed-off-by: Hong Liu --- meta/recipes-support/sqlite/sqlite3_3.26.0.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3.27.2.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] mesa-gl: Set PACKAGECONFIG for target

2019-02-25 Thread Khem Raj
mesa.inc uses PACKAGECONFIG_class-target override to setup default packageconfigs, which means that when we build mesa-gl for target then it does no honor the ??= setting we have in mesa-gl recipe, and ends up compiling egl, gles2 as well, which is not intended. Signed-off-by: Khem Raj ---

[OE-core] [PATCH V2 1/2] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Khem Raj
After eglibc was merged into glibc, Kconfig support was also dropped so these libc features therefore are not effective anymore and can be removed Signed-off-by: Khem Raj --- v2: - Add ipv4 and ipv6 to default distro features, they are not libc specific anyway - Remove DISTRO_FEATURES_DEFAULT

[OE-core] [PATCH] libdazzle: add check for GTK3DISTROFEATURES

2019-02-25 Thread mingli.yu
From: Mingli Yu When do world buid, there comes below error: | ERROR: Nothing PROVIDES 'gtk+3' (but /build/layers/oe-core/meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb DEPENDS on or otherwise requires it) | gtk+3 was skipped: one of 'x11 wayland' needs to be in DISTRO_FEATURES Add the

[OE-core] [PATCH] ltp: Add patch for string formatting security warning

2019-02-25 Thread Daniel Díaz
A revamp of the syscalls/setregid tests made to use a new library [LTP:7a1b4427] required a conversion to test messages. This test in particular did not include a formatted string, but a just a string element: testcases/kernel/syscalls/setregid/setregid01.c This patch allows LTP to be built

Re: [OE-core] [PATCH] openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h

2019-02-25 Thread Denys Dmytriyenko
Khem, Richard, Sorry for belated reply. I haven't had time for master yet, but since this just got backported to thud, I'm seeing a similar breakage. First of all, BN_LLONG not being defined does seem to be "fixed" by this patch, but I'm not entirely sure why it now checks for OPENSSL_SYS_UEFI

[OE-core] [PATCH] glibc: Remove ChangeLog diff from patch

2019-02-25 Thread Alistair Francis
To avoid conflicts with other forks of glibc remove the diff from the ChangeLog. Signed-off-by: Alistair Francis --- ...e-unsigned-Jcc-instructions-on-size-.patch | 21 +-- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git

[OE-core] [PATCH] [PATCH] wayland:Upgrade to 1.16.91

2019-02-25 Thread Hong Liu
Upgrade wayland from 1.16.0 to 1.16.91. Signed-off-by: Hong Liu --- .../wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.16.0.bb => wayland_1.16.91.bb} (92%) diff --git

Re: [OE-core] [PATCH] [PATCH] wayland:Upgrade to 1.16.91

2019-02-25 Thread Burton, Ross
>From https://wayland.freedesktop.org/releases.html: "The alphas for Wayland 1.17 (version 1.16.91) and Weston 6.0 (version 5.0.91) were released." We don't ship alpha releases. Ross On Tue, 26 Feb 2019 at 05:59, Hong Liu wrote: > > Upgrade wayland from 1.16.0 to 1.16.91. > > Signed-off-by:

[OE-core] [sumo][PATCH 1/8] systemd: fix CVE-2018-15686

2019-02-25 Thread George McCollister
From: Chen Qi Backport patch to fix the following CVE. CVE: CVE-2018-15686 Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Cherry-picked from thud 0ef70603bc983315eb0e8a97958d995a31198c35 Signed-off-by: George McCollister --- ...eserializing-state-always-use-read_line-L.patch | 250

[OE-core] [sumo][PATCH 0/8] systemd: fix CVEs

2019-02-25 Thread George McCollister
Apply CVE patches to systemd. Backport changes from thud when possible otherwise use patches from: https://launchpad.net/ubuntu/+source/systemd/237-3ubuntu10.13 The following changes since commit 31f0c5e59c7fb0ae0915de584fbfcf3d95bbb061: testsdk: Improvements to the json logging (2018-12-07

[OE-core] [sumo][PATCH 7/8] systemd: fix CVE-2018-6954

2019-02-25 Thread George McCollister
Apply patches to fix CVE-2018-6954 NVD description from https://nvd.nist.gov/vuln/detail/CVE-2018-6954 systemd-tmpfiles in systemd through 237 mishandles symlinks present in non-terminal path components, which allows local users to obtain ownership of arbitrary files via vectors involving

[OE-core] [sumo][PATCH 5/8] systemd: Security fix CVE-2018-16865

2019-02-25 Thread George McCollister
Affects < v240 Based on thud commit d5d2b821fc85b8cf39f683061ac2a45bddd2139f The second patch in the thud commit doesn't apply against 237. Use the version of the second patch CVE-2018-16865_2.patch from systemd_237-3ubuntu10.13.debian. Signed-off-by: George McCollister ---

[OE-core] [sumo][PATCH 6/8] systemd: Security fix CVE-2018-16866

2019-02-25 Thread George McCollister
From: Marcus Cooper Affects < v240 Signed-off-by: Marcus Cooper >From v2 patch on openembedded-core@lists.openembedded.org Incresed file name number from 0026 to 0027. Signed-off-by: George McCollister --- ...nal-fix-out-of-bounds-read-CVE-2018-16866.patch | 49 ++

[OE-core] [sumo][PATCH 3/8] systemd: fix CVE-2018-15688

2019-02-25 Thread George McCollister
From: Chen Qi Backport patch to fix the following CVE. CVE: CVE-2018-15688 Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Cherry-picked from thud 13591d7224393dc0ae529a03cdf74aceb3540ce9 Signed-off-by: George McCollister --- ...sure-we-have-enough-space-for-the-DHCP6-o.patch | 39

[OE-core] [sumo][PATCH 4/8] systemd: Security fix CVE-2018-16864

2019-02-25 Thread George McCollister
Affects < v240 Based on thud commit 403e74b07b6f3c4a2444e68c74a8434fb17aee49 The patch in the thud commit doesn't compile against 237. Use the version of this patch, CVE-2018-16864.patch from systemd_237-3ubuntu10.13.debian. Signed-off-by: George McCollister ---

[OE-core] [sumo][PATCH 2/8] systemd: fix CVE-2018-15687

2019-02-25 Thread George McCollister
Backport patch to fix the following CVE. CVE: CVE-2018-15687 Based on thud commit eeb621aa19f690971caf862290a172a115578ba1 The patch in the thud commit doesn't compile against 237. Use the version of this patch, CVE-2018-15687.patch from systemd_237-3ubuntu10.13.debian. Signed-off-by: George

[OE-core] [sumo][PATCH 8/8] systemd: fix CVE-2019-6454

2019-02-25 Thread George McCollister
Apply patches from systemd_237-3ubuntu10.13 to fix CVE-2019-6454. CVE-2019-6454 is an issue in which systemd (PID1) can be crashed with a specially formed D-Bus message. For information see: https://usn.ubuntu.com/3891-1/

Re: [OE-core] [PATCH] btrfs-tools Makefile: remove duplicated '-o $@' option from CC cmdline for libbtrfsutil/ subfolder

2019-02-25 Thread Burton, Ross
Please don't send patches in HTML [1]. The patch you add is also missing a Signed-off-by and Upstream-Status [2] For such a trivial build issue, we encourage submitting the patch upstream too so we don't have to carry it forever. [1]

[OE-core] New QA process/tooling

2019-02-25 Thread Richard Purdie
I wanted to mention we now have a few developments working in our QA process/tooling workflow. --- In summary: We have buildhistory data comparing -next/mut builds to master:

[OE-core] [PATCH] oeqa/utils/gitarchive: Handle case where parent is only on origin

2019-02-25 Thread Richard Purdie
The parent code currently assumed that any parent branch is locally checked out which may not be the case. Use the local branch by default but fall back to the origin. This also means removing the later saftey check as the branch may not exist locally. This fixes the autobuilder resulttool test

Re: [OE-core] [PATCH 00/12] Enable accelerated OpenGL in qemu

2019-02-25 Thread Richard Purdie
On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > V2 changes: addressed feedback from the first review round > V3 changes: > - better fix for missing qemu X11 include, as discussed with upstream > - maintainers.inc entry for virglrenderer > - egl-headless support (see below for

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Richard Purdie
On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > Except for ming32/darwin, which do not support them. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/qemu/qemu.inc | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Alexander Kanavin
On Mon, 25 Feb 2019 at 12:02, Richard Purdie wrote: > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > Except for ming32/darwin, which do not support them. > > > > Signed-off-by: Alexander Kanavin > > --- > > meta/recipes-devtools/qemu/qemu.inc | 10 +- > > 1 file

Re: [OE-core] [PATCH] btrfs-tools Makefile: remove duplicated '-o $@' option from CC cmdline for libbtrfsutil/ subfolder

2019-02-25 Thread Ivan Efimov
Thank you for info about https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded I mistakenly followed guide https://wiki.yoctoproject.org/wiki/Poky_Contributions. Best regards, Ivan - Original Message - From: "Ross Burton" To: "Ivan Efimov" Cc: "OE-core" Sent:

Re: [OE-core] [PATCH 00/12] Enable accelerated OpenGL in qemu

2019-02-25 Thread Alexander Kanavin
On Mon, 25 Feb 2019 at 10:47, Richard Purdie wrote: > libEGL warning: GLX/DRI2 is not supported As a guess: Debian 8 has a particularly old version of mesa on the host: https://packages.debian.org/source/jessie/mesa I would start by installing a more recent one from jessie-backports repo:

[OE-core] [PATCH] libpcre: upgrade to 8.43

2019-02-25 Thread Ross Burton
Licence checksum updated because the copyright dates were changed. Signed-off-by: Ross Burton --- meta/recipes-support/libpcre/{libpcre_8.42.bb => libpcre_8.43.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.42.bb =>

Re: [OE-core] [thud][PATCH 1/2] libaio: Extend to native

2019-02-25 Thread Peter Kjellerstedt
> -Original Message- > From: akuster808 > Sent: den 22 februari 2019 16:21 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [thud][PATCH 1/2] libaio: Extend to native > > On 2/22/19 3:00 AM, Peter Kjellerstedt wrote: > > *ping* > > > >

Re: [OE-core] [PATCH] ltp: Bump to 20190115

2019-02-25 Thread Daniel Díaz
Hello! On Sat, 23 Feb 2019 at 10:07, Richard Purdie wrote: > > On Thu, 2019-02-21 at 12:21 -0600, Daniel Díaz wrote: > > This patch has been refreshed: > > * 0008-Check-if-__GLIBC_PREREQ-is-defined-before-using-it.patch > > > > These patches have been dropped as they have been merged: > > *

Re: [OE-core] [PATCH] ltp: Bump to 20190115

2019-02-25 Thread Richard Purdie
On Mon, 2019-02-25 at 08:00 -0600, Daniel Díaz wrote: > Hello! > On Sat, 23 Feb 2019 at 10:07, Richard Purdie > wrote: > > I think there was already a previous version of this upgrade which > > also > > didn't work: > > > >

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Khem Raj
On Mon, Feb 25, 2019 at 4:52 AM Alexander Kanavin wrote: > > On Mon, 25 Feb 2019 at 12:02, Richard Purdie > wrote: > > > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > > Except for ming32/darwin, which do not support them. > > > > > > Signed-off-by: Alexander Kanavin > > >

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Richard Purdie
On Mon, 2019-02-25 at 09:29 -0600, Joshua Watt wrote: > On Mon, 2019-02-25 at 13:52 +0100, Alexander Kanavin wrote: > > On Mon, 25 Feb 2019 at 12:02, Richard Purdie > > wrote: > > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > > > Except for ming32/darwin, which do not support

[OE-core] [PATCH] alsa-tools: 1.1.6 -> 1.1.7

2019-02-25 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7 The two patches have now been upstreamed. Apart from those changes, the only thing that changed was the hwmixvolume tool, which got ported from PyGTK to PyGObject, and from GTK 2 to GTK 3. When testing hwmixvolume, I found

Re: [OE-core] [PATCH 02/12] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-02-25 Thread Joshua Watt
On Mon, 2019-02-25 at 13:52 +0100, Alexander Kanavin wrote: > On Mon, 25 Feb 2019 at 12:02, Richard Purdie > wrote: > > On Fri, 2019-02-22 at 15:33 +0100, Alexander Kanavin wrote: > > > Except for ming32/darwin, which do not support them. > > > > > > Signed-off-by: Alexander Kanavin > > > --- >