[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2020-08-03 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. 8/4) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [OE-core] [dunfell][PATCH] core: glib-2.0: fix requested libmount/mkostemp/selinux not being linked in

2020-08-03 Thread Steve Sakoman
On Sun, Aug 2, 2020 at 9:43 PM Ahmad Fatoum wrote: > > Hello, > > On 7/20/20 12:30 PM, Ahmad Fatoum wrote: > > Since 010202076760 ("meson.bbclass: avoid unexpected operating-system > > names"), meson is no longer used with a cross file that appends the used > > libc to the operating system name,

[OE-core][dunfell 11/12] gnutls: Fix krb5 code license to GPLv2.1+ to match the LICENSE file.

2020-08-03 Thread Steve Sakoman
From: zhengruoqin This was discussed and accepted upstream by the project so their license is consistent. Please reference to https://gitlab.com/gnutls/gnutls/-/issues/1018 and https://gitlab.com/gnutls/gnutls/-/merge_requests/1285. Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie

[OE-core][dunfell 09/12] bind: upgrade 9.11.19 -> 9.11.21

2020-08-03 Thread Steve Sakoman
From: Yi Zhao Bug and CVE fixes only Detailed list of changes at: https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_11_21/CHANGES Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie (cherry picked from commit c6749532f94f435e6771d66d3fa225e676753478) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 02/12] initscripts: Fix populate-volatile.sh bug when file/dir exists

2020-08-03 Thread Steve Sakoman
From: Andrei Gherzan The blocks which test for entry exitence (file or directory) use a `A && B || C` syntax. This form is not behaving as a if-then-else block even the code logic assumes that. C may run when A is true which breaks the case where VERBOSE is 'no' but the file/directory exists.

[OE-core][dunfell 04/12] cve-update: handle baseMetricV2 as optional

2020-08-03 Thread Steve Sakoman
From: Konrad Weihmann Currently in NVD DB an item popped up, which hasn't set baseMetricV2. Let the parser handle it as an optional item. In case use baseMetricV2 before baseMetricV3 Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 01/12] initscripts: Fix various shellcheck warnings in populate-volatile.sh

2020-08-03 Thread Steve Sakoman
From: Andrei Gherzan Signed-off-by: Andrei Gherzan Signed-off-by: Richard Purdie (cherry picked from commit 0a128a238f63d52aa82f8c63ee2f84ab528b3346) Signed-off-by: Steve Sakoman --- .../initscripts-1.0/populate-volatile.sh | 58 +-- 1 file changed, 29 insertions(+), 29

[OE-core][dunfell 10/12] gnutls: upgrade 3.6.13 -> 3.6.14

2020-08-03 Thread Steve Sakoman
From: Alexander Kanavin Security and bug fix release on the stable 3.6.x branch Fixes CVE-2020-13777 Detailed list of changes at: https://lists.gnupg.org/pipermail/gnutls-help/2020-June/004648.html Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 12/12] glib-networking: upgrade 2.62.3 to 2.62.4

2020-08-03 Thread Steve Sakoman
Bug and CVE fix release Fixes CVE-2020-13645 Details of changes at: https://gitlab.gnome.org/GNOME/glib-networking/-/commits/glib-2-62 Signed-off-by: Steve Sakoman --- .../{glib-networking_2.62.3.bb => glib-networking_2.62.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core][dunfell 07/12] cogl-1.0: correct X11 dependencies

2020-08-03 Thread Steve Sakoman
From: Matt Madison cogl depends on libxdamage when configured for X11 support. A dependency was added for this in 2012 with 959a2f6d88d8fa6874fff83b7a1f0e7d4e36b887, but that addition was lost when the recipe was reworked in 2013 with b508fdd2b19ca30da8d09caf646897dc4cf195c8. That commit also

[OE-core][dunfell 06/12] gtk-icon-cache.bbclass: add features_check

2020-08-03 Thread Steve Sakoman
From: Changqing Li 'bitbake world -k' when DISTRO_FEATURES don't have x11 and wayland, report errors: Nothing PROVIDES 'gtk+3' Nothing RPROVIDES 'blueman' gtk+3 set ANY_OF_DISTRO_FEATURES, so add it here too since we DEPENDS on it Signed-off-by: Changqing Li Signed-off-by: Richard Purdie

[OE-core][dunfell 00/12] Patch review

2020-08-03 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1224 The following changes since commit 7ce425fa1295a9dca48f8474be58db3ac8aa540d: glibc: Secruity

[OE-core][dunfell 08/12] boost: backport fix to make async_pipes work with asio

2020-08-03 Thread Steve Sakoman
From: Viktor Rosendahl async_pipe is missing the executor_type type, which is expected by asio in /usr/include/boost/asio/impl/read.hpp. Without this, it's not possible to even compile code that uses constructs such as: boost::asio::io_service foo; boost::process::async_pipe foopipe{

[OE-core][dunfell 05/12] layer.conf: fix adwaita-icon-theme signature change problem

2020-08-03 Thread Steve Sakoman
From: Changqing Li allarch package adwaita-icon-theme inherit both allarch and gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62 [gtk-icon-cache.bbclass: add runtime dependency], it start depend on non-allarch packages gdk-pixbuf and gtk+3, which make it's signature changes

[OE-core][dunfell 03/12] checklayer: check layer in BBLAYERS before test

2020-08-03 Thread Steve Sakoman
From: Lee Chee Yang layer under test should absent from BBLAYERS when running yocto-check-layer. This allow to get signatures before layer under test. There are existing steps to add the layer under test to BBLAYERS after getting initial signatures. add steps to check for layer under test in

[OE-core] [PATCH 1/4] linux-yocto/5.4: update to v5.4.53

2020-08-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: d811d29517d1 Linux 5.4.53 e6c19fa5b6c6 gpio: pca953x: disable regmap locking for automatic address incrementing 411c80267541 drm/i915/gvt: Fix two CFL MMIO

[OE-core] [PATCH 4/4] kernel-yocto: enhance configuration queue analysis capabilities

2020-08-03 Thread Bruce Ashfield
From: Bruce Ashfield Enable the kernel-yocto bbclass to use enhanced capabilities from the kern-tools symbol_why.pl. We bump the kern-tools SRCREV to pickup the reworking of symbol_why, which uses Kconfiglib to provide analysis on configuration values. This is useful for debugging why a symbol

[OE-core] [PATCH 0/4] kernel-yocto: consolidated pull request

2020-08-03 Thread Bruce Ashfield
From: Bruce Ashfield Hi all, This series contains two routine updates of 5.4. The -stable update and a backport to fix a perf build issue with the new binutils (as reported and debugged by Khem). The other two are features that I've been working on for the fall release. One is minor (the

[OE-core] [PATCH 3/4] kernel/yocto: allow dangling KERNEL_FEATURES

2020-08-03 Thread Bruce Ashfield
From: Bruce Ashfield KERNEL_FEATURES are explicitly checked by the kern-tools, and trigger and error when not present. This is since the KERNEL_FEATURES are specified by layers or BSPs as elements that are requied for correct operation. That being said, in order to support more kernel recipes

[OE-core] [PATCH 2/4] linux-yocto/5.4: fix perf build with binutils 2.35

2020-08-03 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.4: 1fe4ee7f680c libtraceevent: Fix build with binutils 2.35 Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- .../linux/linux-yocto-tiny_5.4.bb | 4 ++--

Re: [OE-core] [dunfell][PATCH] core: glib-2.0: fix requested libmount/mkostemp/selinux not being linked in

2020-08-03 Thread Ahmad Fatoum
Hello, On 7/20/20 12:30 PM, Ahmad Fatoum wrote: > Since 010202076760 ("meson.bbclass: avoid unexpected operating-system > names"), meson is no longer used with a cross file that appends the used > libc to the operating system name, e.g. linux-gnueabi. > > Prior to that commit, the host_system ==

Re: [OE-core] [PATCH 05/13] meson: update 0.54.3 -> 0.55.0

2020-08-03 Thread Khem Raj
I wonder if this failure is related to this can you check http://errors.yoctoproject.org/Errors/Details/427901/ On Sat, Aug 1, 2020 at 2:23 PM Alexander Kanavin wrote: > > Rebase patches. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/meson/meson.inc | 2 +- >