[OE-core] [dunfell][PATCH] gcc: Add CVE-2021-37322 to the list of CVEs to ignore

2021-12-08 Thread Tim Orling
From: Richard Purdie The CVE applies to binutils 2.26 and not to gcc so ignore there. Signed-off-by: Richard Purdie Signed-off-by: Tim Orling --- meta/recipes-devtools/gcc/gcc-9.3.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-9.3.inc

[OE-core] [poky][dunfell][PATCH] busybox: Fix multiple security issues in awk

2021-12-08 Thread sana kazi
CVE-2021-423xx-awk.patch fixes below listed CVEs for busybox: CVE-2021-42378, CVE-2021-42379, CVE-2021-42380, CVE-2021-42381, CVE-2021-42382, CVE-2021-42384, CVE-2021-42385, CVE-2021-42386 Signed-off-by: Sana Kazi Signed-off-by: Sana Kazi --- meta/recipes-core/busybox/busybox_1.31.1.bb | 1

Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0

2021-12-08 Thread wangmy
Thank you for telling me the correct fomat. I'll confirm the patch with pango community first, and then resubmit the patch to yocto.   -- Best Regards --- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6

[OE-core][hardknott][PATCH] patchelf: fix PT_PHDR program header corruption

2021-12-08 Thread Chen Qi
Backport patch and tweak it to fix PT_PHDR program header corruption. Signed-off-by: Chen Qi --- .../patchelf/0001-merge-from-PR243.patch | 47 +++ .../patchelf/patchelf_0.12.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644

Re: [OE-core] [PATCH 03/26] meson: configure and use generic exe_wrapper

2021-12-08 Thread Hsia-Jun Li
On 12/8/21 17:32, Alexander Kanavin wrote: CAUTION: Email originated externally, do not click links or open attachments unless you recognize the sender and know the content is safe. It seems like the issue is not that qemu can't run the executable, it's that executable it wants to run is

Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0

2021-12-08 Thread Khem Raj
On Wed, Dec 8, 2021 at 5:30 PM wangmy wrote: > > After specifying DEFAULTTUNE = 'x86-64-x32', the pango needs to use patch to > modify the code. > I added this line to the bb file: > SRC_URI:tune-x86-64-x32 = "file://0001-modify.patch" > But it did not work. > How should I write it to apply

[OE-core] [honister][PATCH 24/33] vim: fix CVE-2021-3927 and CVE-2021-3928

2021-12-08 Thread Anuj Mittal
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 2001631e7a6edb7adc40ee4357466cc54472db71) Signed-off-by: Anuj Mittal --- ...1-reading-character-past-end-of-line.patch | 62 ++ ...eading-uninitialized-memory-when-giv.patch

Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0

2021-12-08 Thread wangmy
After specifying DEFAULTTUNE = 'x86-64-x32', the pango needs to use patch to modify the code. I added this line to the bb file: SRC_URI:tune-x86-64-x32 = "file://0001-modify.patch" But it did not work. How should I write it to apply patch when specifying x86-64-x32?   -- Best Regards

[OE-core] [honister][PATCH 33/33] libdrm: upgrade 2.4.108 -> 2.4.109

2021-12-08 Thread Anuj Mittal
From: wangmy Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit ba3bd5e6ae5c3893fa3dc61b768105d9203b96f3) Signed-off-by: Anuj Mittal --- .../drm/{libdrm_2.4.108.bb => libdrm_2.4.109.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [honister][PATCH 32/33] libdrm: upgrade 2.4.107 -> 2.4.108

2021-12-08 Thread Anuj Mittal
From: wangmy Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 11ad9b4fd2a8d53a472344c3b47487fccbc96f7e) Signed-off-by: Anuj Mittal --- .../drm/{libdrm_2.4.107.bb => libdrm_2.4.108.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [honister][PATCH 31/33] patch.py: Initialize git repo before patching

2021-12-08 Thread Anuj Mittal
From: Pavel Zhukov If PATCHTOOL="git" has been specified but workdir is not git repo bitbake fails to apply the patches with error message: Command Error: 'git rev-parse --show-toplevel' exited with 0 Output: fatal: not a git repository (or any of the parent directories): .git Fix this by

[OE-core] [honister][PATCH 30/33] boost: Fix build on arches with no atomics

2021-12-08 Thread Anuj Mittal
From: Khem Raj 1.77 is broken on architectures which dont have lockfree atomics e.g. armv5 [1], backport relevant fixes from upstream to unbreak the build [1] https://github.com/boostorg/math/issues/673 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [honister][PATCH 27/33] recipetool: handle GitLab URLs like we do GitHub

2021-12-08 Thread Anuj Mittal
From: Ross Burton GitHub URLs are automatically transformed to git: fetches, so handle GitLab URLs too. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 651fb951819840fe122458ddbd852ee6c7ec0455) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 29/33] boost: allow searching for python310

2021-12-08 Thread Anuj Mittal
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit a8add0bdec7c51c9a7f851b2c63017c79faaa273) Signed-off-by: Anuj Mittal --- cmake-allow-searching-for-python310.patch | 50 +++

[OE-core] [honister][PATCH 28/33] recipetool: extend curl detection when creating recipes

2021-12-08 Thread Anuj Mittal
From: Ross Burton If a configure.ac uses LIBCURL_CHECK_CONFIG it wants curl. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 16e830ca1352cee61e4ae4b98b1203f849bf71f3) Signed-off-by: Anuj Mittal --- scripts/lib/recipetool/create_buildsys.py | 3 ++- 1 file

[OE-core] [honister][PATCH 25/33] vim: fix CVE-2021-3968 and CVE-2021-3973

2021-12-08 Thread Anuj Mittal
From: Ross Burton Backport a fix for -3972, and whitelist -3968: it isn't valid as it fixes a bug which was introduced after 8.2. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit bec5caadfb53638748d8c41ce7230c2bf7808d27) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 26/33] README.OE-Core.md: update URLs

2021-12-08 Thread Anuj Mittal
From: Quentin Schulz Update URLs to what they actually redirect to. Cc: Quentin Schulz Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie (cherry picked from commit ec2131070cae6c3933e5b08986e8245fcd9deb99) Signed-off-by: Anuj Mittal --- README.OE-Core.md | 10 +- 1 file

[OE-core] [honister][PATCH 23/33] libtool: change the default AR_FLAGS from "cru" to "cr"

2021-12-08 Thread Anuj Mittal
From: Li Wang Backport patch to fix warning: `u' modifier ignored since `D' is the default (see `U') Signed-off-by: Li Wang Signed-off-by: Changqing Li Signed-off-by: Richard Purdie (cherry picked from commit 3d5092e7ee63fb8119a22b3d9de1f23e94791b56) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 22/33] libtool: Update patchset to match those submitted upstream

2021-12-08 Thread Anuj Mittal
From: Richard Purdie I went through and cleaned up the headers/descriptions on several of the libtool patchset and submitted (or resubmitted in some cases) them upstream. This patch updates/renames them to match what I did. I did fix some whitespace issues in some of the patches and also merged

[OE-core] [honister][PATCH 21/33] scripts/checklayer/common.py: Fixed a minor grammatical error

2021-12-08 Thread Anuj Mittal
From: Dhruva Gole Signed-off-by: Dhruva Gole Signed-off-by: Richard Purdie (cherry picked from commit 8ea17456ae5318ed7a3b4c8f75c8441456d8b979) Signed-off-by: Anuj Mittal --- scripts/lib/checklayer/cases/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [honister][PATCH 20/33] go: upgrade 1.16.8 -> 1.16.10

2021-12-08 Thread Anuj Mittal
From: Pavel Zhukov The release includes fixes for CVE-2021-41771 and CVE-2021-41772 Signed-off-by: Pavel Zhukov Signed-off-by: Richard Purdie (cherry picked from commit 69c68f470e8e12456a4d9abf2d1c33b857e4ea37) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/go/{go-1.16.8.inc =>

[OE-core] [honister][PATCH 19/33] oeqa/parselogs: Fix quoting

2021-12-08 Thread Anuj Mittal
From: Richard Purdie Fix deprecation warnings about invalid escape sequences. Signed-off-by: Richard Purdie (cherry picked from commit 43542614395150e8fa34133ba0fc7ee90f215bcb) Signed-off-by: Anuj Mittal --- meta/lib/oeqa/runtime/cases/parselogs.py | 14 +++--- 1 file changed, 7

[OE-core] [honister][PATCH 18/33] oeqa/utils/dump: Fix typo

2021-12-08 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 3770d539d83b589b3f8bde21fcf896bb046611d4) Signed-off-by: Anuj Mittal --- meta/lib/oeqa/utils/dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/dump.py

[OE-core] [honister][PATCH 17/33] systemd: update 249.6 -> 249.7

2021-12-08 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 5671ef44cf85df00406b391f7786ffaefd05a701) Signed-off-by: Anuj Mittal --- .../{systemd-boot_249.6.bb => systemd-boot_249.7.bb} | 0 meta/recipes-core/systemd/systemd.inc

[OE-core] [honister][PATCH 16/33] systemd: upgrade 249.5 -> 249.6

2021-12-08 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 4744336d854b56cdd81a19f60f6d1c659bae7147) Signed-off-by: Anuj Mittal --- ...md-boot_249.5.bb => systemd-boot_249.6.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +-

[OE-core] [honister][PATCH 14/33] systemd: update 249.3 -> 249.4

2021-12-08 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 14c6e5a4b72d0e4665279158a0740dd1dc21f72f) Signed-off-by: Anuj Mittal --- ...ystemd-boot_249.3.bb => systemd-boot_249.4.bb} | 0 meta/recipes-core/systemd/systemd.inc

[OE-core] [honister][PATCH 15/33] systemd: update 249.4 -> 249.5

2021-12-08 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit d5d3704acf4d2e70ee41eb5e6fe852a4c1bc3595) Signed-off-by: Anuj Mittal --- ...md-boot_249.4.bb => systemd-boot_249.5.bb} | 0

[OE-core] [honister][PATCH 12/33] linux-yocto/5.14: update to v5.14.18

2021-12-08 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: a0265dd8262d Linux 5.14.18 1379769b0b46 rsi: fix control-message timeout eda57a310234 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

[OE-core] [honister][PATCH 13/33] linux-yocto/5.10: update to v5.10.79

2021-12-08 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: bd816c278316 Linux 5.10.79 62424fe4c2cf rsi: fix control-message timeout 8971158af1e0 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

[OE-core] [honister][PATCH 11/33] glibc: Fix i586/c3 support

2021-12-08 Thread Anuj Mittal
From: Richard Purdie CET can't be enabled on i586 or c3 for x86, adjust the configuration accordingly to fix those builds. [YOCTO #14632] Signed-off-by: Richard Purdie (cherry picked from commit 26e4fed594daefb6923c50171360f925c4822683) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 10/33] wic: support rootdev identified by partition label

2021-12-08 Thread Anuj Mittal
From: "Schmidt, Adriaan" We already support specifying the rootfs by PARTUUID. This adds general support for letting the kernel find the rootfs by PARTLABEL. Signed-off-by: Adriaan Schmidt Signed-off-by: Richard Purdie (cherry picked from commit 2fb247c5ecf057bb96649a3c0234794b4991c050)

[OE-core] [honister][PATCH 09/33] gmp: fix CVE-2021-43618

2021-12-08 Thread Anuj Mittal
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit fb3b9a7f668a6ffd56a99e1e8b83cdbad2a4bc66) Signed-off-by: Anuj Mittal --- .../gmp/gmp/cve-2021-43618.patch | 27 +++ meta/recipes-support/gmp/gmp_6.2.1.bb

[OE-core] [honister][PATCH 07/33] classes/crate-fetch: Ensure crate fetcher is available

2021-12-08 Thread Anuj Mittal
From: Joshua Watt Reworks the crate fetcher class to have it install the fetcher at recipe finalization so that it is always available before SRC_URI is expanded. In addition, override the value of SRCPV to also install the fetcher when SRCPV is expanded so that AUTOREV works. [YOCTO #10867]

[OE-core] [honister][PATCH 08/33] buildhistory: Fix srcrevs output

2021-12-08 Thread Anuj Mittal
From: Richard Purdie The code was assuming that the a recipe with only one srcrev wouldn't "name" it. This isn't the case as the glibc or bzip2 recipes show, you can have a single srcrev which is named. We can pull the data from the fetcher and in fact we already have it, we just need to handle

[OE-core] [honister][PATCH 06/33] rootfs-postcommands: update systemd_create_users

2021-12-08 Thread Anuj Mittal
From: Vyacheslav Yurkov Process all systemd-sysusers configuration files in order to create users/groups at build time. systemd-sysusers would try to create them at run-time, but for read-only rootfs that's not possible and results in warnings from different services: systemd-udevd[166]:

[OE-core] [honister][PATCH 05/33] classes/meson: Add optional rust definitions

2021-12-08 Thread Anuj Mittal
From: Joshua Watt Adds the rust tools to the cross and native files if present so that projects that use both rust and meson can build Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie (cherry picked from commit 0ec40fa3aff233bd0dde0461299150786da956ef) Signed-off-by: Anuj Mittal ---

[OE-core] [honister][PATCH 04/33] rust-cross: Replace TARGET_ARCH with TUNE_PKGARCH

2021-12-08 Thread Anuj Mittal
From: Pgowda rust-cross-* imported from meta-rust has incorrect signatures, depending on MACHINEOVERRIDES making it effectively MACHINE_ARCH as shown by sstate-diff-machines.sh: openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc \ --machines="qemuarm64 qemuarm64copy"

[OE-core] [honister][PATCH 03/33] maintainers.inc: fix up rust-cross entry

2021-12-08 Thread Anuj Mittal
From: Alexandre Belloni Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 5fedca5c3bcfc7643176e30e045434321ffbc21d) Signed-off-by: Anuj Mittal --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [honister][PATCH 00/33] Review request

2021-12-08 Thread Anuj Mittal
Next set of changes for honister. Please review. An intermittent issue with matchbox-wm [YOCTO #14647] seen while testing. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2999 Thanks, Anuj The following changes since commit 70384dd958c57d1da924a66cffa35f80eb60d4b0:

[OE-core] [honister][PATCH 01/33] wic: use shutil.which

2021-12-08 Thread Anuj Mittal
From: Mingli Yu Use shutil.which to find the executable instead to silence the below warning: $ cat tmp/work/intel_x86_64-poky-linux/core-image-base/1.0-r5/temp/log.do_image_wic [snip] DEBUG: Executing shell function do_image_wic /path/layers/oe-core/scripts/wic:27: DeprecationWarning: The

[OE-core] [honister][PATCH 02/33] rust-cross: Fix directory not deleted for race glibc vs. musl

2021-12-08 Thread Anuj Mittal
From: Pgowda Use different recipe names for the two different targets so that when switching libcs overlapping files in the sysroot don't cause issues. Signed-off-by: Pgowda Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [PATCH v2] gcc: Add CVE-2021-37322 to the list of CVEs to ignore

2021-12-08 Thread Richard Purdie
The CVE applies to binutils 2.26 and not to gcc so ignore there. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-11.2.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc index

[OE-core] [PATCH] gcc: Add CVE-2021-37322 to the list of CVEs to ignore

2021-12-08 Thread Richard Purdie
The CVE applies to binutils 2.26 and not to gcc so ignore there. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-source_11.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-source_11.2.bb b/meta/recipes-devtools/gcc/gcc-source_11.2.bb

[OE-core] [PATCH] puzzles: Refresh patches based upon upstream discussion

2021-12-08 Thread Richard Purdie
I mentioned these patches to upstream and this cleans them up based upon our discussion with better fixes, fixed comments and tracking down the correct issue in the malloc case. If we can test and confirm them in this form, we should be in a good position to resovle the issues with upstream and

Re: [OE-core] [PATCH 04/29] libid3tag: move to meta-oe

2021-12-08 Thread Khem Raj
yeah perhaps meta-multimedia is better for it. On Wed, Dec 8, 2021 at 2:00 PM Alexander Kanavin wrote: > > There are no consumers in oe-core; years ago it used to be gstreamer. > > Signed-off-by: Alexander Kanavin > --- > meta/conf/distro/include/maintainers.inc | 1 - >

Re: [OE-core] [PATCH 06/29] ruby: update 3.0.2 -> 3.0.3

2021-12-08 Thread Khem Raj
On Wed, Dec 8, 2021 at 2:00 PM Alexander Kanavin wrote: > > Do not tweak a file that is no longer installed. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb} | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > rename

[OE-core] [PATCH 26/29] libsoup: upgrade 3.0.2 -> 3.0.3

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup_3.0.2.bb => libsoup_3.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.0.2.bb => libsoup_3.0.3.bb} (94%) diff --git

[OE-core] [PATCH 28/29] ruby: remove debugging leftover

2021-12-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/ruby/ruby_3.0.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/ruby/ruby_3.0.3.bb b/meta/recipes-devtools/ruby/ruby_3.0.3.bb index 73bea9e089..95feb94dd4 100644 --- a/meta/recipes-devtools/ruby/ruby_3.0.3.bb

[OE-core] [PATCH 27/29] xxhash: upgrade 0.8.0 -> 0.8.1

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: GPL2 license for cli tool moved to a separate file Signed-off-by: Alexander Kanavin --- ...pe-special-regex-characters-in-paths.patch | 55 --- .../{xxhash_0.8.0.bb => xxhash_0.8.1.bb} | 10 ++-- 2 files changed, 5 insertions(+), 60

[OE-core] [PATCH 29/29] kern-tools-native: check tags, not commits for new versions

2021-12-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index ef035aed23..ef43ef74fa 100644

[OE-core] [PATCH 25/29] enchant2: upgrade 2.3.1 -> 2.3.2

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../enchant/{enchant2_2.3.1.bb => enchant2_2.3.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.3.1.bb => enchant2_2.3.2.bb} (92%) diff --git

[OE-core] [PATCH 24/29] diffoscope: upgrade 192 -> 194

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_192.bb => diffoscope_194.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_192.bb => diffoscope_194.bb} (92%) diff --git

[OE-core] [PATCH 23/29] webkitgtk: upgrade 2.34.1 -> 2.34.2

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../webkit/{webkitgtk_2.34.1.bb => webkitgtk_2.34.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{webkitgtk_2.34.1.bb => webkitgtk_2.34.2.bb} (98%) diff --git

[OE-core] [PATCH 22/29] vulkan-loader: upgrade 1.2.198.0 -> 1.2.198.1

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{vulkan-loader_1.2.198.0.bb => vulkan-loader_1.2.198.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/vulkan/{vulkan-loader_1.2.198.0.bb => vulkan-loader_1.2.198.1.bb} (96%) diff --git

[OE-core] [PATCH 21/29] piglit: upgrade to latest revision

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index e9213e09a9..c5f3ecea16

[OE-core] [PATCH 20/29] mesa: upgrade 21.3.0 -> 21.3.1

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_21.3.0.bb => mesa-gl_21.3.1.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_21.3.0.bb => mesa_21.3.1.bb} | 0 3 files changed, 1

[OE-core] [PATCH 18/29] freetype: upgrade 2.11.0 -> 2.11.1

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../freetype/{freetype_2.11.0.bb => freetype_2.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/freetype/{freetype_2.11.0.bb => freetype_2.11.1.bb} (95%) diff --git

[OE-core] [PATCH 19/29] harfbuzz: upgrade 3.1.1 -> 3.1.2

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_3.1.1.bb => harfbuzz_3.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_3.1.1.bb => harfbuzz_3.1.2.bb} (95%) diff --git

[OE-core] [PATCH 17/29] python3-setuptools: upgrade 59.2.0 -> 59.4.0

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_59.2.0.bb => python3-setuptools_59.4.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 15/29] python3-pbr: upgrade 5.7.0 -> 5.8.0

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pbr_5.7.0.bb | 4 meta/recipes-devtools/python/python3-pbr_5.8.0.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644

[OE-core] [PATCH 16/29] python3-ruamel-yaml: upgrade 0.17.16 -> 0.17.17

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...n3-ruamel-yaml_0.17.16.bb => python3-ruamel-yaml_0.17.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.16.bb => python3-ruamel-yaml_0.17.17.bb} (86%)

[OE-core] [PATCH 14/29] python3-more-itertools: upgrade 8.11.0 -> 8.12.0

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ore-itertools_8.11.0.bb => python3-more-itertools_8.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-more-itertools_8.11.0.bb => python3-more-itertools_8.12.0.bb} (86%)

[OE-core] [PATCH 10/29] meson: upgrade 0.60.1 -> 0.60.2

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 2 +- .../recipes-devtools/meson/{meson_0.60.1.bb => meson_0.60.2.bb} | 0 .../{nativesdk-meson_0.60.1.bb => nativesdk-meson_0.60.2.bb}| 0 3 files changed, 1

[OE-core] [PATCH 12/29] python3-hypothesis: upgrade 6.24.3 -> 6.30.0

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.24.3.bb => python3-hypothesis_6.30.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.24.3.bb => python3-hypothesis_6.30.0.bb} (91%) diff

[OE-core] [PATCH 13/29] python3-markdown: upgrade 3.3.4 -> 3.3.6

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{python3-markdown_3.3.4.bb => python3-markdown_3.3.6.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-markdown_3.3.4.bb => python3-markdown_3.3.6.bb} (80%) diff --git

[OE-core] [PATCH 11/29] mmc-utils: upgrade to latest revision

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 661db4665f..507d5c4466

[OE-core] [PATCH 09/29] ccache: upgrade 4.5 -> 4.5.1

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/ccache/{ccache_4.5.bb => ccache_4.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ccache/{ccache_4.5.bb => ccache_4.5.1.bb} (90%) diff --git

[OE-core] [PATCH 08/29] glib-2.0: upgrade 2.70.1 -> 2.70.2

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 2 +- .../glib-2.0/{glib-2.0_2.70.1.bb => glib-2.0_2.70.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 06/29] ruby: update 3.0.2 -> 3.0.3

2021-12-08 Thread Alexander Kanavin
Do not tweak a file that is no longer installed. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb} (93%) diff --git

[OE-core] [PATCH 07/29] ell: upgrade 0.45 -> 0.46

2021-12-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/ell/{ell_0.45.bb => ell_0.46.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.45.bb => ell_0.46.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.45.bb

[OE-core] [PATCH 05/29] serf: mark patches as inappropriate for upstream submission

2021-12-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch | 3 ++- ...p.creating.directories.without.sandbox-install.prefix.patch | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 03/29] python3: drop unneeded multiprocessing module patch

2021-12-08 Thread Alexander Kanavin
I ran the reproducing sequence on qemux86, and it went fine: root@qemux86:~# python3 Python 3.10.0 (default, Oct 4 2021, 17:55:55) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import multiprocessing >>> pool_sema =

[OE-core] [PATCH 04/29] libid3tag: move to meta-oe

2021-12-08 Thread Alexander Kanavin
There are no consumers in oe-core; years ago it used to be gstreamer. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 - .../0001-Fix-gperf-3.1-incompatibility.patch | 40 - .../libid3tag/libid3tag/10_utf16.patch| 34

[OE-core] [PATCH 02/29] insane.bbclass: do not hardcode oe-core path in upstream-status check

2021-12-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/insane.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 240f3aad62..8a47da5a09 100644 --- a/meta/classes/insane.bbclass +++

Re: [OE-core] [PATCH 0/7] kernel: consolidated pull request

2021-12-08 Thread Richard Purdie
On Tue, 2021-12-07 at 11:52 -0500, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Richard, > > Here's the next set of -stable updates, a -dev kernel branching tweak > (as discussed on the mailing list) and the kernel tools that I presented > during the YP summit. > > I also have

[OE-core] [PATCH][dunfell] lttng-modules: do not search in non-existing folder during install

2021-12-08 Thread Anibal Limon
From: Andrey Zhizhikin When CONFIG_TRACEPOINTS is not enabled in kernel config - module compilation is skipped, which causes the ${D}/${nonarch_base_libdir} not to be created. This fails later in do_install:append() due to the fact that find command in executed for non-existing folder. Check

Re: [OE-core] [PATCH] tcf-agent: cleanup patches

2021-12-08 Thread Khem Raj
On Mon, Dec 6, 2021 at 10:43 PM Khem Raj wrote: > > On Mon, Dec 6, 2021 at 4:47 AM Ross Burton wrote: > > > > ldflags.patch isn't really suitable for upstream, so mark inappropriate. > > > > fix_ranlib.patch has been rebased into uselessness over time, it's now > > setting RANLIB to just '$@'

[OE-core] [PATCH] gstreamer1.0-plugins-bad: clean up X11 dependencies

2021-12-08 Thread Ross Burton
libxcb and xkbcommon are only needed in builds with X11 enabled, so add a PACKAGECONFIG and respect the x11 DISTRO_FEATURE. Strictly speaking these are only required if Vulkan and X11 are enabled, but it's possible that more plugins will respect the flag. Signed-off-by: Ross Burton ---

[OE-core] [PATCH] runqemu: check the qemu PID has been set before kill()ing it

2021-12-08 Thread Ross Burton
If runqemu is killed, check that we have a valid PID for the qemu before sending a kill() to it. [ YOCTO #14651 ] Signed-off-by: Ross Burton --- scripts/runqemu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index

Re: [OE-core] [oe] Help with Inclusive Language in OpenEmbedded/Yocto Project

2021-12-08 Thread Scott Murray
On Mon, 6 Dec 2021, Jon Mason wrote: > This email is a follow-up from the session held on Friday at the > OpenEmbedded Developer's Virtual Meeting (see > https://www.openembedded.org/wiki/OEDVM_Nov_2021) > > The session was not recorded, but the slides can be found at >

[OE-core][dunfell 00/17] Pull request (cover letter only)

2021-12-08 Thread Steve Sakoman
The following changes since commit f61fcb6e176f19f1e768ce63a693f238713c8887: openssh: remove redundant BSD license (2021-12-02 05:11:21 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core] [PATCH] gst-plugins-bad: Bump cache versions to avoid libxkbcommon sstate issues

2021-12-08 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb

[OE-core] [PATCH v2 2/5] selftest/devtool: Check branch in git fetch

2021-12-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The commit 'meta/scripts: Manual git url branch additions (dc53fe75cc)' forget the url branch= parameter in the devtool git fetch test. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Add commit to check branch in selftest/devtool

[OE-core] [PATCH v2 3/5] selftest/recipetool: Split tests into separate test classes

2021-12-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Split tests into separate test classes to speed up individual test runs by reducing the test setup to a minimum. The pkgdata generation is only needed for the append tests and slow down the other tests. Signed-off-by: Stefan Herbrechtsmeier --- (no changes since

[OE-core] [PATCH v2 1/5] recipetool: Set master branch only as fallback

2021-12-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The commit 'meta/scripts: Manual git url branch additions (dc53fe75cc)' sets the branch= parameter too early to master and thereby breaks the -B/--srcbranch option. ERROR: branch= parameter and -B/--srcbranch option cannot both be specified - use one or the other

[OE-core] [PATCH v2 4/5] selftest/recipetool: Add tests for branch parameter and srcbranch option

2021-12-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The recipetool support two ways to pass a branch and fallback to master if no branch is defined. Add tests for default branch, branch parameter and srcbranch option. Signed-off-by: Stefan Herbrechtsmeier --- This commit changes the test repository from

[OE-core] [PATCH v2 5/5] selftest: devtool: Separate common functions and devtool sstate setup into two classes

2021-12-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The selftest recipetool base class reuse the selftest devtool base class. Thereby the selftest devtool base class setup its own devtool sstate and the selftest recipetool classes trigger the build of recipes. This leads to the problem that the build artifacts doesn't

Re: [OE-core] [PATCH 4/4] core: udev: udev-extraconf: rename mount.blacklist* to mount.blocklist.*

2021-12-08 Thread Eero Aaltonen
On Mon, 2021-12-06 at 23:31 +, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2021-12-06 at 16:35 +0100, Quentin Schulz wrote: > > blocklist has a more obvious meaning than blacklist and is also not > > an > > issue wrt inclusivity, so let's use that naming instead. > > A

Re: [OE-core] [PATCH 03/26] meson: configure and use generic exe_wrapper

2021-12-08 Thread Alexander Kanavin
It seems like the issue is not that qemu can't run the executable, it's that executable it wants to run is not there. I'm not sure why it wants to run something in a 'system' location through qemu, as I do not have access to your layer. If qemu-usermode is not in MACHINE_FEATURES, then the

Re: [OE-core] [PATCH 03/26] meson: configure and use generic exe_wrapper

2021-12-08 Thread Hsia-Jun Li
On 12/4/21 15:13, Alexander Kanavin wrote: CAUTION: Email originated externally, do not click links or open attachments unless you recognize the sender and know the content is safe. This replaces the specific gtkdoc wrapper setting (which was rejected by upstream in

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Richard Purdie
On Wed, 2021-12-08 at 09:10 +0100, Alexander Kanavin wrote: > On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier > wrote: > > I will update my patch series but need some time to test it locally. The > > devtool test build a lot of recipe on every run because it use a private > > sstate cache.

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Richard Purdie
On Wed, 2021-12-08 at 08:45 +0100, Stefan Herbrechtsmeier wrote: > Hi Richard, > > Am 07.12.2021 um 16:45 schrieb Richard Purdie: > > On Mon, 2021-12-06 at 09:04 +0100, Stefan Herbrechtsmeier wrote: > > > From: Stefan Herbrechtsmeier > > > > > > The commit 'meta/scripts: Manual git url branch

[OE-core] [PATCH] libpam: check whether files exist

2021-12-08 Thread Yu, Mingli
From: Mingli Yu Backport a patch to check whether files exist. Before the patch: # ./run-xtests.sh . tst-pam_access1 mv: cannot stat '/etc/security/opasswd': No such file or directory PASS: tst-pam_access1 mv: cannot stat '/etc/security/opasswd-pam-xtests': No such file or directory

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Stefan Herbrechtsmeier
Am 08.12.2021 um 09:32 schrieb Alexander Kanavin via lists.openembedded.org: I haven't looked at this, but probably the test could be adjusted to first build the needed parts with only the original cache? This needs a rework of the tests because the private sstate cache is set in the test

[OE-core] [hardknott][PATCH] libpcre/libpcre2: update SRC_URI

2021-12-08 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-support/libpcre/libpcre2_10.36.bb | 2 +- meta/recipes-support/libpcre/libpcre_8.44.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libpcre/libpcre2_10.36.bb

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Alexander Kanavin
I haven't looked at this, but probably the test could be adjusted to first build the needed parts with only the original cache? Alex On Wed, 8 Dec 2021 at 09:27, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > Am 08.12.2021 um 09:10 schrieb Alexander Kanavin: > >

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Stefan Herbrechtsmeier
Am 08.12.2021 um 09:10 schrieb Alexander Kanavin: On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier > wrote: I will update my patch series but need some time to test it locally. The devtool test build a lot of recipe on every run

[OE-core] [PATCH v2] libhandy: Add private headers

2021-12-08 Thread Yu, Mingli
From: Mingli Yu After the commit(8157ecc Separate public and private enums) introduced, there comes a race as below: | In file included from ../git/src/hdy-settings.c:11: | ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or directory |16 | #include

Re: [OE-core] [PATCH 1/4] recipetool: Set master branch only as fallback

2021-12-08 Thread Alexander Kanavin
On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > I will update my patch series but need some time to test it locally. The > devtool test build a lot of recipe on every run because it use a private > sstate cache. How does the autobuilder