Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Tim Orling
This is a hard no from me. On Mon, Apr 15, 2024 at 6:59 AM Marek Vasut via lists.openembedded.org wrote: > On 4/15/24 3:49 PM, Jose Quaresma wrote: > > Hi Marek, > > Hi, > > > Last commit on this layer was done 2 years ago and it was at the time to > > add Kirkstone compatibility, nothing more

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Marek Vasut
On 4/15/24 3:49 PM, Jose Quaresma wrote: Hi Marek, Hi, Last commit on this layer was done 2 years ago and it was at the time to add Kirkstone compatibility, nothing more since then. Python 2 is dead since 1/1/2020. That means that we (python dev) will not improve it anymore after that day,

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Jose Quaresma
Hi Marek, Last commit on this layer was done 2 years ago and it was at the time to add Kirkstone compatibility, nothing more since then. Python 2 is dead since 1/1/2020. That means that we (python dev) will not improve it anymore after that day, even if someone finds a security problem in it. You

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Alexander Kanavin
Yes to Tim's hard no. Qt5 itself is EOL for almost a year now (don't tell me about their commercial offers, ok?). I would put something similar to meta-gpl2 into that layer instead actually: https://git.yoctoproject.org/meta-gplv2/commit/?id=43bf0e8d5985945d19d01f94bfbbda420c4435f3 Alex On

[oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Marek Vasut
Support both kirkstone and scarthgap as that seems to work well. Signed-off-by: Marek Vasut --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 38ef579..0f228ca 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@

Re: [oe] [meta-python2][PATCH] layer.conf: update LAYERSERIES_COMPAT for scarthgap

2024-04-15 Thread Martin Jansa
If you need it just for some experiments than feel free to use: https://github.com/shr-project/meta-python2/commits/jansa/master/ which I've already updated (for built time benchmark which historically included qtwebengine as well https://github.com/shr-project/test-oe-build-time). But for

[oe] [meta-python][PATCH 1/3] python3-pychromecast: upgrade 14.0.0 -> 14.0.1

2024-04-15 Thread Tom Geelen
--- .../0001-Allow-newer-version-of-wheel-and-setuptools.patch| 4 ++-- ...-pychromecast_14.0.0.bb => python3-pychromecast_14.0.1.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-pychromecast_14.0.0.bb =>

[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2024-04-15 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[oe] [meta-python][PATCH 3/3] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29

2024-04-15 Thread Tom Geelen
--- ...ython3-sqlalchemy_2.0.27.bb => python3-sqlalchemy_2.0.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.27.bb => python3-sqlalchemy_2.0.29.bb} (87%) diff --git

[oe] [meta-python][PATCH 2/3] python3-zeroconf: upgrade 0.131.0 -> 0.132.0

2024-04-15 Thread Tom Geelen
Python3-zeroconf specifies a pyproject.toml and uses poetry as a build tool. Adjusted recipe accordingly --- ...3-zeroconf_0.131.0.bb => python3-zeroconf_0.132.0.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename

[oe][meta-oe][kirkstone][PATCH] bats: fix bats-format-pretty report error when multilib enabled

2024-04-15 Thread Xiangyu Chen
From: Xiangyu Chen bat-format-pretty hardcoded the lib folder that cause it reports missing formatter.bash error when multilib is enabled. Signed-off-by: Xiangyu Chen --- meta-oe/recipes-test/bats/bats_1.6.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] [meta-oe][PATCH] c-ares: Improve the ptest output

2024-04-15 Thread Peter Marko via lists.openembedded.org
-Original Message- From: openembedded-devel@lists.openembedded.org On Behalf Of Yu, Mingli via lists.openembedded.org Sent: Monday, April 15, 2024 11:08 To: openembedded-devel@lists.openembedded.org Subject: [oe] [meta-oe][PATCH] c-ares: Improve the ptest output > From: Mingli Yu > >

[oe] [meta-oe][PATCH] c-ares: Improve the ptest output

2024-04-15 Thread Yu, Mingli
From: Mingli Yu Before the patch: # ./run-ptest [snip] [ DISABLED ] LibraryTest.DISABLED_ParseAReplyVariantCnameLast [ RUN ] LibraryTest.ParseAReplyErrors [ OK ] LibraryTest.ParseAReplyErrors (4 ms) [ RUN ] LibraryTest.ParseAReplyAllocFail [ OK ]

Re: [oe] [meta-oe][PATCH] edid-decode: allow to build native variant

2024-04-15 Thread Ross Burton
On 14 Apr 2024, at 13:58, Markus Volk via lists.openembedded.org wrote: > > This is a requirement for libdisplay-info and fixes: > Program edid-decode found: NO Surely that’s a bug in the meson.build? It doesn’t want to find a native binary. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

[oe] [meta-oe][PATCH 1/2] docopt.cpp: turn boost to a PACKAGECONFIG option

2024-04-15 Thread Eero Aaltonen via lists.openembedded.org
From: Eero Aaltonen docopt.cpp only uses boost regex with the option USE_BOOST_REGEX=ON. When used, boost regex is statically linked. Signed-off-by: Eero Aaltonen --- meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 2/2] docopt.cpp: add support for native and nativesdk

2024-04-15 Thread Eero Aaltonen via lists.openembedded.org
From: Eero Aaltonen There are use cases for build time cli tools, so include support for native as well. Signed-off-by: Eero Aaltonen --- meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-oe][PATCH] edid-decode: allow to build native variant

2024-04-15 Thread Markus Volk
On Mon, Apr 15 2024 at 11:07:45 AM +00:00:00, Ross Burton wrote: Surely that’s a bug in the meson.build? It doesn’t want to find a native binary. Its added here, I think mostly for testing purpose:

Re: [oe] [meta-oe][PATCH] edid-decode: allow to build native variant

2024-04-15 Thread Ross Burton
> On 15 Apr 2024, at 12:32, Markus Volk wrote: > > On Mon, Apr 15 2024 at 11:07:45 AM +00:00:00, Ross Burton > wrote: >> Surely that´s a bug in the meson.build? It doesn´t want to find a native >> binary. > > > Its added here, I think mostly for testing purpose: > >

Re: [oe] [meta-oe][PATCH] edid-decode: allow to build native variant

2024-04-15 Thread Markus Volk
Thats absolutely true . But still I dont think it is a bug in the libdisplay-info build system, because edid-decode is requested for the tests and is requested native explicitly. On Mon, Apr 15 2024 at 11:41:38 AM +00:00:00, Ross Burton wrote: On 15 Apr 2024, at 12:32, Markus Volk