[OE-core] [PATCH 1/2][dunfell] linux-yocto/5.4: update to v5.4.205

2022-07-20 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 0ec831fa971d Linux 5.4.205 1be11d7f3c89 dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate b31ab132561c dmaengine: ti: Fix refcount leak in

[OE-core] [PATCH 2/2][dunfell] linux-yocto-rt/5.4: fixup -rt build breakage

2022-07-20 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.4: cc478e363cc3 rt: fixup random and irq/manage merge issues Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core][PATCH] glibc: make glibc-dev depend on kernel headers

2022-07-20 Thread Chen Qi
Hi Khem, I’d say no. There should no build time impact except for the do_rootfs behavior change when switching on NO_RECOMMENDATIONS. Also, we’ve been using ‘RDEPENDS’ for glibc-dev until the recent ‘-dev’ package change. Regards, Qi From: Khem Raj Sent: Thursday, July 21, 2022 10:59 AM To:

Re: [OE-core][PATCH] glibc: make glibc-dev depend on kernel headers

2022-07-20 Thread Khem Raj
On Wed, Jul 20, 2022 at 10:52 PM Chen Qi wrote: > The linux kernel headers are necessary for glibc-dev, so > we need to use RDEPENDS instead of DEV_PKG_DEPENDENCY which > specifies RRECOMMENDS. > > Currently, in case of NO_RECOMMENDATIONS set to "1", linux > kernel headers are not pulled in by

[OE-core][PATCH] glibc: make glibc-dev depend on kernel headers

2022-07-20 Thread Chen Qi
The linux kernel headers are necessary for glibc-dev, so we need to use RDEPENDS instead of DEV_PKG_DEPENDENCY which specifies RRECOMMENDS. Currently, in case of NO_RECOMMENDATIONS set to "1", linux kernel headers are not pulled in by glibc-dev, causing error like below when compiling. fatal

Re: [OE-core][PATCH v3] package_manager/ipk: do not pipe stderr to stdout

2022-07-20 Thread Shruthi Ravichandran
Some opkg commands print an error during cleanup when the tmp_dir does not exist and an attempt is made to delete it. The error messages are harmless and the opkg commands eventually succeed. When these commands are run and stderr is piped to stdout, the error messages may clobber the stdout and

[OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-20 Thread Daniel Gomez
Enable X11 forwarding whenever X11 is part of the DISTRO_FEATURES. Add backport patch to fix X11 forwarding in the current 2022.82 version. Signed-off-by: Daniel Gomez --- meta/recipes-core/dropbear/dropbear.inc | 5 ++- ...d-failure-use-DROPBEAR_PRIO_LOWDELAY.patch | 27

Re: [OE-core] [PATCH v2 2/2] cargo-cross-canadian: Use SDK's flags during target linking

2022-07-20 Thread Otavio Salvador
Hello Richard, Em qua., 20 de jul. de 2022 às 15:11, Otavio Salvador < ota...@ossystems.com.br> escreveu: > Em qua., 20 de jul. de 2022 às 14:21, Richard Purdie < > richard.pur...@linuxfoundation.org> escreveu: > >> I've done a bit more work on this and the more I dig, the more I think >> we

Re: [OE-core] [PATCH v2 2/2] cargo-cross-canadian: Use SDK's flags during target linking

2022-07-20 Thread Richard Purdie
On Wed, 2022-07-20 at 15:11 -0300, Otavio Salvador wrote: > > > Em qua., 20 de jul. de 2022 às 14:21, Richard Purdie > escreveu: > > I've done a bit more work on this and the more I dig, the more I > > think > > we have some issues we need to sort with taking a step back and > > checking some

Re: [OE-core] [PATCH v2 2/2] cargo-cross-canadian: Use SDK's flags during target linking

2022-07-20 Thread Otavio Salvador
Em qua., 20 de jul. de 2022 às 14:21, Richard Purdie < richard.pur...@linuxfoundation.org> escreveu: > I've done a bit more work on this and the more I dig, the more I think > we have some issues we need to sort with taking a step back and > checking some assumptions. > > What I'm lacking is a

Re: [OE-core] [PATCH v2 2/2] cargo-cross-canadian: Use SDK's flags during target linking

2022-07-20 Thread Richard Purdie
On Mon, 2022-07-18 at 21:07 -0300, Otavio Salvador wrote: > Em seg., 18 de jul. de 2022 às 19:54, Richard Purdie > escreveu: > > On Mon, 2022-07-18 at 18:41 -0300, Otavio Salvador wrote: > > > Em seg., 18 de jul. de 2022 às 18:18, Richard Purdie > > > escreveu: > > > > > It does, indeed, but it

[OE-core] [PATCH] perf: fix reproduciblity in older releases of Linux

2022-07-20 Thread Ross Burton
If you build perf from Linux 5.4 it still contains buildpaths (pointing to the sysroot's Python) as the existing fixes don't apply to the lines in that old release. Add further expressions to remove the final buildpaths. Signed-off-by: Ross Burton --- meta/recipes-kernel/perf/perf.bb | 3 +++

Re: [OE-core] [oe] [meta-zephyr] build broken with current oe-core master

2022-07-20 Thread Khem Raj
On Wed, Jul 20, 2022 at 11:35 AM Bartosz Golaszewski wrote: > On Tue, Jul 19, 2022 at 4:58 PM Khem Raj wrote: > > > > On Tue, Jul 19, 2022 at 10:48 AM Bartosz Golaszewski > wrote: > > > > > > On Tue, Jul 19, 2022 at 2:54 PM Khem Raj wrote: > > > > > > > > > > > > > > > > On Tue, Jul 19, 2022

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Alexander Kanavin
On Wed, 20 Jul 2022 at 17:41, Mittal, Anuj wrote: > I don't know if there are any Yocto users of it who might notice. > > Instead of dropping the testing completely, may be we should switch to > building/testing just the core-image-minimal image on autobuilder and > keep at least some minimal

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Anuj Mittal
On Wed, 2022-07-20 at 11:58 +0200, Alexander Kanavin wrote: > On Wed, 20 Jul 2022 at 11:50, Ross Burton > wrote: > > Also, Intel should get to have an opinion on this.  If they > > actually care about x32 then they can help fix the issues, if they > > don’t then we can easily switch to a platform

Re: [OE-core] [oe] [meta-zephyr] build broken with current oe-core master

2022-07-20 Thread Bartosz Golaszewski
On Tue, Jul 19, 2022 at 4:58 PM Khem Raj wrote: > > On Tue, Jul 19, 2022 at 10:48 AM Bartosz Golaszewski wrote: > > > > On Tue, Jul 19, 2022 at 2:54 PM Khem Raj wrote: > > > > > > > > > > > > On Tue, Jul 19, 2022 at 3:40 AM Bartosz Golaszewski wrote: > > >> > > >> On Tue, Jul 19, 2022 at 12:10

Re: [OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexander Kanavin
On Wed, 20 Jul 2022 at 14:11, Alexandre Belloni wrote: > I can but it doesn't change that the whole patch can't be applied > because a hunk is for meta-yocto and the others are for oe-core so this > has to be split as we are not applying patches on poky directly. Right, I misunderstood what the

[OE-core] [PATCH] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexander Kanavin
It has been superseded by libinput/evdev on Linux, and upstream specifically errors out on Linux in latest release: https://github.com/freedesktop/xorg-xf86-input-keyboard/commit/7e366936d7b7d6c3b4d9c1554908ad20eef74a27 Signed-off-by: Alexander Kanavin ---

Re: [OE-core] [PATCH] strace: set COMPATIBLE_HOST for riscv32

2022-07-20 Thread Khem Raj
On Wed, Jul 20, 2022 at 5:35 AM Yu, Mingli wrote: > Hi Khem, > > On 7/5/22 21:39, Khem Raj wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > On 7/5/22 3:03 AM, Yu, Mingli wrote: > >> From: Mingli Yu > >> > >> Disable the build on riscv32 as it's not supported on

Re: [OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexandre Belloni via lists.openembedded.org
On 20/07/2022 12:09:20+0200, Alexander Kanavin wrote: > On Wed, 20 Jul 2022 at 11:58, Alexandre Belloni > wrote: > > > diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc > > > b/meta-poky/conf/distro/include/poky-floating-revisions.inc > > > index 6f473de88c..0cc4e005b9

Re: [OE-core] [poky][master][kirkstone][PATCH] cve-check.bbclass: Add anonymous function to get patched CVEs from recipe

2022-07-20 Thread Ross Burton
> On 19 Jul 2022, at 08:54, akash hadke via lists.openembedded.org > wrote: > > Actually, I wanted to get all patched CVE numbers from a recipe in one > variable, and the value of that variable will be used in other tasks. And for > this purpose, I used the anonymous function because without

[OE-core][PATCH] kernel.bbclass: Add shared_workdir_prepare task

2022-07-20 Thread Jose Quaresma
The task do_compile_kernelmodules runs after the shared_workdir and is installing some files in STAGING_KERNEL_BUILDDIR, this can races in other recipes that depends on "virtual/kernel:do_shared_workdir" as the STAGING_KERNEL_BUILDDIR is not fully populated when the shared_workdir task ends. To

[OE-core] [PATCH] oeqa/runtime: add test that the kernel has CONFIG_PREEMPT_RT enabled

2022-07-20 Thread Ross Burton
This is the absolute bare minimum for testing the RT patches, but it does mean we if we build and boot a RT kernel we can verify that it is what we expect. Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/cases/rt.py | 17 + 1 file changed, 17 insertions(+) create mode

[OE-core] [PATCH] udev-extraconf:mount.sh: fix a umount issue

2022-07-20 Thread Ming Liu
From: Ming Liu Only touching /tmp/.automount-$name is not good enough, it must contain the mount name, otherwise umount could not get the path from it. Signed-off-by: Ming Liu --- meta/recipes-core/udev/udev-extraconf/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexander Kanavin
On Wed, 20 Jul 2022 at 11:58, Alexandre Belloni wrote: > > diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc > > b/meta-poky/conf/distro/include/poky-floating-revisions.inc > > index 6f473de88c..0cc4e005b9 100644 > > ---

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Alexander Kanavin
On Wed, 20 Jul 2022 at 12:00, Marko Lindqvist wrote: > How much difference is there between x32 and riscv32 in upstreams? As > they would trip on the same issues, one would assume that if the issue > is fixed for one, it gets fixed for the other too. > But might be that relevant upstreams need

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Marko Lindqvist
On Wed, 20 Jul 2022 at 12:50, Ross Burton wrote: > > On 20 Jul 2022, at 10:28, Alexander Kanavin via lists.openembedded.org > wrote: > > > > On Wed, 20 Jul 2022 at 11:23, Richard Purdie > > wrote: > >> That amounts to dropping x32 support because as soon as we remove these > >> tests, it will

Re: [OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 20/07/2022 10:44:01+0200, Alexander Kanavin wrote: > It has been superseded by libinput/evdev on Linux, and upstream specifically > errors out on Linux in latest release: > https://github.com/freedesktop/xorg-xf86-input-keyboard/commit/7e366936d7b7d6c3b4d9c1554908ad20eef74a27 > >

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Alexander Kanavin
On Wed, 20 Jul 2022 at 11:50, Ross Burton wrote: > Also, Intel should get to have an opinion on this. If they actually care > about x32 then they can help fix the issues, if they don’t then we can easily > switch to a platform that has support. Ok, let's ask Intel, specifically Anuj :-)

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Ross Burton
On 20 Jul 2022, at 10:28, Alexander Kanavin via lists.openembedded.org wrote: > > On Wed, 20 Jul 2022 at 11:23, Richard Purdie > wrote: >> That amounts to dropping x32 support because as soon as we remove these >> tests, it will bitrot. >> >> There is still some value in the project being

Re: [OE-core] [PATCH] strace: set COMPATIBLE_HOST for riscv32

2022-07-20 Thread Yu, Mingli
Hi Khem, On 7/5/22 21:39, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On 7/5/22 3:03 AM, Yu, Mingli wrote: From: Mingli Yu Disable the build on riscv32 as it's not supported on riscv32 [1]. [1]

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Alexander Kanavin
On Wed, 20 Jul 2022 at 11:23, Richard Purdie wrote: > That amounts to dropping x32 support because as soon as we remove these > tests, it will bitrot. > > There is still some value in the project being able to support > different architectures and different type sizes so I do still lean > towards

Re: [Openembedded-architecture] Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Richard Purdie
On Wed, 2022-07-20 at 10:49 +0200, Alexander Kanavin wrote: > Note: this update fails on x32 with > > > configure: error: unrecognized GNU build triplet linux-gnux32 > > This time I want to put my foot down and suggest that we just drop the > whole x32 variant from the autobuilder (I had already

[OE-core] [kirkstone][PATCH] gcc: Backport a fix for gcc bug 105039

2022-07-20 Thread Pgowda
From: Naveen Backport a fix from: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9234cdca6ee88badfc00297e72f13dac4e540c79 which fixes rust recursion issues in the demangler. Signed-off-by: Naveen --- meta/recipes-devtools/gcc/gcc-11.3.inc| 2 +-

Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)

2022-07-20 Thread Alexander Kanavin
Note: this update fails on x32 with | configure: error: unrecognized GNU build triplet linux-gnux32 This time I want to put my foot down and suggest that we just drop the whole x32 variant from the autobuilder (I had already sent a patch for this previously). In all likelihood it was never used

[OE-core] [PATCH 51/51] epiphany: upgrade 42.2 -> 42.3

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_42.2.bb => epiphany_42.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/epiphany/{epiphany_42.2.bb => epiphany_42.3.bb} (94%) diff --git a/meta/recipes-gnome/epiphany/epiphany_42.2.bb

[OE-core] [PATCH 49/51] webkitgtk: upgrade 2.36.3 -> 2.36.4

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../webkit/{webkitgtk_2.36.3.bb => webkitgtk_2.36.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{webkitgtk_2.36.3.bb => webkitgtk_2.36.4.bb} (98%) diff --git

[OE-core] [PATCH 50/51] xwayland: upgrade 22.1.2 -> 22.1.3

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xwayland/{xwayland_22.1.2.bb => xwayland_22.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_22.1.2.bb => xwayland_22.1.3.bb} (95%) diff --git

[OE-core] [PATCH 47/51] vala: upgrade 0.56.1 -> 0.56.2

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala_0.56.1.bb | 3 --- meta/recipes-devtools/vala/vala_0.56.2.bb | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 meta/recipes-devtools/vala/vala_0.56.1.bb create mode 100644

[OE-core] [PATCH 48/51] wayland-protocols: upgrade 1.25 -> 1.26

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{wayland-protocols_1.25.bb => wayland-protocols_1.26.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.25.bb => wayland-protocols_1.26.bb} (91%) diff --git

[OE-core] [PATCH 46/51] sqlite3: upgrade 3.39.0 -> 3.39.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../sqlite/{sqlite3_3.39.0.bb => sqlite3_3.39.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.39.0.bb => sqlite3_3.39.1.bb} (86%) diff --git

[OE-core] [PATCH 45/51] python3-zipp: upgrade 3.8.0 -> 3.8.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-zipp_3.8.0.bb => python3-zipp_3.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-zipp_3.8.0.bb => python3-zipp_3.8.1.bb} (85%) diff --git

[OE-core] [PATCH 42/51] python3-setuptools-rust: upgrade 1.3.0 -> 1.4.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...92f08b1248dc03862da86915c2745e0ff7ec.patch | 221 ++ 0.bb => python3-setuptools-rust_1.4.1.bb} | 5 +- 2 files changed, 224 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 43/51] python3-setuptools-scm: upgrade 7.0.3 -> 7.0.5

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-setuptools-scm_7.0.3.bb => python3-setuptools-scm_7.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools-scm_7.0.3.bb => python3-setuptools-scm_7.0.5.bb} (91%) diff --git

[OE-core] [PATCH 44/51] python3-setuptools: upgrade 62.6.0 -> 63.2.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_62.6.0.bb => python3-setuptools_63.2.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_62.6.0.bb

[OE-core] [PATCH 41/51] python3-hypothesis: upgrade 6.48.2 -> 6.50.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.48.2.bb => python3-hypothesis_6.50.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.48.2.bb => python3-hypothesis_6.50.1.bb} (91%) diff --git

[OE-core] [PATCH 39/51] piglit: upgrade to latest revision

2022-07-20 Thread 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 38ededfcf8..932f2928a0 100644 ---

[OE-core] [PATCH 40/51] python3-dtschema: upgrade 2022.5 -> 2022.7

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-dtschema_2022.5.bb => python3-dtschema_2022.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.5.bb => python3-dtschema_2022.7.bb} (83%) diff --git

[OE-core] [PATCH 38/51] pango: upgrade 1.50.7 -> 1.50.8

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-graphics/pango/{pango_1.50.7.bb => pango_1.50.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.50.7.bb => pango_1.50.8.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango_1.50.7.bb

[OE-core] [PATCH 37/51] mpg123: upgrade 1.30.0 -> 1.30.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mpg123/{mpg123_1.30.0.bb => mpg123_1.30.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.30.0.bb => mpg123_1.30.1.bb} (96%) diff --git

[OE-core] [PATCH 36/51] mmc-utils: upgrade to latest revision

2022-07-20 Thread 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 3e611d1306..0bb94ab93a 100644 ---

[OE-core] [PATCH 35/51] meson: upgrade 0.62.2 -> 0.63.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-devtools/meson/{meson_0.62.2.bb => meson_0.63.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.62.2.bb => meson_0.63.0.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_0.62.2.bb

[OE-core] [PATCH 34/51] log4cplus: upgrade 2.0.7 -> 2.0.8

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../log4cplus/{log4cplus_2.0.7.bb => log4cplus_2.0.8.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/log4cplus/{log4cplus_2.0.7.bb => log4cplus_2.0.8.bb} (90%) diff --git

[OE-core] [PATCH 32/51] libnotify: upgrade 0.7.12 -> 0.8.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libnotify/{libnotify_0.7.12.bb => libnotify_0.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libnotify/{libnotify_0.7.12.bb => libnotify_0.8.0.bb} (93%) diff --git

[OE-core] [PATCH 33/51] libuv: upgrade 1.44.1 -> 1.44.2

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libuv/{libuv_1.44.1.bb => libuv_1.44.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libuv/{libuv_1.44.1.bb => libuv_1.44.2.bb} (93%) diff --git

[OE-core] [PATCH 31/51] libnl: upgrade 3.6.0 -> 3.7.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...97f8982544c4fcb403893bae6701230d5165.patch | 48 --- .../libnl/{libnl_3.6.0.bb => libnl_3.7.0.bb} | 8 ++-- 2 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644

[OE-core] [PATCH 30/51] libidn2: upgrade 2.3.2 -> 2.3.3

2022-07-20 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../libidn/{libidn2_2.3.2.bb => libidn2_2.3.3.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/libidn/{libidn2_2.3.2.bb => libidn2_2.3.3.bb} (81%) diff --git

[OE-core] [PATCH 29/51] libhandy: upgrade 1.6.2 -> 1.6.3

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libhandy/{libhandy_1.6.2.bb => libhandy_1.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libhandy/{libhandy_1.6.2.bb => libhandy_1.6.3.bb} (95%) diff --git

[OE-core] [PATCH 28/51] libdrm: upgrade 2.4.111 -> 2.4.112

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../drm/{libdrm_2.4.111.bb => libdrm_2.4.112.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.111.bb => libdrm_2.4.112.bb} (96%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.111.bb

[OE-core] [PATCH 26/51] git: upgrade 2.37.0 -> 2.37.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/{git_2.37.0.bb => git_2.37.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.37.0.bb => git_2.37.1.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.37.0.bb

[OE-core] [PATCH 27/51] hdparm: upgrade 9.63 -> 9.64

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/hdparm/{hdparm_9.63.bb => hdparm_9.64.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/hdparm/{hdparm_9.63.bb => hdparm_9.64.bb} (94%) diff --git a/meta/recipes-extended/hdparm/hdparm_9.63.bb

[OE-core] [PATCH 25/51] diffoscope: upgrade 217 -> 218

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_217.bb => diffoscope_218.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_217.bb => diffoscope_218.bb} (92%) diff --git

[OE-core] [PATCH 23/51] alsa-lib: upgrade 1.2.7.1 -> 1.2.7.2

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../alsa/{alsa-lib_1.2.7.1.bb => alsa-lib_1.2.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.7.1.bb => alsa-lib_1.2.7.2.bb} (94%) diff --git

[OE-core] [PATCH 24/51] alsa-ucm-conf: upgrade 1.2.7.1 -> 1.2.7.2

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../alsa/{alsa-ucm-conf_1.2.7.1.bb => alsa-ucm-conf_1.2.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.7.1.bb => alsa-ucm-conf_1.2.7.2.bb} (89%) diff --git

[OE-core] [PATCH 21/51] vulkan-samples: update to latest revision

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...pp_vulkan_resource.h-add-header-incl.patch | 27 +++ .../vulkan/vulkan-samples_git.bb | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 22/51] xserver-xorg: update 21.1.3 -> 21.1.4

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-render-Fix-build-with-gcc-12.patch | 90 --- ...-xorg_21.1.3.bb => xserver-xorg_21.1.4.bb} | 7 +- 2 files changed, 3 insertions(+), 94 deletions(-) delete mode 100644

[OE-core] [PATCH 20/51] llvm: update 14.0.4 -> 14.0.6

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc

[OE-core] [PATCH 18/51] u-boot: update 2022.04 -> 2022.07

2022-07-20 Thread Alexander Kanavin
Native python and native swig are new requirements for scripts/dtc License-Update: added bzip2 licensed headers: https://source.denx.de/u-boot/u-boot/-/commit/fba0882bcdfd919727ee9ee8523ef3156daab507 (overall license still gpl2) Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 17/51] libgit2: update 1.4.3 -> 1.5.0

2022-07-20 Thread Alexander Kanavin
License-Update: added sha256 support under bsd-3-clause: https://github.com/libgit2/libgit2/commit/b900981cf7f6499b99cf83f77f73cf5fc436653b Signed-off-by: Alexander Kanavin --- .../libgit2/{libgit2_1.4.3.bb => libgit2_1.5.0.bb}| 8 1 file changed, 4 insertions(+), 4

[OE-core] [PATCH 19/51] go: update 1.18.3 -> 1.18.4

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/{go-1.18.3.inc => go-1.18.4.inc} | 2 +- ...{go-binary-native_1.18.3.bb => go-binary-native_1.18.4.bb} | 4 ++-- ...o-cross-canadian_1.18.3.bb => go-cross-canadian_1.18.4.bb} | 0 .../go/{go-cross_1.18.3.bb => go-cross_1.18.4.bb}

[OE-core] [PATCH 15/51] linux-firmware: update 20220610 -> 20220708

2022-07-20 Thread Alexander Kanavin
License-Update: a few obsolete firmware were dropped (particularly i2400m and tda7706), file list updates. Signed-off-by: Alexander Kanavin --- ...mware_20220610.bb => linux-firmware_20220708.bb} | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) rename

[OE-core] [PATCH 16/51] rt-tests: update 2.3 -> 2.4

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 6 +++--- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 14/51] font-util: update 1.3.2 -> 1.3.3

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-font/{font-util_1.3.2.bb => font-util_1.3.3.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-font/{font-util_1.3.2.bb => font-util_1.3.3.bb} (84%) diff --git

[OE-core] [PATCH 13/51] encodings: update 1.0.5 -> 1.0.6

2022-07-20 Thread Alexander Kanavin
Add ability to tweak compressor suffix in filenames, similar to xorg apps and drivers. Signed-off-by: Alexander Kanavin --- .../recipes-graphics/xorg-font/encodings/nocompiler.patch | 8 .../xorg-font/{encodings_1.0.5.bb => encodings_1.0.6.bb} | 6 +++---

[OE-core] [PATCH 12/51] xf86-video-cirrus: update 1.5.3 -> 1.6.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...xf86-video-cirrus_1.5.3.bb => xf86-video-cirrus_1.6.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-cirrus_1.5.3.bb => xf86-video-cirrus_1.6.0.bb} (72%) diff --git

[OE-core] [PATCH 11/51] xf86-input-synaptics: update 1.9.1 -> 1.9.2

2022-07-20 Thread Alexander Kanavin
Drop 64bit_time_t_support.patch as issue fixed upstream: https://github.com/freedesktop/xorg-xf86-input-synaptics/commit/073b1b40bde9935928758c3452176c0d8dc67370 Signed-off-by: Alexander Kanavin --- .../64bit_time_t_support.patch| 51 --- ...1.9.1.bb =>

[OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexander Kanavin
It has been superseded by libinput/evdev on Linux, and upstream specifically errors out on Linux in latest release: https://github.com/freedesktop/xorg-xf86-input-keyboard/commit/7e366936d7b7d6c3b4d9c1554908ad20eef74a27 Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 09/51] xmodmap: update 1.0.10 -> 1.0.11

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-app/{xmodmap_1.0.10.bb => xmodmap_1.0.11.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.10.bb => xmodmap_1.0.11.bb} (78%) diff --git

[OE-core] [PATCH 08/51] xev: update 1.2.4 -> 1.2.5

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/xorg-app/{xev_1.2.4.bb => xev_1.2.5.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta/recipes-graphics/xorg-app/{xev_1.2.4.bb => xev_1.2.5.bb} (81%) diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.4.bb

[OE-core] [PATCH 07/51] libva-utils: update 2.14.0 -> 2.15.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libva/{libva-utils_2.14.0.bb => libva-utils_2.15.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/libva/{libva-utils_2.14.0.bb => libva-utils_2.15.0.bb} (90%) diff --git

[OE-core] [PATCH 06/51] libva: upgrade 2.14.0 -> 2.15.0

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libva/{libva-initial_2.14.0.bb => libva-initial_2.15.0.bb} | 0 meta/recipes-graphics/libva/libva.inc | 2 +- .../recipes-graphics/libva/{libva_2.14.0.bb => libva_2.15.0.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../rpm/files/0001-CVE-2021-3521.patch| 57 --- ...lib-rpm-as-the-installation-path-for.patch | 14 +- .../rpm/files/0002-CVE-2021-3521.patch| 64 .../rpm/files/0003-CVE-2021-3521.patch| 329 --

[OE-core] [PATCH 04/51] systemd-boot: update 251.2 -> 251.3

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...md-boot_251.2.bb => systemd-boot_251.3.bb} | 0 meta/recipes-core/systemd/systemd.inc | 3 +- ...sysctl.d-binfmt.d-modules-load.d-to-.patch | 16 --- ...red-utmp-wtmp-fix-build-without-utmp.patch | 32 --

[OE-core] [PATCH 03/51] efibootmgr: update 17 -> 18

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../efibootmgr/0001-remove-extra-decl.patch | 31 --- ...1-src-make-compatible-with-efivar-38.patch | 47 --- ...8ae0bce776a36ea2001dea63d376be8274ac.patch | 83 --- .../{efibootmgr_17.bb => efibootmgr_18.bb}| 8 +- 4 files

[OE-core] [PATCH 02/51] gcr: exclude x.9y versions from upstream version check

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.40.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gcr/gcr_3.40.0.bb b/meta/recipes-gnome/gcr/gcr_3.40.0.bb index b6e591fb6e..0c2af42f06 100644 --- a/meta/recipes-gnome/gcr/gcr_3.40.0.bb +++

[OE-core] [PATCH 01/51] sato-icon-theme: check for new commits rather than tags

2022-07-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb index e2140bfdd7..1ebbf010f3

Re: [OE-core][PATCH v2] package_manager/ipk: do not pipe stderr to stdout

2022-07-20 Thread Alexander Kanavin
Please use subprocess.run() (which allows separate capture of stderr), rather than switch the whole thing to popen. Alex On Tue, 19 Jul 2022 at 23:51, Shruthi Ravichandran wrote: > > Some opkg commands print an error during cleanup when the tmp_dir > does not exist and an attempt is made to

Re: [OE-core] [poky][master][kirkstone][PATCH] cve-check.bbclass: Add anonymous function to get patched CVEs from recipe

2022-07-20 Thread akash hadke via lists.openembedded.org
On Wed, Jul 20, 2022 at 12:19 AM, Marta Rybczynska wrote: > > On Tue, Jul 12, 2022 at 12:28 PM akash hadke via > lists.openembedded.org > wrote: > >> Add an anonymous function to get patched CVEs from the recipe >> and set the value to 'CVE_PATCHED' variable >> This variable later can be used