[OE-core] [PATCH] ltp: Remove -mfpmath=sse on x86

2022-07-06 Thread Khem Raj
Fixes build errors seen with clang error: the 'sse' unit is not supported with this instruction set Signed-off-by: Khem Raj --- meta/recipes-extended/ltp/ltp_20220527.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/ltp/ltp_20220527.bb b/meta/recipes-extended/ltp/ltp

[OE-core] [PATCH] libmodule-build-perl: Use env utility to find perl interpreter

2022-07-06 Thread Khem Raj
Fixes ERROR: QA Issue: : /work/x86_64-linux/libmodule-build-perl-native/0.4231-r0/sysroot-destdir/work/x86_64-linux/libmodule-build-perl-native/0.4231-r0/recipe-sysroot-native/usr/bin/config_data maximum shebang size exceeded, the maximum size is 128. [shebang-size] Signed-off-by: Khem Raj ---

Re: [OE-core] Question about nativesdk-qemuwrapper-cross

2022-07-06 Thread Chen Qi
As far as I know, qemuwrapper-cross should work in such case. You need to use qemuwrapper-cross instead of nativesdk-qemuwrapper-cross. Regards, Qi -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of leimaohui Sent: Thursday, July 7, 2022 9:04 AM To: Richard

Re: [OE-core] [poky] [PATCH] perl: Fix perms to avoid patch fails

2022-07-06 Thread Randy MacLeod
Hi K, Add oe-core list and move poky to BCC to ensure follow to the main oe-core code review list. On 2022-06-17 03:13, K. wrote: Fix missing write permissions to avoid problems with applying patches in particular on compressed filesystems: ERROR: perl-5.34.1-r0 do_patch: Applying patch '0

Re: [OE-core] Question about nativesdk-qemuwrapper-cross

2022-07-06 Thread leimaohui
Hi, Richard Thanks for your reply. > A nativesdk-qemuwrapper-cross would run binaries from the SDK under qemu, so > if SDKMACHINE was x86-64, that would be correct. OK, it seems that I didn't get the usage of nativesdk-qemuwrapper-cross every well. > It sounds like you want a qemuwrapper-cross

Re: [OE-core] [PATCH 1/2] icon-naming-utils: Resurrect for sato-icon-theme

2022-07-06 Thread Richard Purdie
On Wed, 2022-07-06 at 23:09 +0200, Alexandre Belloni wrote: > Hello Richard, > > On 06/07/2022 14:16:41+0100, Richard Purdie wrote: > > To add back sato-icon-theme we need this small util. > > > > Signed-off-by: Richard Purdie > > --- > > meta/conf/distro/include/maintainers.inc | 1 + > >

[OE-core] [PATCH 2/2 v2] sato-icon-theme: Add back with support for scalable icons

2022-07-06 Thread Richard Purdie
Resurrect sato-icon-theme and move to a version with scalable icons support to replace adwaita-icon-theme which no longer supports the icons we need for the sato desktop. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + meta/conf/layer.conf

[OE-core] [PATCH 1/2 v2] icon-naming-utils: Resurrect for sato-icon-theme

2022-07-06 Thread Richard Purdie
To add back sato-icon-theme we need this small util. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + .../icon-naming-utils_0.8.90.bb | 29 +++ 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-sato/sato-icon-

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-06 Thread Joshua Watt
On Wed, Jul 6, 2022 at 4:11 PM Alexander Kanavin wrote: > > On Wed, 6 Jul 2022 at 21:54, Joshua Watt wrote: > > $ python3 -m pip install jsonschema > > $ jsonschema -i meta/lib/layers.example.json meta/lib/layers.schema.json > > Since jsonschema is not a standard module, we need to think for a

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-06 Thread Alexander Kanavin
On Wed, 6 Jul 2022 at 21:54, Joshua Watt wrote: > $ python3 -m pip install jsonschema > $ jsonschema -i meta/lib/layers.example.json meta/lib/layers.schema.json Since jsonschema is not a standard module, we need to think for a bit about how and when validation should occur with tools available

Re: [OE-core] [PATCH 1/2] icon-naming-utils: Resurrect for sato-icon-theme

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Richard, On 06/07/2022 14:16:41+0100, Richard Purdie wrote: > To add back sato-icon-theme we need this small util. > > Signed-off-by: Richard Purdie > --- > meta/conf/distro/include/maintainers.inc | 1 + > .../icon-naming-utils_0.8.90.bb | 28 +++ > 2

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-06 Thread Alexander Kanavin
On Wed, 6 Jul 2022 at 21:54, Joshua Watt wrote: > I think my interest here is more in the JSON schema, and I think > that's the more important piece for consolidating tools around a > common standard in the long run. I've pushed up an RFC patch with a > proposed schema and example layer JSON file

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-06 Thread Joshua Watt
On Tue, Jul 5, 2022 at 11:04 AM Alexander Kanavin wrote: > > On Tue, 5 Jul 2022 at 16:28, Joshua Watt wrote: > > In that regard, I'd prefer that the JSON file be what defines a layer > > setup and included in layers. The setup python script is nice (and > > convenient), but I think it would be be

[OE-core][RFC] Layer Setup JSON schema and example

2022-07-06 Thread Joshua Watt
Defines a common schema for layer setup that can be consumed by tools to know how to fetch and assemble layers for end users. Also includes an example of the layer setup that constructs poky for reference. The schema can be used to validate a layer setup file with the commands: $ python3 -m pip

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-06 Thread Bruce Ashfield
On Wed, Jul 6, 2022 at 12:39 PM Richard Purdie wrote: > > On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Mon, 2022-07-04 at 14:34 +0100, Richard Purdie via > > > > With docs enabled: > > > > stdio: WARNING: lib32-vala-0.56.1-r0 do_package_qa: QA Issue:

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-06 Thread Alexander Kanavin
On Sat, 2 Jul 2022 at 10:28, Tim Orling wrote: >> Configuration will be handled with TEMPLATECONF and a set of templates >> in a product/platform layer. It's already in core, it's simple to >> understand and it works. We used it in a very large project. It also >> requires a certain bit of discipl

[OE-core] [PATCH 2/2] bitbake-layers: add a command to save the active build configuration as a template into a layer

2022-07-06 Thread Alexander Kanavin
This is the reverse of setting up a build by pointing TEMPLATECONF to a directory with a template and running '. oe-init-build-env': this takes the config files from build/conf, replaces site-specific paths in bblayers.conf with ##OECORE##-relative paths, and copies the config files into a speci

[OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-06 Thread Alexander Kanavin
This allows: 1. Showing users where and how to define these settings correctly when setting up a build from templates in poky (meta-poky/conf/site.conf.sample has commented out examples and was previously unused). 2. Distributing site-specific settings with template configurations in other laye

[OE-core] [dunfell][PATCH] IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creation

2022-07-06 Thread Jate Sujjavanich
From: Jate Sujjavanich [YOCTO #14851] Under some circumstances it is not desirable to create a combined locale archive (/usr/lib/locale/locale-archive). The new variable IMAGE_LOCALES_ARCHIVE defaults to '1', so the default behaviour is not changed. Modified to work with code before move to lib

Re: [OE-core] [kirkstone][PATCH] vim: 8.2.5083 -> 9.0.0005

2022-07-06 Thread Steve Sakoman
This patch is already in the set currently out for review: https://lists.openembedded.org/g/openembedded-core/message/167569 I'll be sending out the pull request later today, so it should appear in kirkstone in the next day or so. Steve On Tue, Jul 5, 2022 at 4:27 PM Yu, Mingli wrote: > > From

Re: [OE-core] is "poky" distro defined to use "sysvinit" as INIT_MANAGER?

2022-07-06 Thread Khem Raj
On Wed, Jul 6, 2022 at 12:38 PM Robert P. J. Day wrote: > > > not sure why i never noticed this before, but i started a new > project from the poky layer (not OE), and realized that poky.conf > explicitly sets: > > INIT_MANAGER = "sysvinit" > > which can't be overridden in my local.conf. if i

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-06 Thread Richard Purdie
On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2022-07-04 at 14:34 +0100, Richard Purdie via > > > With docs enabled: > > > stdio: WARNING: lib32-vala-0.56.1-r0 do_package_qa: QA Issue: File > > > /usr/bin/vapigen-wrapper in package lib32-vala contain

[OE-core] is "poky" distro defined to use "sysvinit" as INIT_MANAGER?

2022-07-06 Thread Robert P. J. Day
not sure why i never noticed this before, but i started a new project from the poky layer (not OE), and realized that poky.conf explicitly sets: INIT_MANAGER = "sysvinit" which can't be overridden in my local.conf. if i want systemd, i guess i can initialize my project from the OE layer, and

[OE-core] [PATCH] vala: Fix on target wrapper buildpaths issue

2022-07-06 Thread Richard Purdie
The on target wrapper contains paths from the host build. Remove them. Signed-off-by: Richard Purdie --- meta/recipes-devtools/vala/vala.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 90e0b77de0c..974

[OE-core] [PATCH] lua: Fix multilib buildpath reproducibility issues

2022-07-06 Thread Richard Purdie
The .pc we install ourselves for lua has hardcoded /lib assumptions in it which means in a multilib environment, full build paths end up in users like rpm's configuration. Fix the .pc file to use a correct includedir and libdir to resolve those reproducibility issues. Signed-off-by: Richard Purdi

Re: [OE-core] [PATCH] icecc.bbclass: enable networking in all tasks

2022-07-06 Thread Joshua Watt
On Wed, Jul 6, 2022 at 10:54 AM Martin Jansa wrote: > > FWIW: I have noticed yesterday that some of our builds were able to fetch > external dependencies in do_configure again and found that it was caused by > this commit. > > I understand why this was needed to make icecc.bbclass working again.

Re: [OE-core] [PATCH] icecc.bbclass: enable networking in all tasks

2022-07-06 Thread Martin Jansa
FWIW: I have noticed yesterday that some of our builds were able to fetch external dependencies in do_configure again and found that it was caused by this commit. I understand why this was needed to make icecc.bbclass working again. Our (LGE) use-case is a bit special, because we inherit icecc by

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

2022-07-06 Thread Steve Sakoman
The following changes since commit c6f5fb5e7545636ef7948ad1562548b7b64dac35: linux-firmware: upgrade 20220509 -> 20220610 (2022-06-20 07:32:00 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.o

Re: [OE-core] [PATCH 4/7] wayland: update 1.20.0 -> 1.21.0

2022-07-06 Thread Alexander Kanavin
Yes, the fix to meta-mingw was already sent, and is already in master-next. Alex On Wed, 6 Jul 2022 at 15:22, Alexandre Belloni wrote: > > Hello Alex, > > I guess you have seen it in your build but this is probably the cause of > the meta-mingw failure: > > https://autobuilder.yoctoproject.org/t

Re: [OE-core] [PATCH] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/07/2022 13:10:28+0200, Ming Liu wrote: > From: Ming Liu > > Sometimes an end user might want to choose another kernel type argument > for uboot-mkimage other than "kernel", for instance: "kernel_noload". > > Let's introduce a variable UBOOT_MKIMAGE_KERNEL_TYPE to support that, > an

Re: [OE-core] linux-yocto 5.15.48 reproducibility failure

2022-07-06 Thread Bruce Ashfield
On Wed, Jul 6, 2022 at 9:31 AM Richard Purdie wrote: > > On Wed, 2022-07-06 at 15:29 +0200, Alexandre Belloni wrote: > > Hello Bruce, > > > > I got the following reproducible build failures: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio > > > >

Re: [OE-core] linux-yocto 5.15.48 reproducibility failure

2022-07-06 Thread Bruce Ashfield
On Wed, Jul 6, 2022 at 9:29 AM Alexandre Belloni wrote: > > Hello Bruce, > > I got the following reproducible build failures: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio > > To me, it looks like the in-kernel config changed, did the compression >

Re: [OE-core] linux-yocto 5.15.48 reproducibility failure

2022-07-06 Thread Richard Purdie
On Wed, 2022-07-06 at 15:29 +0200, Alexandre Belloni wrote: > Hello Bruce, > > I got the following reproducible build failures: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio > > To me, it looks like the in-kernel config changed, did the compressi

[OE-core] linux-yocto 5.15.48 reproducibility failure

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I got the following reproducible build failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio To me, it looks like the in-kernel config changed, did the compression alg change? Are you able to look at that soon or should I file a bug?

Re: [OE-core] [PATCH 4/7] wayland: update 1.20.0 -> 1.21.0

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Alex, I guess you have seen it in your build but this is probably the cause of the meta-mingw failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/5467/steps/12/logs/stdio On 05/07/2022 19:03:36+0200, Alexander Kanavin wrote: > Drop the patch, as it is no longer neces

[OE-core] [PATCH 1/2] icon-naming-utils: Resurrect for sato-icon-theme

2022-07-06 Thread Richard Purdie
To add back sato-icon-theme we need this small util. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + .../icon-naming-utils_0.8.90.bb | 28 +++ 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-sato/sato-icon-

[OE-core] [PATCH 2/2] sato-icon-theme: Add back with support for scalable icons

2022-07-06 Thread Richard Purdie
Resurrect sato-icon-theme and move to a version with scalable icons support to replace adwaita-icon-theme which no longer supports the icons we need for the sato desktop. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + .../gstreamer/gst-examples/gst-player

Re: [OE-core] [PATCH 1/7] sato: work around missing icons in adwaita 42.0

2022-07-06 Thread Richard Purdie
On Tue, 2022-07-05 at 19:03 +0200, Alexander Kanavin wrote: > 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 the

[OE-core] [PATCH] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-06 Thread Ming Liu
From: Ming Liu Sometimes an end user might want to choose another kernel type argument for uboot-mkimage other than "kernel", for instance: "kernel_noload". Let's introduce a variable UBOOT_MKIMAGE_KERNEL_TYPE to support that, and it could be used by BSP layers as well. Signed-off-by: Ming Liu

Re: [OE-core] [PATCH 20/27] python3-mako: upgrade 1.2.0 -> 1.2.1

2022-07-06 Thread Alexander Kanavin
Right yes. License-Update: copyright years Alex On Wed, 6 Jul 2022 at 12:39, Khem Raj wrote: > > > > On Wed, Jul 6, 2022 at 4:07 AM Alexander Kanavin > wrote: >> >> Signed-off-by: Alexander Kanavin >> --- >> .../python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} | 4 ++-- >> 1 file

Re: [OE-core] [PATCH 20/27] python3-mako: upgrade 1.2.0 -> 1.2.1

2022-07-06 Thread Khem Raj
On Wed, Jul 6, 2022 at 4:07 AM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python3-mako_1.2.0.bb => > python3

[OE-core] [PATCH v4] curl : Add ptest

2022-07-06 Thread Yogesh Tyagi
- curl-ptest is taking around 200 seconds to execute so added curl-ptest to PTESTS_SLOW - This patch is rework on an existing patch provided by Maxin B. John (maxin.j...@intel.com) https://www.openembedded.org/pipermail/openembedded-core/2017-July/139176.html - Below is the run log of curl-pt

Re: [OE-core] Question about nativesdk-qemuwrapper-cross

2022-07-06 Thread Richard Purdie
On Wed, 2022-07-06 at 03:31 +, leimao...@fujitsu.com wrote: > Hi, Richard > > I added nativesdk- qemuwrapper-cross into my meta-toolchain, and found the > content of nativesdk-qemuwrapper script is like the following: > -- > # c

[OE-core] [PATCH 27/27] ncurses: mark upstream version as unknown

2022-07-06 Thread Alexander Kanavin
This is to avoid check-version reporting a broken current version (6.3+ sorts higher than 6.3 and isn't tagged in upstream git). Signed-off-by: Alexander Kanavin --- meta/recipes-core/ncurses/ncurses_6.3+20220423.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/ncurse

[OE-core] [PATCH 25/27] xcb-proto: upgrade 1.15 -> 1.15.2

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...001-xcb-proto.pc.in-reinstate-libdir.patch | 29 +++ ...{xcb-proto_1.15.bb => xcb-proto_1.15.2.bb} | 6 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc

[OE-core] [PATCH 26/27] procps: restrict version check to 3.x

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/procps/procps_3.3.17.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/procps/procps_3.3.17.bb b/meta/recipes-extended/procps/procps_3.3.17.bb index 0f5575c9ab..59ad89d326 100644 --- a/meta

[OE-core] [PATCH 23/27] python3-setuptools: upgrade 62.5.0 -> 62.6.0

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

[OE-core] [PATCH 24/27] python3-sphinx: upgrade 5.0.0 -> 5.0.2

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-sphinx_5.0.0.bb => python3-sphinx_5.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_5.0.0.bb => python3-sphinx_5.0.2.bb} (91%) diff --git a/meta/recipes-devtools/python/py

[OE-core] [PATCH 20/27] python3-mako: upgrade 1.2.0 -> 1.2.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.2.0.bb => python3-mako_1.2.1.bb} (73%) diff --git a/meta/recipes-devtools/python/pyth

[OE-core] [PATCH 22/27] python3-requests: upgrade 2.28.0 -> 2.28.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-requests_2.28.0.bb => python3-requests_2.28.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-requests_2.28.0.bb => python3-requests_2.28.1.bb} (86%) diff --git a/meta/recipes-devtools/pyt

[OE-core] [PATCH 21/27] python3-pycryptodomex: upgrade 3.14.1 -> 3.15.0

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-pycryptodomex_3.14.1.bb => python3-pycryptodomex_3.15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pycryptodomex_3.14.1.bb => python3-pycryptodomex_3.15.0.bb} (69%) diff --git a/meta/recipes-de

[OE-core] [PATCH 19/27] python3-jsonschema: upgrade 4.6.0 -> 4.6.1

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

[OE-core] [PATCH 17/27] python3-hatchling: upgrade 1.3.0 -> 1.3.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-hatchling_1.3.0.bb => python3-hatchling_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatchling_1.3.0.bb => python3-hatchling_1.3.1.bb} (88%) diff --git a/meta/recipes-devtools/pyt

[OE-core] [PATCH 18/27] python3-hypothesis: upgrade 6.46.11 -> 6.48.2

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

[OE-core] [PATCH 15/27] python3-cryptography: upgrade 37.0.2 -> 37.0.3

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

[OE-core] [PATCH 16/27] python3-cryptography-vectors: upgrade 37.0.2 -> 37.0.3

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

[OE-core] [PATCH 14/27] python3-cffi: upgrade 1.15.0 -> 1.15.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-cffi_1.15.0.bb => python3-cffi_1.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cffi_1.15.0.bb => python3-cffi_1.15.1.bb} (83%) diff --git a/meta/recipes-devtools/python/pyth

[OE-core] [PATCH 13/27] pulseaudio: upgrade 16.0 -> 16.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../pulseaudio/{pulseaudio_16.0.bb => pulseaudio_16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/pulseaudio/{pulseaudio_16.0.bb => pulseaudio_16.1.bb} (84%) diff --git a/meta/recipes-multimedia/pulseaudio/

[OE-core] [PATCH 12/27] piglit: upgrade to latest revision

2022-07-06 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 7b8dc5f0b4..38ededfcf8 100644 --- a/meta/recipes-graph

[OE-core] [PATCH 11/27] nghttp2: upgrade 1.47.0 -> 1.48.0

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../nghttp2/{nghttp2_1.47.0.bb => nghttp2_1.48.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.47.0.bb => nghttp2_1.48.0.bb} (93%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0

[OE-core] [PATCH 10/27] mpg123: upgrade 1.29.3 -> 1.30.0

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

[OE-core] [PATCH 09/27] mesa: upgrade 22.1.2 -> 22.1.3

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

[OE-core] [PATCH 07/27] kmod: upgrade 29 -> 30

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...dd-support-for-excluding-a-directory.patch | 172 -- .../kmod/{kmod_29.bb => kmod_30.bb} | 3 +- 2 files changed, 1 insertion(+), 174 deletions(-) delete mode 100644 meta/recipes-kernel/kmod/kmod/0001-depmod-Add-support-for-exc

[OE-core] [PATCH 08/27] libsoup: upgrade 3.0.6 -> 3.0.7

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} (94%) diff --git a/meta/recipes-support/libsoup/libsoup_3.0.6.bb

[OE-core] [PATCH 06/27] harfbuzz: upgrade 4.3.0 -> 4.4.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_4.4.0.bb => harfbuzz_4.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_4.4.0.bb => harfbuzz_4.4.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4

[OE-core] [PATCH 05/27] gstreamer1.0: upgrade 1.20.2 -> 1.20.3

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

[OE-core] [PATCH 03/27] glib-2.0: upgrade 2.72.2 -> 2.72.3

2022-07-06 Thread 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.72.2.bb => glib-2.0_2.72.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_

[OE-core] [PATCH 04/27] glib-networking: upgrade 2.72.0 -> 2.72.1

2022-07-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb} (93%) diff --git a/meta/recipes-core/glib

[OE-core] [PATCH 01/27] openssl: update 3.0.4 -> 3.0.5

2022-07-06 Thread Alexander Kanavin
CVEs fixed: https://www.openssl.org/news/secadv/20220705.txt Signed-off-by: Alexander Kanavin --- .../openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb

[OE-core] [PATCH 02/27] diffoscope: upgrade 216 -> 217

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