Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-10-22 Thread Maíra Canal via lists . openembedded . org
Armin, thanks for your reply. The 0.15 version of the fasteners package depends on a library called monotonic (https://pypi.org/project/monotonic/), which only supports Python 2 and <3.3. Therefore, the 0.15 version of the fasteners package results in a ModuleNotFoundError: No module named

Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-10-22 Thread Armin Kuster
Maira, On 10/22/21 5:30 AM, Maíra Canal via lists.openembedded.org wrote: > Updates the python3-fasteners package considering that the 0.15 version > doesn't support Python 3.8, only Python 3.5 or less. The 0.16.3 version > support Python 3.8. > > The non-support of Python 3.8 results in the

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.26 -> 6.1.28

2021-10-22 Thread Gianfranco
Hello Bruce you are right, the problem is not in the kernel module but into the vboxsf binary. I tweak our custom Makefile to accept one additional flag, and submitted a newer and better version --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils +++

[oe] [meta-oe][PATCH 1/2] vboxguestdrivers: upgrade 6.1.26 -> 6.1.28

2021-10-22 Thread Gianfranco
drop two upstream cherry-pick patches: r89690-5.14-fixes.patch r90497-regops-5.14-fix.patch Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../vboxguestdrivers/r89690-5.14-fixes.patch | 442 -- .../r90497-regops-5.14-fix.patch | 118

[oe] [meta-oe][PATCH 2/2] vboxguestdrivers: Fix build failure due to the last update.

2021-10-22 Thread Gianfranco
the utsrelease.h is not included in the STAGING_KERNEL_DIR, but in STAGING_KERNEL_BUILDDIR So, adding a hacky symlink into the source directory fixes the issue for now. This can be re-evaluated if poky maintainers start shipping such file into another directory or patch module*.bbclass to take

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.26 -> 6.1.28

2021-10-22 Thread Bruce Ashfield
onto the On Fri, Oct 22, 2021 at 5:50 AM Gianfranco Costamagna wrote: > > Hello, > FYI I traced down the upstream change that introduced this regression: > https://www.virtualbox.org/changeset?reponame=vbox=91232%40trunk%2Finclude%2Fiprt%2Fstdarg.h=82968%40trunk%2Finclude%2Fiprt%2Fstdarg.h > >

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.26 -> 6.1.28

2021-10-22 Thread Bruce Ashfield
On Wed, Oct 20, 2021 at 6:28 PM Khem Raj wrote: > > On Wed, Oct 20, 2021 at 2:26 PM Gianfranco Costamagna > wrote: > > > > Hello, > > any idea is welcome, I can't yet figure out why this file is not in > > recipes-sysroot or whatever. > > Do you have any help? Of course copy-pasting the

[oe] [meta-webserver][master][honister][hardknott][dunfell][PATCH] Apache: Several CVE fixes

2021-10-22 Thread Armin Kuster
From: Armin Kuster Source: Apache.org MR: 113457, 113453 Type: Security Fix Disposition: Backport from apache.org 2.4.51 ChangeID: 9d7b58f49487baff99bf8f101e53217425a2b81f Description: Bug fix only update. LTS version https://httpd.apache.org/security/vulnerabilities_24.html Fixes CVEs:

[oe] [meta-java][PATCH] openjdk-build-helper: fix arm64 build

2021-10-22 Thread Jerome Brunet
When trying to build for an arm64 machine, such as qemuarm64, parsing of the recipes fails with the following messages: WARNING: /meta-java/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb: Exception during build_dependencies for LLVM_CONFIGURE_ARCH WARNING:

[oe] [meta-python][dunfell][PATCH] python3-fasteners: update 0.15 -> 0.16.3

2021-10-22 Thread Maíra Canal via lists . openembedded . org
Updates the python3-fasteners package considering that the 0.15 version doesn't support Python 3.8, only Python 3.5 or less. The 0.16.3 version support Python 3.8. The non-support of Python 3.8 results in the malfunction of many layers in the dunfell branch. Signed-off-by: Maíra Canal ---

[oe] [meta-oe][PATCH 2/2] vboxguestdrivers: Fix build failure due to the last update.

2021-10-22 Thread Gianfranco
the utsrelease.h is not included in the STAGING_KERNEL_DIR, but in STAGING_KERNEL_BUILDDIR So, adding a hacky symlink into the source directory fixes the issue for now. This can be re-evaluated if poky maintainers start shipping such file into another directory or patch module*.bbclass to take

[oe] [meta-oe][PATCH 1/2] vboxguestdrivers: upgrade 6.1.26 -> 6.1.28

2021-10-22 Thread Gianfranco
drop two upstream cherry-pick patches: r89690-5.14-fixes.patch r90497-regops-5.14-fix.patch Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../vboxguestdrivers/r89690-5.14-fixes.patch | 442 -- .../r90497-regops-5.14-fix.patch | 118

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.26 -> 6.1.28

2021-10-22 Thread Gianfranco
Hello, FYI I traced down the upstream change that introduced this regression: https://www.virtualbox.org/changeset?reponame=vbox=91232%40trunk%2Finclude%2Fiprt%2Fstdarg.h=82968%40trunk%2Finclude%2Fiprt%2Fstdarg.h --- a/vboxsf/include/iprt/stdarg.h +++ b/vboxsf/include/iprt/stdarg.h @@ -43,13