Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-07 Thread Richard Purdie
On Thu, 2022-04-07 at 17:50 -0700, Tim Orling wrote: > > > On Thu, Apr 7, 2022 at 5:37 PM Martin Jansa wrote: > > On Thu, Apr 7, 2022 at 11:10 PM Richard Purdie < > > > > For this specific case the cure is almost more horrible than the issue this > > commit was trying to prevent, but I agree th

[OE-core][PATCH] spirv-tools: fix to use sdk-1.3.204 branch

2022-04-07 Thread Chen Qi
Just as pointed out in a previous commit: """ We'll continue tagging the repos contributing with SDK releases, as that is when all the testing of the various projects is performed together. """ Now the repo has updated and the 'stable' branch is forcely overriden. We need to use the 'sdk-1.3.204'

Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-07 Thread Tim Orling
On Thu, Apr 7, 2022 at 5:37 PM Martin Jansa wrote: > On Thu, Apr 7, 2022 at 11:10 PM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> On Thu, 2022-04-07 at 16:48 +0200, Martin Jansa wrote: >> > I've tried with rpm and surprisingly it works and dnf was able to >> > install python

Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-07 Thread Martin Jansa
On Thu, Apr 7, 2022 at 11:10 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2022-04-07 at 16:48 +0200, Martin Jansa wrote: > > I've tried with rpm and surprisingly it works and dnf was able to > > install python3-cryptography-ptest in the image (even after bumping PR > to

Re: [OE-core] python3-sphinx: upgrade 4.4.0 -> 4.5.0

2022-04-07 Thread Richard Purdie
On Thu, 2022-04-07 at 14:19 +0800, xuhuan.f...@fujitsu.com wrote: > From: Xu Huan > > License-Update: > - The following description added to "License for Sphinx": > # +Unless otherwise indicated, all code in the Sphinx project is licenced > under the > # +two clause BSD licence below. Are t

Re: [OE-core] [PATCH 17/17] python3-typing-extensions: upgrade 3.10.0.0 -> 4.1.1

2022-04-07 Thread Richard Purdie
On Thu, 2022-04-07 at 21:45 +0200, Alexander Kanavin wrote: > On Thu, 7 Apr 2022 at 21:43, Khem Raj wrote: > > > -inherit pypi setuptools3 > > > +inherit pypi python_flit_core > > > > has this module made a move to use flit instead of setuptools ? if so, > > perhaps adding that info in commit mig

Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-07 Thread Richard Purdie
On Thu, 2022-04-07 at 16:48 +0200, Martin Jansa wrote: > I've tried with rpm and surprisingly it works and dnf was able to > install python3-cryptography-ptest in the image (even after bumping PR to r1 - > n python3-cryptography-vectors recipe). > > But still not clear why it works and if it's exp

Re: [OE-core] [PATCH] gcc: upgrade 11.2 -> current 12 snapshot

2022-04-07 Thread Khem Raj
I carry patches all OE patches in my gcc tree as well here https://github.com/kraj/gcc/tree/oe/master which would be good to seed the changes. On Thu, Apr 7, 2022 at 9:29 AM Bernhard Rosenkränzer via lists.openembedded.org wrote: > > On Thu, Apr 7, 2022 at 02:32 PM, Richard Purdie wrote: > > On

Re: [OE-core] [PATCH 04/17] squashfs-tools: update 4.5 -> 4.5.1

2022-04-07 Thread Khem Raj
On Thu, Apr 7, 2022 at 4:00 PM Alexander Kanavin wrote: > > This is not possible as we need to patch something in a different > directory under the overall tree. It also breaks various devtool > operations with patches and source tree commits. I don't mind doing > the cd bit. > so this helps devt

[OE-core] [PATCH 2/2] runqemu: add an option to enable guest-agent virtio device

2022-04-07 Thread Brenda Streiff
Add support to the runqemu script for a new option, 'guestagent', that enables the virtio serial port for host-to-guest communication. Signed-off-by: Brenda Streiff --- scripts/runqemu | 14 ++ 1 file changed, 14 insertions(+) diff --git a/scripts/runqemu b/scripts/runqemu index 2f7

[OE-core] [PATCH 1/2] qemu: split out qemu-guest-agent, add startup scripts

2022-04-07 Thread Brenda Streiff
Split out the QEMU guest agent into a separate package. The agent is intended to be installed within a QEMU VM guest where a user is likely to not want to have the rest of the QEMU installation within it. Additionally, an initscript, udev rules file, and systemd unit file are added to the package

Re: [OE-core] [PATCH 04/17] squashfs-tools: update 4.5 -> 4.5.1

2022-04-07 Thread Alexander Kanavin
This is not possible as we need to patch something in a different directory under the overall tree. It also breaks various devtool operations with patches and source tree commits. I don't mind doing the cd bit. Alex On Thu, 7 Apr 2022 at 21:56, Khem Raj wrote: > > On Thu, Apr 7, 2022 at 1:00 PM

Re: [OE-core] [PATCH 17/17] python3-typing-extensions: upgrade 3.10.0.0 -> 4.1.1

2022-04-07 Thread Khem Raj
On Thu, Apr 7, 2022 at 3:45 PM Alexander Kanavin wrote: > > On Thu, 7 Apr 2022 at 21:43, Khem Raj wrote: > > > -inherit pypi setuptools3 > > > +inherit pypi python_flit_core > > > > has this module made a move to use flit instead of setuptools ? if so, > > perhaps adding that info in commit might

Re: [OE-core] [PATCH 04/17] squashfs-tools: update 4.5 -> 4.5.1

2022-04-07 Thread Khem Raj
On Thu, Apr 7, 2022 at 1:00 PM Alexander Kanavin wrote: > > Drop backports. > > Correctly set source and installation directories. > > Signed-off-by: Alexander Kanavin > --- > sh-do-not-write-original-timestamps.patch | 30 ++ > ...e-of-INSTALL_DIR-for-symlink-targets.patch | 34 -- > .../

Re: [OE-core] [PATCH 15/17] libgcrypt: upgrade 1.9.4 -> 1.10.1

2022-04-07 Thread Alexander Kanavin
On Thu, 7 Apr 2022 at 21:46, Khem Raj wrote: > > Using -pthread is preferred,to let compiler driver decide the order > and other dependencies( if any) to be added > dependending upon platform etc. I added a chunk to the patch which was already using -lpthread - this needs to be fixed separately.

Re: [OE-core] [PATCH 15/17] libgcrypt: upgrade 1.9.4 -> 1.10.1

2022-04-07 Thread Khem Raj
On Thu, Apr 7, 2022 at 1:01 PM Alexander Kanavin wrote: > > License-Update: formatting > > Add another chunk to pthread fixing patch. > > Signed-off-by: Alexander Kanavin > --- > ...0001-Makefile.am-add-a-missing-space.patch | 41 --- > ...m-fix-undefined-reference-to-pthread.pat

Re: [OE-core] [PATCH 17/17] python3-typing-extensions: upgrade 3.10.0.0 -> 4.1.1

2022-04-07 Thread Alexander Kanavin
On Thu, 7 Apr 2022 at 21:43, Khem Raj wrote: > > -inherit pypi setuptools3 > > +inherit pypi python_flit_core > > has this module made a move to use flit instead of setuptools ? if so, > perhaps adding that info in commit might be good. It has, yes. I thought such a change is self-documenting. A

Re: [OE-core] [PATCH 17/17] python3-typing-extensions: upgrade 3.10.0.0 -> 4.1.1

2022-04-07 Thread Khem Raj
On Thu, Apr 7, 2022 at 1:01 PM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...ensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python3-typing-extensions_3.10.0.

Re: [OE-core] [dunfell][PATCH] vim: Upgrade 8.2.4524 -> 8.2.4681

2022-04-07 Thread Steve Sakoman
On Thu, Apr 7, 2022 at 6:52 AM Ralph Siemsen wrote: > > Sorry, please ignore this patch... it is already queued in > stable/dunfell-nut branch. No problem, I noticed :-) Steve > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164134): https:/

[OE-core] [PATCH 17/17] python3-typing-extensions: upgrade 3.10.0.0 -> 4.1.1

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-typing-extensions_3.10.0.0.bb => python3-typing-extensions_4.1.1.bb} (73%) diff --git a/meta

[OE-core] [PATCH 16/17] librsvg: upgrade 2.52.7 -> 2.54.0

2022-04-07 Thread Alexander Kanavin
Upstream has replaced gtk-doc with gi-docgen however it is not possible to configure. So it's disabled until the merge request to do so lands: https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/687 Signed-off-by: Alexander Kanavin --- .../librsvg/librsvg/0001-Disable-docs.patch | 24 +

[OE-core] [PATCH 14/17] gdk-pixbuf: upgrade 2.42.6 -> 2.42.8

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gdk-pixbuf_2.42.6.bb => gdk-pixbuf_2.42.8.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.42.6.bb => gdk-pixbuf_2.42.8.bb} (94%) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-

[OE-core] [PATCH 15/17] libgcrypt: upgrade 1.9.4 -> 1.10.1

2022-04-07 Thread Alexander Kanavin
License-Update: formatting Add another chunk to pthread fixing patch. Signed-off-by: Alexander Kanavin --- ...0001-Makefile.am-add-a-missing-space.patch | 41 --- ...m-fix-undefined-reference-to-pthread.patch | 19 ++--- ...libgcrypt_1.9.4.bb => libgcrypt_1.10.1.bb} | 5 +--

[OE-core] [PATCH 12/17] cmake: update 3.22.3 -> 3.23.0

2022-04-07 Thread Alexander Kanavin
License-Update: copyright years, contributors. Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.22.3.bb => cmake-native_3.23.0.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- .../cmake/{cmake_3.22.3.bb => cmake_3.23.0.bb}| 0 3 file

[OE-core] [PATCH 13/17] epiphany: upgrade 41.3 -> 42.0

2022-04-07 Thread Alexander Kanavin
The new version uses printenv from coreutils during builds. Signed-off-by: Alexander Kanavin --- .../{epiphany_41.3.bb => epiphany_42.0.bb}| 4 +-- ...5f7bab38301d8a4a444173acdae8d9692146.patch | 35 --- 2 files changed, 2 insertions(+), 37 deletions(-) rename meta/recipes-

[OE-core] [PATCH 11/17] webkitgtk: update 2.34.6 -> 2.36.0

2022-04-07 Thread Alexander Kanavin
Drop patches: 0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch 0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch (both merged upstream) reduce-memory-overheads.patch (rejected by upstream, there's no use case - see the discussion) Rebase to version submitted upstream: 0001-Find

[OE-core] [PATCH 10/17] at-spi2-core: update 2.42.0 -> 2.44.0

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Ensure-x11_dep-is-defined.patch | 33 --- ...-core_2.42.0.bb => at-spi2-core_2.44.0.bb} | 6 +-- ...6a4c4491eea57d7b713bb4440f541584204b.patch | 40 +++ 3 files changed, 43 insertions(+), 36 deletions(-) delete mode

[OE-core] [PATCH 09/17] libsndfile1: update 1.0.31 -> 1.1.0

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsndfile/libsndfile1/noopus.patch | 39 --- ...ndfile1_1.0.31.bb => libsndfile1_1.1.0.bb} | 5 +-- 2 files changed, 28 insertions(+), 16 deletions(-) rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.31.bb => libsndfile1

[OE-core] [PATCH 07/17] vulkan-samples: update to latest revision

2022-04-07 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 53c7254ce7..fbadc506d6 100644

[OE-core] [PATCH 08/17] libxvmc: update 1.0.12 -> 1.0.13

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libxvmc_1.0.12.bb => libxvmc_1.0.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.12.bb => libxvmc_1.0.13.bb} (75%) diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_

[OE-core] [PATCH 06/17] piglit: update to latest revision

2022-04-07 Thread Alexander Kanavin
Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- ...ssing-include-for-htobe32-definition.patch | 27 --- ...Lists.txt-add-missing-endian.h-check.patch | 25 + meta/recipes-graphics/piglit/piglit_git.bb| 4 +-- 3 files changed, 27 insertions(+), 29

[OE-core] [PATCH 04/17] squashfs-tools: update 4.5 -> 4.5.1

2022-04-07 Thread Alexander Kanavin
Drop backports. Correctly set source and installation directories. Signed-off-by: Alexander Kanavin --- sh-do-not-write-original-timestamps.patch | 30 ++ ...e-of-INSTALL_DIR-for-symlink-targets.patch | 34 -- .../CVE-2021-41072-requisite-1.patch | 135 --- .../CVE-2021-41072

[OE-core] [PATCH 03/17] llvm: use default install paths

2022-04-07 Thread Alexander Kanavin
There was a very brittle sed hack against cpp source code that allowed installing multiple llvm versions into the same target/sysroot. Patching with sed is prone to silent regressions as it can change both too little and too much, and it indeed it broke with llvm 14. It's also difficult to tell wha

[OE-core] [PATCH 05/17] go-helloworld: update to latest revision

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index b3a8631794..1e2434

[OE-core] [PATCH 01/17] connman-conf: ignore eth0 in qemu in a way that is not sysvinit-specific

2022-04-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/connman/connman-conf.bb| 7 +-- meta/recipes-connectivity/connman/connman-conf/main.conf | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-connectivity/connman/connman-conf/main.conf

[OE-core] [PATCH 02/17] llvm: update 13.0.1 -> 14.0.0

2022-04-07 Thread Alexander Kanavin
llvm-config no longer links with libLLVM, so there is no need to install it in -native (and it isn't built in the first place). This also significantly speeds up llvm-native build. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-devtools/llvm

[OE-core] [PATCH] package_ipk/deb: Fix specific version handling

2022-04-07 Thread Richard Purdie
We recently added a "xxx (= 1.2.3)" style dependency to a recipe and have been having trouble with the opkg and debian backends with it. The issues is that for debian, "=" really does mean equals and includes the PR field. One bitbake recipe does not know the PR of another, nor shoud it. In other

Re: [OE-core] [dunfell][PATCH] vim: Upgrade 8.2.4524 -> 8.2.4681

2022-04-07 Thread Ralph Siemsen
Sorry, please ignore this patch... it is already queued in stable/dunfell-nut branch. Regards, Ralph -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164115): https://lists.openembedded.org/g/openembedded-core/message/164115 Mute This Topic: https:/

[oe-core][hardknott][PATCH 1/1] unzip: fix CVE-2021-4217

2022-04-07 Thread Joe Slater
The patch is identical to the one in commit 36db85b9b1... but we cannot cherry-pick because of different context in the .bb file. Signed-off-by: Joe Slater --- .../unzip/unzip/CVE-2021-4217.patch | 67 +++ meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 2 files ch

Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-07 Thread Martin Jansa
I've tried with rpm and surprisingly it works and dnf was able to install python3-cryptography-ptest in the image (even after bumping PR to r1 -n python3-cryptography-vectors recipe). But still not clear why it works and if it's expected behavior. In fresh fedora:37 docker image with rpmdevtools

[OE-core] [dunfell][PATCH] vim: Upgrade 8.2.4524 -> 8.2.4681

2022-04-07 Thread Ralph Siemsen
From: Richard Purdie License change is a date in the license file only. This includes fixes for CVE-2022-0943, CVE-2022-1154, CVE-2022-1160. (cherry picked from commit ca405e4529db47f471d8e49fd015c5d532e7c9ba) Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Rich

[OE-core] [PATCHv2] license_image.bbclass: close package.manifest file

2022-04-07 Thread Martin Jansa
* fixes: NOTE: Executing write_package_manifest ... DEBUG: Executing python function write_package_manifest /OE/build/oe-core/openembedded-core/meta/classes/license_image.bbclass:23: ResourceWarning: unclosed file <_io.TextIOWrapper name='/OE/build/oe-core/tmp-glibc/deploy/licenses/core-ima

[OE-core] [PATCH] systemd-boot: remove outdated EFI_LD comment

2022-04-07 Thread Martin Jansa
* efi-ld meson option was changed in systemd 250: https://github.com/systemd/systemd/commit/fe330f02dfebbaa462e0f4590de1049e47da54b9 the value was changed with the systemd upgrade in: https://git.openembedded.org/openembedded-core/commit/?id=e22188e47d2fce2406d9db9c95289b3878eda69f but t

[OE-core] [PATCH] license_image.bbclass: close package.manifest file

2022-04-07 Thread Martin Jansa
* fixes: NOTE: Executing write_package_manifest ... DEBUG: Executing python function write_package_manifest /OE/build/oe-core/openembedded-core/meta/classes/license_image.bbclass:23: ResourceWarning: unclosed file <_io.TextIOWrapper name='/OE/build/oe-core/tmp-glibc/deploy/licenses/core-ima

Re: [OE-core] [PATCH] gcc: upgrade 11.2 -> current 12 snapshot

2022-04-07 Thread Bernhard Rosenkränzer via lists . openembedded . org
On Thu, Apr 7, 2022 at 02:32 PM, Richard Purdie wrote: > > On Thu, 2022-04-07 at 14:26 +0200, Bernhard Rosenkränzer via > lists.openembedded.org wrote: > >> rename from meta/recipes-devtools/gcc/gcc-cross-canadian_11.2.bb >> rename to meta/recipes-devtools/gcc/gcc-cross-canadian_12.0.bb >> diff

Re: [OE-core] [PATCH] gcc: upgrade 11.2 -> current 12 snapshot

2022-04-07 Thread Richard Purdie
On Thu, 2022-04-07 at 14:26 +0200, Bernhard Rosenkränzer via lists.openembedded.org wrote: > rename from meta/recipes-devtools/gcc/gcc-cross-canadian_11.2.bb > rename to meta/recipes-devtools/gcc/gcc-cross-canadian_12.0.bb > diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc > b/meta/recipes-dev

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-07 Thread Ferry Toth
Op 06-04-2022 om 23:05 schreef Richard Purdie: On Wed, 2022-04-06 at 21:44 +0200, Ferry Toth wrote: Hi Op 06-04-2022 om 17:23 schreef Richard Purdie: On Wed, 2022-04-06 at 16:43 +0200, Ferry Toth wrote: Op 06-04-2022 om 13:40 schreef Richard Purdie: On Tue, 2022-04-05 at 17:23 +0200, Ferry