[OE-core] [PATCH] gdk-pixbuf: upgrade 2.40.0 -> 2.42.2

2021-01-14 Thread Wang Mingyu
refresh the following patches: 0003-target-only-Work-around-thumbnailer-cross-compile-fa.patch 0006-Build-thumbnailer-and-tests-also-in-cross-builds.patch remove the following patches since they are included in 2.42.2: 0004-Do-not-run-tests-when-building.patch missing-test-data.patch

Re: [OE-core] [PATCH] systemd: dont spew hidepid mount errors for kernels < v5.8

2021-01-14 Thread Konrad Weihmann
On 15.01.21 06:26, Paul Gortmaker wrote: Recent systemd started using ascii args to "hidepid=" mount options for proc fs - unconditionally -- even though kernels older than v5.8 emit an error message on each attempt: root@qemux86-64:~# cat /proc/version Linux version 5.4.87-yocto-standard

[OE-core] [PATCH] systemd: dont spew hidepid mount errors for kernels < v5.8

2021-01-14 Thread Paul Gortmaker
Recent systemd started using ascii args to "hidepid=" mount options for proc fs - unconditionally -- even though kernels older than v5.8 emit an error message on each attempt: root@qemux86-64:~# cat /proc/version Linux version 5.4.87-yocto-standard (oe-user@oe-host) (gcc version 10.2.0 (GCC)) #1

[OE-core] [PATCH] bitbake.conf: use ${RECIPE_SYSROOT} for PSEUDO_IGNORE_PATHS

2021-01-14 Thread Yu, Mingli
From: Mingli Yu When multilib enabled, there comes below error for packages which inherit useradd bbclass randomly when build eSDK. $ bitbake image-name -c populate_sdk_ext Exception: subprocess.CalledProcessError: Command

[OE-core] [PATCH] libarchive: upgrade 3.4.3 -> 3.5.1

2021-01-14 Thread zhengruoqin
copyright: add libarchive/archive_entry.c Signed-off-by: Zheng Ruoqin --- .../libarchive/{libarchive_3.4.3.bb => libarchive_3.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libarchive/{libarchive_3.4.3.bb => libarchive_3.5.1.bb} (93%) diff

Re: [OE-core][PATCH] fetch2: git: Append the password to the username on git URI reassembling

2021-01-14 Thread Joshua Watt
On 1/14/21 2:16 PM, Khem Raj wrote: On 1/14/21 8:11 AM, Joshua Watt wrote: From: Dominik Schmidt This allows the users to specify SRC_URIs of the form git://user:passw...@host.tld/path/to/repo.git which allows pulling in private repositories. will this appear in package metadata in

Re: [OE-core][PATCH] fetch2: git: Append the password to the username on git URI reassembling

2021-01-14 Thread Khem Raj
On 1/14/21 8:11 AM, Joshua Watt wrote: From: Dominik Schmidt This allows the users to specify SRC_URIs of the form git://user:passw...@host.tld/path/to/repo.git which allows pulling in private repositories. will this appear in package metadata in rpms/ipks etc ? [YOCTO #14065]

[OE-core] [dunfell][PATCH] glibc: CVE-2019-25013

2021-01-14 Thread akuster
From: Scott Murray Source: openembedded.org MR: 107928 Type: Security Fix Disposition: Backport from https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/glibc?id=53d149df4d8832e34ace2470c31ddc688176faf7 ChangeID: 462441a4a91cb481401e170876c25dcdbd00f1e0 Description: * CVE

[OE-core] [dunfell][PATCH] glibc: Security fix for CVE-2020-29573

2021-01-14 Thread akuster
From: Armin Kuster Source: glibc.org MR: 107580 Type: Security Fix Disposition: Backport from https://sourceware.org/git/?p=glibc.git;a=commit;h=681900d29683722b1cb0a8e565a0585846ec5a61 ChangeID: 7bc5edb2e1947ac0774a453000a1568bbe3bb7d2 Description: Fixedup to match 2.31 context. ldbl2mpn.c

Re: [OE-core] [meta-oe][master][PATCH] rapidjson: Upgrade SRCREV to latest

2021-01-14 Thread Khem Raj
i have staged this patch for meta-openembedded master but note that this is sent to wrong mailing list it should have been sent to oe-devel ml. So once its applied to master send a dunfell backport to appropriate ml On 1/14/21 4:33 AM, Harpritkaur Bhandari wrote: Upgrade SRCREV to latest as

[OE-core] [dunfell][PATCH] xorg: Security fix for CVE-2020-14345

2021-01-14 Thread akuster
From: Armin Kuster Source: freedesktop.org MR: 105894 Type: Security Fix Disposition: Backport from https://gitlab.freedesktop.org/xorg/xserver/-/commit/f7cd1276bbd4fe3a9700096dec33b52b8440788d ChangeID: 2c6b7553d8e5bc152258ad1794d95cb7d8b215eb Description: CVE-2020-14345 fix Signed-off-by:

[OE-core] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-01-14 Thread Peter Kjellerstedt
[ Cross-posting since these changes affect all of bitbake, openembedded-core and meta-openembedded and need to be made (at least somewhat) in sync. ] Can the solution for _PYTHON_SYSCONFIGDATA_NAME please be backported to Gatesgarth and Dunfell? We are seeing problems for developers who have

Re: [OE-core][PATCH] fetch2: git: Append the password to the username on git URI reassembling

2021-01-14 Thread Joshua Watt
On Thu, Jan 14, 2021 at 10:52 AM Quentin Schulz wrote: > > Hi Joshua, > > On Thu, Jan 14, 2021 at 10:14:57AM -0600, Joshua Watt wrote: > > Argh, sorry. This is not what we want I was supposed to make a different > > change and forgot :( > > > > On 1/14/21 10:11 AM, Joshua Watt wrote: > > >

Re: [OE-core][PATCH] fetch2: git: Append the password to the username on git URI reassembling

2021-01-14 Thread Quentin Schulz
Hi Joshua, On Thu, Jan 14, 2021 at 10:14:57AM -0600, Joshua Watt wrote: > Argh, sorry. This is not what we want I was supposed to make a different > change and forgot :( > > On 1/14/21 10:11 AM, Joshua Watt wrote: > > From: Dominik Schmidt > > > > This allows the users to specify SRC_URIs

Re: [OE-core][PATCH] fetch2: git: Append the password to the username on git URI reassembling

2021-01-14 Thread Joshua Watt
Argh, sorry. This is not what we want I was supposed to make a different change and forgot :( On 1/14/21 10:11 AM, Joshua Watt wrote: From: Dominik Schmidt This allows the users to specify SRC_URIs of the form git://user:passw...@host.tld/path/to/repo.git which allows pulling in private

[OE-core][PATCH] fetch2: git: Append the password to the username on git URI reassembling

2021-01-14 Thread Joshua Watt
From: Dominik Schmidt This allows the users to specify SRC_URIs of the form git://user:passw...@host.tld/path/to/repo.git which allows pulling in private repositories. [YOCTO #14065] Signed-off-by: Joshua Watt --- bitbake/lib/bb/fetch2/git.py | 5 - 1 file changed, 4 insertions(+), 1

[OE-core] [gatesgarth][PATCH 12/14] linux-yocto/5.4: update to v5.4.87

2021-01-14 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: b3f656a592f3 Linux 5.4.87 41ae3e574ccf dm verity: skip verity work if I/O error when system is shutting down 8b3c00977264 ALSA: pcm: Clear the full allocated

[OE-core] [gatesgarth][PATCH 13/14] binutils: upgrade 2.35 -> 2.35.1

2021-01-14 Thread Anuj Mittal
From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit cff69ee95a6ab49e6c6c1b1b2435e479e526c2c9) Signed-off-by: Anuj Mittal --- .../binutils/{binutils-2.35.inc => binutils-2.35.1.inc} | 6 +++--- ...s-canadian_2.35.bb =>

[OE-core] [gatesgarth][PATCH 07/14] pseudo: Add lchmod wrapper

2021-01-14 Thread Anuj Mittal
From: Richard Purdie New versions of glibc have an lchmod function so we need to wrap it. Identified through a reproducibility issue in initramfs-base where /dev/console created by mknod from coreutils changed permissions depending on the host distro (mknod used the gnulib wrapper on most hosts

[OE-core] [gatesgarth][PATCH 14/14] systemd: upgrade 246.6 -> 246.9

2021-01-14 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- ...md-boot_246.2.bb => systemd-boot_246.9.bb} | 0 ...md-conf_246.1.bb => systemd-conf_246.9.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +- ...tall-dependency-links-at-install-tim.patch | 36 ++--

[OE-core] [gatesgarth][PATCH 00/14] patch review request

2021-01-14 Thread Anuj Mittal
Please review these next set of changes for gatesgarth. a-full on autobuilder failed while executing shutdown test case for qemuppc which is a known intermittent issue and doesn't look related to these changes. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1753 Thanks, Anuj

[OE-core] [gatesgarth][PATCH 09/14] mobile-broadband-provider-info: upgrade 20190618 ->20201225

2021-01-14 Thread Anuj Mittal
From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 812eb3121e0aabe4e3de9a8c61b1e62c87f55aa4) Signed-off-by: Anuj Mittal --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [gatesgarth][PATCH 08/14] pseudo: Update for arm host and memleak fixes/cleanup

2021-01-14 Thread Anuj Mittal
From: Richard Purdie Pulls in: makewrappers: support architecture-overrides in wrapper modifiers makewrappers: fix Python 2 hangover Fix some memory leaks Disable deprecated function warnings Silence switch block warnings pseudo_util: don't overrun strings when looking for keys Signed-off-by:

[OE-core] [gatesgarth][PATCH 10/14] glibc: CVE-2019-25013

2021-01-14 Thread Anuj Mittal
From: Scott Murray * CVE detail: https://nvd.nist.gov/vuln/detail/CVE-2019-25013 * upstream tracking: https://sourceware.org/bugzilla/show_bug.cgi?id=24973 * patch from upstream: https://sourceware.org/git/?p=glibc.git;a=patch; h=ee7a3144c9922808181009b7b3e50e852fb4999b Signed-off-by:

[OE-core] [gatesgarth][PATCH 11/14] ffmpeg: Fix CVE-2020-35964, CVE-2020-35965

2021-01-14 Thread Anuj Mittal
From: Khairul Rohaizzat Jamaluddin Backport the CVE patches from upstream: https://github.com/FFmpeg/FFmpeg/commit/27a99e2c7d450fef15594671eef4465c8a166bd7 https://github.com/FFmpeg/FFmpeg/commit/3e5959b3457f7f1856d997261e6ac672bba49e8b CVE: CVE-2020-35964 CVE-2020-35965 Signed-off-by: Khairul

[OE-core] [gatesgarth][PATCH 06/14] pseudo: Drop patches merged into upstream branch

2021-01-14 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 7386a116222979e6de60c39d2c094d5f216fb101) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [gatesgarth][PATCH 02/14] curl: Fix CVE-2020-8284, CVE-2020-8285, CVE-2020-8286

2021-01-14 Thread Anuj Mittal
From: Khairul Rohaizzat Jamaluddin Backport the CVE patches from upstream https://github.com/curl/curl/commit/ec9cc725d598ac https://github.com/curl/curl/commit/a95a6ce6b809693a1195e3b4347a6cfa0fbc2ee7 https://github.com/curl/curl/commit/69a358f2186e04

[OE-core] [gatesgarth][PATCH 05/14] pseudo: Update to print PSEUDO_LOGFILE in abort message on path mismatches

2021-01-14 Thread Anuj Mittal
From: Tomasz Dziendzielski Signed-off-by: Tomasz Dziendzielski Signed-off-by: Richard Purdie (cherry picked from commit 9259d684415e3e7923de74359a4ed3487e0e9da7) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [gatesgarth][PATCH 04/14] bitbake.conf: Add /run/ to PSEUDO_IGNORE_PATHS

2021-01-14 Thread Anuj Mittal
From: Richard Purdie Builds were failing on WSL2 which turns out to be due to accesses to /run/ on those systems. Add this to PSEUDO_IGNORE_PATHS to fix builds on WSL2. [YOCTO #14175] Signed-off-by: Richard Purdie (cherry picked from commit 1d1bf51217e8b4d54af28739d3271484ee5a7974)

[OE-core] [gatesgarth][PATCH 03/14] selftest: Add argument to keep build dir

2021-01-14 Thread Anuj Mittal
From: Paul Barker The oe-selftest code already keeps the selftest build directory in place if any tests failed. By default the build directory is deleted if all tests pass but there may be cases where it's desirable to keep this directory around, for example to compare intermediate files between

[OE-core] [gatesgarth][PATCH 01/14] license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNORE_PATHS

2021-01-14 Thread Anuj Mittal
From: Martin Jansa * now without ${COREBASE}/meta in PSEUDO_IGNORE_PATHS after: 73d538f207 bitbake.conf: Prevent pyc file generation in pseudo context the do_package tasks are failing when LICENSE_CREATE_PACKAGE is enabled pseudo.log shows that it's because of license texts copied from

[OE-core] [PATCH][gatesgarth] systemd: upgrade 246.6 -> 246.9

2021-01-14 Thread Anuj Mittal
Upgrade to latest released version for v246-stable. Signed-off-by: Anuj Mittal --- ...md-boot_246.2.bb => systemd-boot_246.9.bb} | 0 ...md-conf_246.1.bb => systemd-conf_246.9.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +- ...tall-dependency-links-at-install-tim.patch | 36

Re: [OE-core] [PATCH 0/2] Fix issue with npm shrinkwrap fetcher

2021-01-14 Thread Kamel Bouhara
On Thu, Jan 14, 2021 at 03:25:50PM +0100, Jean-Marie Lemetayer wrote: > Hi Kamel, > Hi Jean-Marie, > Thanks for your work. I should have fixed this a long time ago but I > didn't have the time :( > Well its never too late ! > There is actually an open bug for this issue: >

Re: [OE-core] [yocto] OpenEmbedded Virtual Stand at FOSDEM 2021

2021-01-14 Thread Philip Balister
I have some photos of stands from the past that would be fun to add to the stand web page. I can watch chat some, mainly during times I am awake in the US East coat though. Philip On 1/14/21 6:02 AM, Robert Berger wrote: > Hi, > > On 13/01/2021 23:33, Paul Barker wrote: >> Hi folks, >> >> * Any

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Christopher Larson
On Thu, Jan 14, 2021 at 5:45 AM Diego Sueiro wrote: > >-Original Message- > >From: Otavio Salvador > >Sent: 14 January 2021 11:57 > >To: Diego Sueiro > >Cc: Patches and discussions about the oe-core layer >c...@lists.openembedded.org>; Purdie, Richard > > > >Subject: Re: [OE-core]

[OE-core] Navite eSDK programs link error

2021-01-14 Thread Gustavo Plaza
Hello, I have built eSDK  for yocto sumo correctly. After the installation (not installed in default target directory) I execute cd  source environment-setup-armv7at2hf-neon-fslc-linux-gnueabi but when I try to execute the cmake installed in the eSDK

Re: [OE-core] [PATCH 0/2] Fix issue with npm shrinkwrap fetcher

2021-01-14 Thread Jean-Marie Lemetayer
Hi Kamel, Thanks for your work. I should have fixed this a long time ago but I didn't have the time :( There is actually an open bug for this issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13901 I think you can add the reference to your commit messages. And close it if merged. Please

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Richard Purdie
On Thu, 2021-01-14 at 13:06 +, Diego Sueiro wrote: > > Just trying to see if I got it right this time. > Are you proposing to move `${D}/boot` to `${D}/intermediate- > deploy/boot` and > have SYSROOT_DIRS += "/intermediate-deploy "? Yes. > But, If it is just a copy having within ${D} , I'll

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Diego Sueiro
>-Original Message- >From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie via >lists.openembedded.org >Sent: 14 January 2021 12:04 >To: Diego Sueiro ; openembedded- >c...@lists.openembedded.org >Subject: Re: [OE-core] [PATCH 1/2] classes:

[OE-core] [PATCH] appliance: Add vhd & vhdx support

2021-01-14 Thread Anatol Belski
From: Sinan Kaya This patch brings support for generating VHD/VHDX from WIC. It touches different areas but it needs to be applied at once for all the parts to concert. The patch could be split, if needed, otherwise considering OE-Core as target. Signed-off-by: Sinan Kaya Signed-off-by: Anatol

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Diego Sueiro
>-Original Message- >From: Otavio Salvador >Sent: 14 January 2021 11:57 >To: Diego Sueiro >Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org>; Purdie, Richard > >Subject: Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate- >deploy.bbclass > >Em qui.,

[OE-core] [meta-oe][dunfell][PATCH] rapidjson: Upgrade SRCREV to latest

2021-01-14 Thread Harpritkaur Bhandari
Upgrade SRCREV to latest as it fixes the below issue: Running UndefinedBehaviorSanitizer on projects that use rapidjson triggers 'applying non-zero offset to null pointer' findings in 'internal/stack.h' which are hard to suppress by library users. Removed

Re: [OE-core] [meta-oe][dunfell][PATCH] rapidjson: Upgrade SRCREV to latest

2021-01-14 Thread Harpritkaur Bhandari
Please ignore this email! Thanks & Regards, Harprit Bhandari From: Harpritkaur Bhandari Sent: 14 January 2021 17:59 To: openembedded-core@lists.openembedded.org ; raj.k...@gmail.com Cc: Nisha Parrakat ; =aditya.tay...@kpit.com <=aditya.tay...@kpit.com>

[OE-core] [meta-oe][master][PATCH] rapidjson: Upgrade SRCREV to latest

2021-01-14 Thread Harpritkaur Bhandari
Upgrade SRCREV to latest as it fixes the below issue: Running UndefinedBehaviorSanitizer on projects that use rapidjson triggers 'applying non-zero offset to null pointer' findings in 'internal/stack.h' which are hard to suppress by library users. Removed

[OE-core] [meta-oe][dunfell][PATCH] rapidjson: Upgrade SRCREV to latest

2021-01-14 Thread Harpritkaur Bhandari
Upgrade SRCREV to latest as it fixes the below issue: Running UndefinedBehaviorSanitizer on projects that use rapidjson triggers 'applying non-zero offset to null pointer' findings in 'internal/stack.h' which are hard to suppress by library users. Removed

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Richard Purdie
On Thu, 2021-01-14 at 08:06 +, Diego Sueiro wrote: > The intermediate-deploy class is to be inherited by recipes that > install intermediate artifacts which are not present in the filesystem > to be further processed by other recipes. > > The INTERMEDIATE_DEPLOY_DIRS variable is a space

Re: [OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Otavio Salvador
Em qui., 14 de jan. de 2021 às 05:06, Diego Sueiro escreveu: > > The intermediate-deploy class is to be inherited by recipes that > install intermediate artifacts which are not present in the filesystem > to be further processed by other recipes. > > The INTERMEDIATE_DEPLOY_DIRS variable is a

[OE-core] [PATCH] libdrm: upgrade 2.4.103 -> 2.4.104

2021-01-14 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../drm/{libdrm_2.4.103.bb => libdrm_2.4.104.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.103.bb => libdrm_2.4.104.bb} (97%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.103.bb

[OE-core] [PATCH 2/2] u-boot: Use intermediate-deploy.bbclass to share artifacts

2021-01-14 Thread Diego Sueiro
By inheriting the intermediate-deploy.bbclass the installed binaries in /boot can be used by dependant recipes for post-processing via DEPENDS and ${RECIPE_SYSROOT}/intermediate-deploy/boot/u-boot.bin instead of task[depends]= "u-boot:do_deploy" and ${DEPLOY_DIR_IMAGE}/u-boot.bin. Change-Id:

[OE-core] [PATCH 1/2] classes: Introduce intermediate-deploy.bbclass

2021-01-14 Thread Diego Sueiro
The intermediate-deploy class is to be inherited by recipes that install intermediate artifacts which are not present in the filesystem to be further processed by other recipes. The INTERMEDIATE_DEPLOY_DIRS variable is a space separated list of dirnames from ${D} which include the intermediate