[OE-core] [PATCH] toaster: Fix broken overrides usage

2022-03-19 Thread Richard Purdie
This fixes data corruption issues with toaster where image data wasn't being processed correct. Signed-off-by: Richard Purdie --- meta/classes/toaster.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass ind

[OE-core] [dunfell][PATCH] bluez5: fix CVE-2021-3658

2022-03-19 Thread Minjae Kim
adapter incorrectly restores Discoverable state after powered down Upstream-Status: Backport [https://github.com/bluez/bluez/commit/b497b5942a8beb8f89ca1c359c54ad67ec843055] CVE: CVE-2021-3658 Signed-off-by:Minjae Kim --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + .../bluez5/bluez5/C

[OE-core] [RFC PATCH] kernel: Add kernel-cve-tool support to help monitor kernel CVEs

2022-03-19 Thread Richard Purdie
This adds support for a random kernel CVE monitoring tool which can be run as a specific task against a kernel: $ bitbake linux-yocto -c checkcves [...] Sstate summary: Wanted 3 Local 3 Mirrors 0 Missed 0 Current 135 (100% match, 100% complete) NOTE: Executing Tasks WARNING: linux-yocto-5.15.26+g

Re: [OE-core] [PATCH] libtool: Upgrade 2.4.6 -> 2.4.7

2022-03-19 Thread Khem Raj
On Sat, Mar 19, 2022 at 9:44 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2022-03-18 at 17:28 -0700, Khem Raj wrote: > > On Fri, Mar 18, 2022 at 5:10 PM Richard Purdie > > wrote: > > > > > > On Fri, 2022-03-18 at 17:06 -0700, Khem Raj wrote: > > > > seeing these 3 fail

Re: [OE-core] gcc 12 support

2022-03-19 Thread Khem Raj
On Sat, Mar 19, 2022 at 5:44 AM Bernhard Rosenkränzer via lists.openembedded.org wrote: > Hi, > with gcc 12 likely being released next month, I thought it's a good idea > to get started on supporting it -- I've submitted a patch that fixes > building ovmf, will submit a few more as I run into mor

Re: [OE-core] [PATCH] recipes-core/ovmf: Fix build with gcc 12

2022-03-19 Thread Khem Raj
Just disable Werror with appropriate comments describing why we are Doing it until the issues are fixed On Sat, Mar 19, 2022 at 9:55 AM Bernhard Rosenkränzer via lists.openembedded.org wrote: > From: Bernhard Rosenkränzer > > edk2 doesn't compile with gcc 12 - due to 2 legitimate bugs (trying t

[OE-core] [PATCH] recipes-core/ovmf: Fix build with gcc 12

2022-03-19 Thread Bernhard Rosenkränzer via lists . openembedded . org
From: Bernhard Rosenkränzer edk2 doesn't compile with gcc 12 - due to 2 legitimate bugs (trying to use a file handle as if it were a string) and 2 new warnings in code using -Werror (they need further investigation to determine if they're legitimate bugs or false positives; in the mean time we ca

Re: [OE-core] gcc 12 support

2022-03-19 Thread Richard Purdie
On Sat, 2022-03-19 at 13:44 +0100, Bernhard Rosenkränzer via lists.openembedded.org wrote: > with gcc 12 likely being released next month, I thought it's a good idea to > get started on supporting it -- I've submitted a patch that fixes building > ovmf, will submit a few more as I run into more fai

Re: [OE-core] [PATCH] libtool: Upgrade 2.4.6 -> 2.4.7

2022-03-19 Thread Richard Purdie
On Fri, 2022-03-18 at 17:28 -0700, Khem Raj wrote: > On Fri, Mar 18, 2022 at 5:10 PM Richard Purdie > wrote: > > > > On Fri, 2022-03-18 at 17:06 -0700, Khem Raj wrote: > > > seeing these 3 failures with new libtool in meta-oe > > > > > > https://errors.yoctoproject.org/Errors/Build/142979/ > > >

[OE-core] gcc 12 support

2022-03-19 Thread Bernhard Rosenkränzer via lists . openembedded . org
Hi, with gcc 12 likely being released next month, I thought it's a good idea to get started on supporting it -- I've submitted a patch that fixes building ovmf, will submit a few more as I run into more failures. If anyone is interested in gcc 12 itself, I've uploaded a recipe for the current 12

[OE-core] [PATCH] kernel-fitimage.bbclass: introduce get_fit_replacement_type function

2022-03-19 Thread Ming Liu
From: Ming Liu Avoid to set KERNEL_IMAGETYPE_REPLACEMENT in anonymous python function, otherwise it chould not be overridden in config files, for instance, it's being set now in meta/lib/oeqa/selftest/cases/fitimage.py. Introduce a get_fit_replacement_type function to get the default value of KE

[OE-core] [PATCH 11/11] sqlite3: upgrade 3.38.0 -> 3.38.1

2022-03-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../sqlite/{sqlite3_3.38.0.bb => sqlite3_3.38.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.38.0.bb => sqlite3_3.38.1.bb} (86%) diff --git a/meta/recipes-suppo

[OE-core] [PATCH 05/11] perl-cross: update 1.3.6 -> 1.3.7

2022-03-19 Thread Alexander Kanavin
Drop upstreamed patches. 0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch is replaced with a tweak to configure parameters. Signed-off-by: Alexander Kanavin --- ...nc_sel.sh-disable-thread_safe_nl_lan.patch | 27 ...h-do-not-hardcode-prefix-lib-as-libr.patch | 69 ---

[OE-core] [PATCH 09/11] meson: upgrade 0.61.2 -> 0.61.3

2022-03-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../recipes-devtools/meson/{meson_0.61.2.bb => meson_0.61.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.61.2.bb => meson_0.61.3.bb} (98%) diff --git a/meta/recipes-devtools/m

[OE-core] [PATCH 03/11] squashfs-tools: correct upstream version check

2022-03-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index bffc05e812..c92a5f80a8

[OE-core] [PATCH 10/11] mtools: upgrade 4.0.37 -> 4.0.38

2022-03-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../mtools/mtools/disable-hardcoded-configs.patch | 2 +- .../mtools/{mtools_4.0.37.bb => mtools_4.0.38.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/mtools/{mto

[OE-core] [PATCH 06/11] perl: update 5.34.0 -> 5.34.1

2022-03-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e5fdd87aa205011512cd1e6cc655bcf677fd.patch | 31 -- .../perl/files/CVE-2021-36770.patch | 40 --- ...2398e766500cb5d83c4d76b642fcf31d997a.patch | 40 --- ...297a58b8f10ab885c19eec48ea076116cc1f.patch | 2

[OE-core] [PATCH 04/11] bind: update 9.16.26 -> 9.18.1

2022-03-19 Thread Alexander Kanavin
Drop removed python/libtool options. isc/platform.h is no longer installed. Rewrite reproducibility patch to fix the problem at the source. License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...d-V-and-start-log-hide-build-options.patch | 37 --- ...1-avoid-s

[OE-core] [PATCH 08/11] gtk+3: upgrade 3.24.31 -> 3.24.33

2022-03-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/{gtk+3_3.24.31.bb => gtk+3_3.24.33.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk+3_3.24.31.bb => gtk+3_3.24.33.bb} (89%) diff --git a/meta/recipes-gnome/gtk+/gt

[OE-core] [PATCH 07/11] diffoscope: upgrade 206 -> 207

2022-03-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_206.bb => diffoscope_207.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_206.bb => diffoscope_207.bb} (92%) diff --git a/meta/recipes-s

[OE-core] [PATCH 02/11] python3-typing-extensions: fix upstream version check

2022-03-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/python3-typing-extensions_3.10.0.0.bb| 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb index

[OE-core] [PATCH 01/11] python3-semantic-version: fix upstream verison check

2022-03-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb index ee635871