Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-16 Thread Anuj Mittal
On Wed, 2022-02-16 at 10:22 +0100, Martin Jansa wrote: > Ubuntu patched their docker.io package shortly after upgrading to > glibc-2.34 in Ubuntu-21.10, see: > http://changelogs.ubuntu.com/changelogs/pool/universe/d/docker.io/docker.io_20.10.7-0ubuntu5~20.04.2/changelog > > docker.io

[OE-core] [PATCH v2] convert-variables: Script for Inclusive Language variable renames

2022-02-16 Thread Saul Wold
From: Saul Wold This script searches for a list of variable that have been renamed and converts them to their more descriptive names. It also searches for a list of variables that have been removed or deprecated and prints a message. It will print a message to inform the user that there are

[OE-core] [RFC PATCH] Rename INCOMPATIBLE related varibale

2022-02-16 Thread Saul Wold
This is one option to handle the rename, another alternative would be to change the new INCOMPATIBLE_LICENSE_ALLOWED_RECIPES to VarFlag style. Signed-off-by: Saul Wold --- meta/classes/base.bbclass| 4 ++-- meta/classes/license_image.bbclass | 2 +-

Re: [OE-core] [PATCH 07/17] gstreamer1.0: upgrade 1.18.5 -> 1.20.0

2022-02-16 Thread Jose Quaresma
Claudius Heine escreveu no dia quarta, 9/02/2022 à(s) 09:30: > Hi Jose > > On 2022-02-09 10:15, Jose Quaresma wrote: > > Hi Alexander, > > > > Can you please clarify in what target arch is this happening and I can > > try to replicate it with qemu? > > I think we are hitting: >

Re: [OE-core] [PATCH 07/17] gstreamer1.0: upgrade 1.18.5 -> 1.20.0

2022-02-16 Thread Jose Quaresma
Alexander Kanavin escreveu no dia quarta, 9/02/2022 à(s) 10:34: > Yes, it seems to be sporadic. Here's a sample fail: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/3083 > >

Re: [OE-core] [PATCH 07/17] gstreamer1.0: upgrade 1.18.5 -> 1.20.0

2022-02-16 Thread Jose Quaresma
Peter Kjellerstedt escreveu no dia quarta, 9/02/2022 à(s) 19:09: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Jose Quaresma > > Sent: den 7 februari 2022 02:08 > > To: openembedded-core@lists.openembedded.org > >

[OE-core] [PATCH] gstreamer1.0: update licences of all modules

2022-02-16 Thread Jose Quaresma
Since all gstreamer modules uses LGPLv2.1 with exceptions for some plugins in bad and ugly modules that has GPLv2+. For the GPLv2+ this patch set the licence only for each plugin that is affected by this licence. The commercial LICENSE_FLAGS is enabled if any of the previous plugins is builded.

[OE-core] [PATCH] icecc.bbclass: enable networking in all tasks

2022-02-16 Thread Jose Quaresma
The icecc.bbclass needs network access to work properly. Currently I build with icecc inside a container with network isolation and my icecc daemon runs outside of the build container in my host. The only thing I need to do for using the icecc inside my build container is mounting the unix socket

[oe-core][hardknott][PATCH 1/1] virglrenderer: fix CVE-2022-0135 and -0175

2022-02-16 Thread Joe Slater
CVE-2022-0135 concerns out-of-bounds writes in read_transfer_data(). CVE-2022-0175 concerns using malloc() instead of calloc(). We cherry-pick from master. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie (cherry picked from commit 91f7511df79c5c1f93add9f2827a5a266453614e) Modify -0175

[OE-core] [WIP] descriptive_rename: Script for Inclusive Language variable renames

2022-02-16 Thread Saul Wold
This script searches for a list of variable that have been renamed and converts them to their more descriptive names. It also searches for a list of variables that have been removed or deprecated and prints a message. It will print a message to inform the user that there are terms that need to be

[OE-core] [PATCH] waf.bbclass: Use renamed BB_BASEHASH_IGNORE_VARS variable

2022-02-16 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/waf.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass index bc594d3c6b1..464564afa1d 100644 --- a/meta/classes/waf.bbclass +++ b/meta/classes/waf.bbclass @@ -39,7 +39,7 @@ def

[OE-core] [PATCH] core-image-testmaster: Rename to core-image-testcontroller

2022-02-16 Thread Richard Purdie
Rename the image, the test controller class/code/module and the underlying image sentinel file to all match the controller terminology. Signed-off-by: Richard Purdie --- meta/conf/distro/include/distro_alias.inc | 4 +- meta/conf/distro/include/maintainers.inc | 4 +-

Re: [OE-core] [PATCH v2] libsdl2: Fix build when libunwind is not used

2022-02-16 Thread Khem Raj
On Wed, Feb 16, 2022 at 1:58 AM Carlos Rafael Giani via lists.openembedded.org wrote: > > "MACHINE=qemux86-64 bitbake libsdl2-native" still fails with a similar error: > > | CMake Error at >

Re: [OE-core][dunfell 00/20] Pull request (cover letter only)

2022-02-16 Thread Steve Sakoman
On Tue, Feb 15, 2022 at 9:34 PM Ranjitsinh Rathod wrote: > > May I know by when this will be available on dunfell branch? It should be available now! Steve > On Tue, 15 Feb, 2022, 10:59 pm Steve Sakoman, wrote: >> >> The following changes since commit f3be01483b01c88f8c4ba24ca73ccf1bcc33665c:

[OE-core] [meta-oe][hardknott][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot

2022-02-16 Thread Christian Eggers
The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under

[OE-core] [wic] non-rootfs partition content owned by build-user

2022-02-16 Thread Laszlo Sitzer
Hello, I discovered that when building a wic image with /home on an extra partition, the contents will be owned by the user running the build. The problem persists with the master branch of poky. Last known version to still work was dunfell-23.0.5 Steps to reproduce the issue: 1. git clone

[OE-core] [meta-oe][honister][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot

2022-02-16 Thread Christian Eggers
The `dot` tool requires to be run once after installation in order to create its configuration file. The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to prepare the recipe-sysroot-native. Package postinstall scripts are not executed for -native packages, but files under

[OE-core] [hardknott][PATCH] mc: fix build if ncurses have been configured without wide characters

2022-02-16 Thread Christian Eggers
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide character support for ncurses. The new patch fixes the build of mc for this case. Since 9000f8033662, NCURSES_WIDECHAR is set explicitly to 1 for musl. This doesn't work for ENABLE_WIDEC==false. In this case, NCURSES_WIDECHAR

[OE-core] [honister][PATCH] mc: fix build if ncurses have been configured without wide characters

2022-02-16 Thread Christian Eggers
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide character support for ncurses. The new patch fixes the build of mc for this case. Since 9000f8033662, NCURSES_WIDECHAR is set explicitly to 1 for musl. This doesn't work for ENABLE_WIDEC==false. In this case, NCURSES_WIDECHAR

Re: [OE-core] [PATCH v2] libsdl2: Fix build when libunwind is not used

2022-02-16 Thread Carlos Rafael Giani via lists.openembedded.org
"MACHINE=qemux86-64 bitbake libsdl2-native" still fails with a similar error: | CMake Error at /home/test/yocto-master/poky/build/tmp/work/x86_64-linux/libsdl2-native/2.0.20-r0/recipe-sysroot-native/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:890 (message): |   None of the required

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-16 Thread Martin Jansa
Ubuntu patched their docker.io package shortly after upgrading to glibc-2.34 in Ubuntu-21.10, see: http://changelogs.ubuntu.com/changelogs/pool/universe/d/docker.io/docker.io_20.10.7-0ubuntu5~20.04.2/changelog docker.io (20.10.7-0ubuntu4) impish; urgency=medium *

Re: [OE-core] [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)

2022-02-16 Thread hongxu
From upstream docker github [1] The issue was found in 20.10.7, the the fix was merged in v20.10.10-rc1 [2] From docker release notes, it was published in version 20.10.10 at 2021-10-25[3] In ubuntu 20.04.2, the docker version is 20.10.7 (20.10.7-0ubuntu1~20.04.2) [4], From [5], Ubuntu 21.10