Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Richard Leitner
On Mon, Aug 22, 2022 at 10:28:34AM +0100, Andrei Gherzan wrote: > On Mon, 22 Aug 2022, at 09:15, Richard Leitner wrote: > > > > Unfortunately the testing infrastructure is not public available :( > > Got it. That's fine. I'll just keep an eye on the repo. > > > > > But ideas/offers where to host

[oe] [meta-multimedia][PATCHv12] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
Add the configuration to make pipewire work as a drop-in replacement for pulseaudio-server. Add pipewire-media-session as a standalone recipe, since pipewire would fetch the code as a subproject at do_configure. Signed-off-by: Markus Volk --- .../pipewire/pipewire-media-session_0.4.1.bb |

Re: [oe] [meta-multimedia][PATCHv7] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
I got problems today because my mailbox quota was exceeded. It turned out that I missed some mails. I'll send v12 patch update according to the suggestions -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#98374):

Re: [oe] [meta-networking][master][kirkstone][PATCH 1/2] wireguard-module: 1.0.20210219 -> 1.0.20210219

2022-08-22 Thread Jose Quaresma
I am sorry but the commit title is wrong -wireguard-module: 1.0.20210219 -> 1.0.20210219 +wireguard-module: 1.0.20210219 -> 1.0.20220627 I will send a v2 Jose Jose Quaresma via lists.openembedded.org escreveu no dia segunda, 22/08/2022 à(s) 11:47: > Also change the git protocol to https. > >

[oe] [meta-multimedia][PATCHv11 1/2] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
Add the configuration to make pipewire work as a drop-in replacement for pulseaudio-server. Add pipewire-media-session as a standalone recipe, since pipewire would fetch the code as a subproject at do_configure. Signed-off-by: Markus Volk --- .../pipewire/pipewire-media-session_0.4.1.bb |

[oe] [meta-multimedia][PATCHv11 2/2] pipewire: install as configured

2022-08-22 Thread Markus Volk
This is to make sure that all configured parts of pipewire are installed on the target. For the systemd case, it would then just be a matter of starting the pipewire user services, to get it running. Signed-off-by: Markus Volk --- .../pipewire/pipewire-media-session_0.4.1.bb | 1 +

Re: [oe] [meta-multimedia][PATCHv7] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
Am Mo, 22. Aug 2022 um 07:14:06 -0700 schrieb Khem Raj : I think we should not introduce distro feature here but propose it in core first and after that make the change if agreed upon No, of course not. If these DISTRO_FEATURES were both not used before, they should not be introduced here. I

[oe] [meta-python][PATCH 2/2] python3-regex: Upgrade 2022.7.25 -> 2022.8.17

2022-08-22 Thread Leon Anavi
Upgrade to release 2022.8.17: - \v for vertical spacing, added \p{HorizSpace} (\p{H}) and \p{VertSpace} (\p{V}). Signed-off-by: Leon Anavi --- .../{python3-regex_2022.7.25.bb => python3-regex_2022.8.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 1/2] python3-coverage: Upgrade 6.4.1 -> 6.4.4

2022-08-22 Thread Leon Anavi
Upgrade to release 6.4.4: - Wheels are now provided for Python 3.11 - Fix a failure when combining data files if the file names contained glob-like patterns - Fix a messaging failure when combining Windows data files on a different drive than the current directory - Fix path calculations when

Re: [oe] [meta-multimedia][PATCHv7] pipewire: update to v0.3.56

2022-08-22 Thread Khem Raj
On Mon, Aug 22, 2022 at 1:35 AM Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > I still don’t understand how you intend for a “gstreamer” distro feature > to work. You use it in the pipewire recipe to decide whether to use the > “gstreamer” or “ffmpeg” PACKAGECONFIG by default.

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Andrei Gherzan
On Mon, 22 Aug 2022, at 09:15, Richard Leitner wrote: > On Mon, Aug 22, 2022 at 08:46:45AM +0100, Andrei Gherzan via > lists.openembedded.org wrote: >> On Mon, 22 Aug 2022, at 08:38, Richard Leitner wrote: >> > On Wed, Aug 17, 2022 at 01:43:06PM +0200, Andrei Gherzan via >> >

Re: [oe] [meta-multimedia][PATCHv7] pipewire: update to v0.3.56

2022-08-22 Thread Peter Kjellerstedt
I still don't understand how you intend for a "gstreamer" distro feature to work. You use it in the pipewire recipe to decide whether to use the "gstreamer" or "ffmpeg" PACKAGECONFIG by default. However, that seems very specific to pipewire. We use both GStreamer and FFmpeg in our products, so

Re: [oe] [meta-multimedia][PATCH] pipewire: install as configured

2022-08-22 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of Markus Volk > Sent: den 21 augusti 2022 12:13 > To: openembedded-devel@lists.openembedded.org > Cc: Markus Volk > Subject: [oe] [meta-multimedia][PATCH] pipewire: install as configured > > This is to

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Richard Leitner
On Mon, Aug 22, 2022 at 08:46:45AM +0100, Andrei Gherzan via lists.openembedded.org wrote: > On Mon, 22 Aug 2022, at 08:38, Richard Leitner wrote: > > On Wed, Aug 17, 2022 at 01:43:06PM +0200, Andrei Gherzan via > > lists.openembedded.org wrote: > >> From: Andrei Gherzan > > > > Hi Andrei, > >

Re: [oe] [meta-multimedia][PATCHv8] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
also added a missing libdrm dependency to libcamera PACKAGECONFIG to fix: | Run-time dependency libdrm found: NO (tried pkgconfig) | | ../git/spa/plugins/libcamera/meson.build:8:0: ERROR: Dependency "libdrm" not found, tried pkgconfig Am Mo, 22. Aug 2022 um 09:54:39 +0200 schrieb Markus Volk

[oe] [meta-multimedia][PATCHv10] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
Add the configuration to make pipewire work as a drop-in replacement for pulseaudio-server. Add pipewire-media-session as a standalone recipe, since pipewire would fetch the code as a subproject at do_configure. Signed-off-by: Markus Volk --- .../pipewire/pipewire-media-session_0.4.1.bb |

Re: [oe] [meta-multimedia][PATCHv8] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
Am So, 21. Aug 2022 um 22:51:28 -0700 schrieb Khem Raj : I still see a compile error on mips with latest version of this patch see I found some time to build Pipewire for qemumips. There were 3 patches that fixed the big endian problem uppstream. I have combined them into one patch. The

[oe] [meta-multimedia][PATCHv9] pipewire: update to v0.3.56

2022-08-22 Thread Markus Volk
Add the configuration to make pipewire work as a drop-in replacement for pulseaudio-server. Add pipewire-media-session as a standalone recipe, since pipewire would fetch the code as a subproject at do_configure. Signed-off-by: Markus Volk --- .../pipewire/pipewire-media-session_0.4.1.bb |

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Andrei Gherzan
On Mon, 22 Aug 2022, at 08:38, Richard Leitner wrote: > On Wed, Aug 17, 2022 at 01:43:06PM +0200, Andrei Gherzan via > lists.openembedded.org wrote: >> From: Andrei Gherzan > > Hi Andrei, > > thanks for the series. I've just applied them to master-next. As soon as > some testing happened I will

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Richard Leitner
On Wed, Aug 17, 2022 at 01:43:06PM +0200, Andrei Gherzan via lists.openembedded.org wrote: > From: Andrei Gherzan Hi Andrei, thanks for the series. I've just applied them to master-next. As soon as some testing happened I will merge them to master. If you have any question please just drop me

[oe] [PATCH v4 1/1] mdio-tools: add recipes

2022-08-22 Thread Potin Lai
From: Enguerrand de Ribaucourt Self-description from the README: mdio-tools is a low-level debug tool for communicating with devices attached to an MDIO bus. Signed-off-by: Enguerrand de Ribaucourt Signed-off-by: Potin Lai --- LINK: [v3]