[OE-core] [meta-oe][RFC PATCH 2/2] libsdl2: rework and cleanup

2022-05-18 Thread Markus Volk
- add libusb dependency because libsdl2 is looking for it - remove xvm and xinerama since support has been dropped in sdl code - allow native build for libxkbcommon and xkeyboard-config to allow alignment of native/target build - align native and target build - add PACKAGECONFIG options for pipew

[OE-core] [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe

2022-05-18 Thread Markus Volk
libdecor is a client-side decoration library for Wayland clients. It is used by libsdl2 for window decoration and is required to provide decoration for shells that use client-side decoration such as gnome-shell or weston. Signed-off-by: Markus Volk --- .../libdecor/libdecor_0.1.0.bb

[OE-core] [master][kirkstone][PATCH] librsvg: Drop the dependency on libcroco

2022-05-18 Thread Peter Kjellerstedt
The dependency on libcroco was removed in version 2.48.0. Signed-off-by: Peter Kjellerstedt --- meta/recipes-gnome/librsvg/librsvg_2.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.54

Re: [OE-core] Is BOOTDD_EXTRA_SPACE from misc.py used correctly?

2022-05-18 Thread Claus Stovgaard
On Wed, 2022-05-18 at 08:48 -0700, Khem Raj wrote: > > > On 5/18/22 5:55 AM, Claus Stovgaard wrote: > > > > So would a better solution not be to rename it to > > BOOTDD_MINIMUM_SIZE > > or something like this, and change the code to something like > > below: > > > > > > blocks = int(out.s

Re: [OE-core] npm.bblcass dysfunctional in kirkstone

2022-05-18 Thread Enrico Scholz via lists.openembedded.org
richard.pur...@linuxfoundation.org writes: >>Is there any solution or other ways to use npm in kirkstone? > > We're lacking people working on the npm/node support. If people send > patches to fix it and add test cases we can look to improve it but this > kind of thing doesn't happen without de

Re: [OE-core] [PATCH 30/49] librepo: upgrade 1.14.2 -> 1.14.3

2022-05-18 Thread Alexander Kanavin
On Wed, 18 May 2022 at 17:09, Luca Ceresoli wrote: > > wangmy sent an identical patch on May 7th and it is already on my > testing branch. I'm taking the other 48. No problem, my sets are usually meant as a catch-all for things others didn't send it, and occasionally duplicates occur. Alex -=-=

Re: [OE-core] [PATCH] python3-setuptools: Fix building python modules using cython

2022-05-18 Thread Khem Raj
On 5/18/22 6:28 AM, Zoltan Boszormenyi via lists.openembedded.org wrote: 2022. 05. 18. 14:32 keltezéssel, Ross Burton írta: I left a comment on the PR you filed, but the triplet thing seems to be a red herring as the old code uses ‘in’ so a compiler called arm-poky-linux-gcc would still be de

Re: [OE-core] Is BOOTDD_EXTRA_SPACE from misc.py used correctly?

2022-05-18 Thread Khem Raj
On 5/18/22 5:55 AM, Claus Stovgaard wrote: Hi folks. I think the BOOTDD_EXTRA_SPACE is used incorrectly in bootimg-efi.py and bootimg-pcbios.py? The background is that I am forced to create a rather small efi partition of 25 MB. Not a big problem I thought, as the kernel, plus initrd is only

Re: [OE-core] [PATCH] cve-check: Fix report generation

2022-05-18 Thread Steve Sakoman
On Wed, May 18, 2022 at 5:33 AM Marta Rybczynska wrote: > > On Tue, May 17, 2022 at 8:01 AM Marta Rybczynska wrote: > > > > The addition of summary output caused two issues: error when building > > an image and the fact that JSON output was generated even when > > CVE_CHECK_FORMAT_JSON. > > > > W

[OE-core] [PATCH] oeqa/selftest/cve_check: add tests for recipe and image reports

2022-05-18 Thread Ross Burton
Add a test to verify that the JSON reports are generated correctly for both single recipe builds and image builds. More tests are needed, but this is better than nothing. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/cve_check.py | 77 ++- 1 file changed, 76 in

Re: [OE-core] [PATCH] cve-check: Fix report generation

2022-05-18 Thread Marta Rybczynska
On Tue, May 17, 2022 at 8:01 AM Marta Rybczynska wrote: > > The addition of summary output caused two issues: error when building > an image and the fact that JSON output was generated even when > CVE_CHECK_FORMAT_JSON. > > When generating an image it caused an error like: > ERROR: core-image-mini

Re: [OE-core] [PATCH] gstreamer: updated to 1.20.2 bug fix release

2022-05-18 Thread Luca Ceresoli via lists.openembedded.org
Hi mangodan2003, Il giorno Wed, 18 May 2022 13:37:23 +0100 "mangodan2003" ha scritto: > The second 1.20 bug-fix release (1.20.2) was released on 2 May 2022. > This release only contains bugfixes and it should be safe to update > from 1.20.x. > > Signed-off-by: mangodan2003 Alexander Kanavin s

Re: [OE-core] [PATCH 30/49] librepo: upgrade 1.14.2 -> 1.14.3

2022-05-18 Thread Luca Ceresoli via lists.openembedded.org
Hi Alexander, Il giorno Wed, 18 May 2022 12:58:24 +0200 "Alexander Kanavin" ha scritto: > Signed-off-by: Alexander Kanavin > --- > .../librepo/{librepo_1.14.2.bb => librepo_1.14.3.bb}| 2 > +- 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/librepo/{lib

Re: [OE-core] [PATCH] python3-setuptools: Fix building python modules using cython

2022-05-18 Thread Zoltan Boszormenyi via lists.openembedded.org
2022. 05. 18. 14:32 keltezéssel, Ross Burton írta: I left a comment on the PR you filed, but the triplet thing seems to be a red herring as the old code uses ‘in’ so a compiler called arm-poky-linux-gcc would still be detected as gcc. The "in" is also a problem. Any command can have a "gcc" sub

[OE-core] Is BOOTDD_EXTRA_SPACE from misc.py used correctly?

2022-05-18 Thread Claus Stovgaard
Hi folks. I think the BOOTDD_EXTRA_SPACE is used incorrectly in bootimg-efi.py and bootimg-pcbios.py? The background is that I am forced to create a rather small efi partition of 25 MB. Not a big problem I thought, as the kernel, plus initrd is only 12 MB. But the resulting partition was 28 MB.

[OE-core] [PATCH] gstreamer: updated to 1.20.2 bug fix release

2022-05-18 Thread mangodan2003
The second 1.20 bug-fix release (1.20.2) was released on 2 May 2022. This release only contains bugfixes and it should be safe to update from 1.20.x. Signed-off-by: mangodan2003 --- .../{gst-devtools_1.20.1.bb => gst-devtools_1.20.2.bb} | 2 +- ...streamer1.0-libav_1.20.1.bb => gstreame

Re: [OE-core] [PATCH] python3-setuptools: Fix building python modules using cython

2022-05-18 Thread Ross Burton
I left a comment on the PR you filed, but the triplet thing seems to be a red herring as the old code uses ‘in’ so a compiler called arm-poky-linux-gcc would still be detected as gcc. If this patch is just extending the logic to consider clang as gcc, then that should be called out explicitly.

Re: [OE-core] Wiki re submitting patches

2022-05-18 Thread Alexander Kanavin
Both methods actually need some way to send email. So you need to create an app-specific google password for that purpose, as suggested in 'man git-send-email: " If you have multi-factor authentication set up on your Gmail account, you will need to generate an app-specific password for use wi

[OE-core] Wiki re submitting patches

2022-05-18 Thread mangodan2003
Is this page still relevant? https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded I have just tried to submit a patch via both the email and git methods and both fail. Google blocks the script when trying the email method saying it is not secure and when trying the git method

Re: [OE-core] [poky][master][PATCH 1/3] cve_check.py: Add new method get_ignored_cves

2022-05-18 Thread Marta Rybczynska
On Wed, May 18, 2022 at 12:33 PM Richard Purdie wrote: > > On Wed, 2022-05-18 at 02:46 -0700, akash hadke via > lists.openembedded.org wrote: > > Hi Richard, > > > > I tried modifying the cve-check.bbclass but did not able to get the > > solution for disabling the NVD data, because when we inherit

[OE-core] [PATCH 49/49] python3: use built-in distutils for ptest, rather than setuptools' 'fork'

2022-05-18 Thread Alexander Kanavin
The setuptools version is now used by default when setuptools is installed, but it is incompatible with some of python's own tests. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipe

[OE-core] [PATCH 48/49] python3-setuptools-rust: update 1.1.2 -> 1.3.0

2022-05-18 Thread Alexander Kanavin
Also, make it a proper target recipe with a -native variant. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc| 2 +- ...ust-native_1.1.2.bb => python3-setuptools-rust_1.3.0.bb} | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) rename m

[OE-core] [PATCH 44/49] python3-pyparsing: upgrade 3.0.8 -> 3.0.9

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-pyparsing_3.0.8.bb => python3-pyparsing_3.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyparsing_3.0.8.bb => python3-pyparsing_3.0.9.bb} (91%) diff --git a/meta/recipes-devtools/pyt

[OE-core] [PATCH 45/49] repo: upgrade 2.24.1 -> 2.25

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/repo/{repo_2.24.1.bb => repo_2.25.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.24.1.bb => repo_2.25.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.24.1.bb b/meta/recipes-

[OE-core] [PATCH 47/49] stress-ng: upgrade 0.14.00 -> 0.14.01

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../stress-ng/0001-Makefile-quote-CC.patch| 41 --- ...ess-ng_0.14.00.bb => stress-ng_0.14.01.bb} | 6 +-- 2 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-quote

[OE-core] [PATCH 46/49] sqlite3: upgrade 3.38.3 -> 3.38.5

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../sqlite/{sqlite3_3.38.3.bb => sqlite3_3.38.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.38.3.bb => sqlite3_3.38.5.bb} (86%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.38.3.b

[OE-core] [PATCH 43/49] python3-pbr: upgrade 5.8.1 -> 5.9.0

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pbr_5.8.1.bb | 4 meta/recipes-devtools/python/python3-pbr_5.9.0.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.8.1.bb create mode 100644 m

[OE-core] [PATCH 42/49] python3-more-itertools: upgrade 8.12.0 -> 8.13.0

2022-05-18 Thread Alexander Kanavin
Convert from setuptools to flit. Signed-off-by: Alexander Kanavin --- ...e-itertools_8.12.0.bb => python3-more-itertools_8.13.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-more-itertools_8.12.0.bb => python3-more-itertools_8.13.0.b

[OE-core] [PATCH 41/49] python3-markdown: upgrade 3.3.6 -> 3.3.7

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-markdown_3.3.6.bb => python3-markdown_3.3.7.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-markdown_3.3.6.bb => python3-markdown_3.3.7.bb} (80%) diff --git a/meta/recipes-devtools/pytho

[OE-core] [PATCH 40/49] python3-jsonschema: upgrade 4.4.0 -> 4.5.1

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-jsonschema_4.4.0.bb => python3-jsonschema_4.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-jsonschema_4.4.0.bb => python3-jsonschema_4.5.1.bb} (93%) diff --git a/meta/recipes-devtools/p

[OE-core] [PATCH 39/49] python3-hypothesis: upgrade 6.46.0 -> 6.46.4

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

[OE-core] [PATCH 38/49] python3-cryptography-vectors: upgrade 37.0.1 -> 37.0.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...vectors_37.0.1.bb => python3-cryptography-vectors_37.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cryptography-vectors_37.0.1.bb => python3-cryptography-vectors_37.0.2.bb} (90%) diff --git a/

[OE-core] [PATCH 37/49] python3-cryptography: upgrade 37.0.1 -> 37.0.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...n3-cryptography_37.0.1.bb => python3-cryptography_37.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cryptography_37.0.1.bb => python3-cryptography_37.0.2.bb} (97%) diff --git a/meta/recipes-devt

[OE-core] [PATCH 35/49] psmisc: upgrade 23.4 -> 23.5

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/psmisc/{psmisc_23.4.bb => psmisc_23.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/psmisc/{psmisc_23.4.bb => psmisc_23.5.bb} (85%) diff --git a/meta/recipes-extended/psmisc/psmisc_23.4.bb b/met

[OE-core] [PATCH 34/49] piglit: upgrade to latest revision

2022-05-18 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 6635aa3c8e..28f76fed37 100644 --- a/meta/recipes-graph

[OE-core] [PATCH 36/49] python3-bcrypt: upgrade 3.2.0 -> 3.2.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-bcrypt_3.2.0.bb => python3-bcrypt_3.2.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-bcrypt_3.2.0.bb => python3-bcrypt_3.2.2.bb} (81%) diff --git a/meta/recipes-devtools/python/p

[OE-core] [PATCH 33/49] mobile-broadband-provider-info: upgrade 20220315 -> 20220511

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/

[OE-core] [PATCH 29/49] libnotify: upgrade 0.7.11 -> 0.7.12

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

[OE-core] [PATCH 31/49] librsvg: upgrade 2.54.1 -> 2.54.3

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../librsvg/{librsvg_2.54.1.bb => librsvg_2.54.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/librsvg/{librsvg_2.54.1.bb => librsvg_2.54.3.bb} (96%) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.1.bb

[OE-core] [PATCH 30/49] librepo: upgrade 1.14.2 -> 1.14.3

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../librepo/{librepo_1.14.2.bb => librepo_1.14.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/librepo/{librepo_1.14.2.bb => librepo_1.14.3.bb} (94%) diff --git a/meta/recipes-devtools/librepo/librepo_1.14

[OE-core] [PATCH 32/49] mesa: upgrade 22.0.2 -> 22.0.3

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_22.0.2.bb => mesa-gl_22.0.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_22.0.2.bb => mesa_22.0.3.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) re

[OE-core] [PATCH 28/49] libcgroup: upgrade 2.0.1 -> 2.0.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/libcgroup/{libcgroup_2.0.1.bb => libcgroup_2.0.2.bb} (93%) diff --git a/meta/recipes-core/libcgroup/libcgroup_2.0.

[OE-core] [PATCH 27/49] gstreamer1.0-vaapi: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...streamer1.0-vaapi_1.20.1.bb => gstreamer1.0-vaapi_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.1.bb => gstreamer1.0-vaapi_1.20.2.bb} (95%) diff --git a/meta/recipes-mul

[OE-core] [PATCH 26/49] gstreamer1.0: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gstreamer1.0_1.20.1.bb => gstreamer1.0_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.1.bb => gstreamer1.0_1.20.2.bb} (97%) diff --git a/meta/recipes-multimedia/gstr

[OE-core] [PATCH 25/49] gstreamer1.0-rtsp-server: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...rtsp-server_1.20.1.bb => gstreamer1.0-rtsp-server_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.1.bb => gstreamer1.0-rtsp-server_1.20.2.bb} (90%) diff --git a/met

[OE-core] [PATCH 24/49] gstreamer1.0-python: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...reamer1.0-python_1.20.1.bb => gstreamer1.0-python_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.1.bb => gstreamer1.0-python_1.20.2.bb} (91%) diff --git a/meta/recipes-m

[OE-core] [PATCH 23/49] gstreamer1.0-plugins-ugly: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ugins-ugly_1.20.1.bb => gstreamer1.0-plugins-ugly_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.1.bb => gstreamer1.0-plugins-ugly_1.20.2.bb} (94%) diff --git a/m

[OE-core] [PATCH 22/49] gstreamer1.0-plugins-good: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ugins-good_1.20.1.bb => gstreamer1.0-plugins-good_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.1.bb => gstreamer1.0-plugins-good_1.20.2.bb} (97%) diff --git a/m

[OE-core] [PATCH 21/49] gstreamer1.0-plugins-base: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ugins-base_1.20.1.bb => gstreamer1.0-plugins-base_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.1.bb => gstreamer1.0-plugins-base_1.20.2.bb} (97%) diff --git a/m

[OE-core] [PATCH 19/49] gstreamer1.0-omx: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gstreamer1.0-omx_1.20.1.bb => gstreamer1.0-omx_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.1.bb => gstreamer1.0-omx_1.20.2.bb} (95%) diff --git a/meta/recipes-multime

[OE-core] [PATCH 18/49] gstreamer1.0-libav: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...streamer1.0-libav_1.20.1.bb => gstreamer1.0-libav_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.1.bb => gstreamer1.0-libav_1.20.2.bb} (91%) diff --git a/meta/recipes-mul

[OE-core] [PATCH 20/49] gstreamer1.0-plugins-bad: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...plugins-bad_1.20.1.bb => gstreamer1.0-plugins-bad_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.1.bb => gstreamer1.0-plugins-bad_1.20.2.bb} (98%) diff --git a/met

[OE-core] [PATCH 17/49] gst-devtools: upgrade 1.20.1 -> 1.20.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gst-devtools_1.20.1.bb => gst-devtools_1.20.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.1.bb => gst-devtools_1.20.2.bb} (95%) diff --git a/meta/recipes-multimedia/gstr

[OE-core] [PATCH 16/49] gnutls: upgrade 3.7.4 -> 3.7.5

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-support/gnutls/{gnutls_3.7.4.bb => gnutls_3.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/gnutls/{gnutls_3.7.4.bb => gnutls_3.7.5.bb} (96%) diff --git a/meta/recipes-support/gnutls/gnutls_3.7.4.bb b/me

[OE-core] [PATCH 15/49] git: upgrade 2.36.0 -> 2.36.1

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/{git_2.36.0.bb => git_2.36.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.36.0.bb => git_2.36.1.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.36.0.bb b/meta/recipes-devt

[OE-core] [PATCH 13/49] curl: upgrade 7.83.0 -> 7.83.1

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/curl/{curl_7.83.0.bb => curl_7.83.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.83.0.bb => curl_7.83.1.bb} (97%) diff --git a/meta/recipes-support/curl/curl_7.83.0.bb b/meta/recipes

[OE-core] [PATCH 14/49] diffoscope: upgrade 211 -> 212

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_211.bb => diffoscope_212.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_211.bb => diffoscope_212.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffosco

[OE-core] [PATCH 11/49] systemtap: update 4.6 -> 4.7

2022-05-18 Thread Alexander Kanavin
Drop backports. Signed-off-by: Alexander Kanavin --- ...ing-tweak-for-sprintf-precision-para.patch | 45 -- ...ault-stap-s-buffer-size-on-small-RAM.patch | 84 --- ...ility-re-tweak-for-rhel6-use-functio.patch | 49 --- .../recipes-kernel/systemtap/systemtap_git.b

[OE-core] [PATCH 12/49] vulkan-samples: update to latest revision

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 467295dbc0..57d3bd8fe5 100644

[OE-core] [PATCH 10/49] xcb-proto: upgrade 1.14.1 -> 1.15

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-proto/{xcb-proto_1.14.1.bb => xcb-proto_1.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.14.1.bb => xcb-proto_1.15.bb} (92%) diff --git a/meta/recipes-graphics/xorg-proto/xcb-

[OE-core] [PATCH 08/49] python3-pip: update 22.0.4 -> 22.1

2022-05-18 Thread Alexander Kanavin
progress removed from vendored libraries: https://github.com/pypa/pip/commit/2c8e78cb9caa169870744c315724680162b6f36c Signed-off-by: Alexander Kanavin --- .../python/{python3-pip_22.0.4.bb => python3-pip_22.1.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-

[OE-core] [PATCH 07/49] u-boot: upgrade 2022.01 -> 2022.04

2022-05-18 Thread Alexander Kanavin
Change to a tools-only defconfig. Add gnutls/util-linux dependency for mkeficapsule. Signed-off-by: Alexander Kanavin --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- meta/recipes-bsp/u-boot/u-boot-tools.inc | 4 ++-- .../{u-boot-tools_2022.01.bb =>

[OE-core] [PATCH 09/49] libxcb: update 1.14 -> 1.15

2022-05-18 Thread Alexander Kanavin
Drop disable-check.patch, with recipe-specific sysroots it is no longer necessary. Signed-off-by: Alexander Kanavin --- .../xorg-lib/libxcb/disable-check.patch | 25 --- .../{libxcb_1.14.bb => libxcb_1.15.bb}| 6 ++--- 2 files changed, 2 insertions(+), 29 deletions

[OE-core] [PATCH 06/49] gnu-config: update to latest version

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 07aef75715..0b2bcc0b26 100

[OE-core] [PATCH 05/49] iptables: upgrade 1.8.7 -> 1.8.8

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ed.h-add-missing-sys.types.h-include.patch | 30 +++ .../iptables/iptables/format-security.patch | 30 +++ .../{iptables_1.8.7.bb => iptables_1.8.8.bb} | 11 +-- 3 files changed, 69 insertions(+), 2 deletions(-) creat

[OE-core] [PATCH 03/49] python3-setuptools: upgrade 59.5.0 -> 62.3.1

2022-05-18 Thread Alexander Kanavin
This was held by numpy rejecting setuptools >= 60.x, however it got a workaround in recent point releases and so the upgrade can proceed. Drop 0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch as changed code completely removed upstream. Replicate another distutils/sysconfig.py fix

[OE-core] [PATCH 04/49] go: upgrade 1.18.1 -> 1.18.2

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/{go-1.18.1.inc => go-1.18.2.inc} | 2 +- ...{go-binary-native_1.18.1.bb => go-binary-native_1.18.2.bb} | 4 ++-- ...o-cross-canadian_1.18.1.bb => go-cross-canadian_1.18.2.bb} | 0 .../go/{go-cross_1.18.1.bb => go-cross_1.18.2.bb}

[OE-core] [PATCH 01/49] sato: work around missing icons in adwaita 42.0

2022-05-18 Thread Alexander Kanavin
adwaita icon theme upstream has done significant trimming around app category icons (fullcolour versions gone completely, 'symbolic' b&w versions still around but marked as legacy). Going forward, apps would need to provide their own icons. Given that sato is likely to be deprecated in favour of

[OE-core] [PATCH 02/49] adwaita-icon-theme: upgrade 41.0 -> 42.0

2022-05-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch| 6 +- ...-installation-commands-as-shell-jobs.patch | 84 --- ...eme_41.0.bb => adwaita-icon-theme_42.0.bb} | 7 +- 3 files changed, 5 insertions(+), 92 deletions(-) delete mode 100644 meta/re

Re: [OE-core] npm.bblcass dysfunctional in kirkstone

2022-05-18 Thread Richard Purdie
On Wed, 2022-05-18 at 12:14 +0200, Enrico Scholz via lists.openembedded.org wrote: > Hello, > > with nodejs 16, 'npm.bbclass' stops to work and fails (at least) because > of: > > 1. 'ignore-scripts' has no effect with 'npm pack' anymore. This command >will now execute 'prepare' scripts which

Re: [OE-core] [poky][master][PATCH 1/3] cve_check.py: Add new method get_ignored_cves

2022-05-18 Thread Richard Purdie
On Wed, 2022-05-18 at 02:46 -0700, akash hadke via lists.openembedded.org wrote: > Hi Richard, > > I tried modifying the cve-check.bbclass but did not able to get the > solution for disabling the NVD data, because when we inherit cve- > check it executes the cve_check task that checks CVEs from NV

[OE-core] npm.bblcass dysfunctional in kirkstone

2022-05-18 Thread Enrico Scholz via lists.openembedded.org
Hello, with nodejs 16, 'npm.bbclass' stops to work and fails (at least) because of: 1. 'ignore-scripts' has no effect with 'npm pack' anymore. This command will now execute 'prepare' scripts which usually fail. Patching out 'scripts/prepare' from package.json should solve it (can be do

Re: [OE-core] [poky][master][PATCH 1/3] cve_check.py: Add new method get_ignored_cves

2022-05-18 Thread akash hadke via lists.openembedded.org
Hi Richard, I tried modifying the cve-check.bbclass but did not able to get the solution for disabling the NVD data, because when we inherit cve-check it executes the cve_check task that checks CVEs from NVD DB. So I am also not sure how to disable it hence I used the separate bbclass. -=-=-=-

[OE-core] [PATCH] python3-setuptools: Fix building python modules using cython

2022-05-18 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi The function _is_gcc() was not taking a machine triplet into account. Also handle clang and clang++ because they also want the rpath option via -Wl,-R instead of just -R. Signed-off-by: Zoltán Böszörményi --- ...cross-compiler-prefixes-and-handle-c.patch | 31 +