Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Dmitry Baryshkov
On Mon, 7 Oct 2024 at 22:34, Aleksandar Nikolic via Lists.Yoctoproject.Org wrote: > > Hi, > > I'll reply on the last message from Alex, but thanks Dmitry for your initial > message and the story how we came from Ångröm to what we have now. Also > thanks to both of you for the extensive feedback!

[yocto] M+ & H bugs with Milestone Movements WW40

2024-10-07 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW40 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15516 Add testing for toaster fixtures tim.orl...@konsulko.com tim.orl...@konsulko.com 5.1 M3 5

[yocto] Current high bug count owners for Yocto Project 5.2

2024-10-07 Thread Stephen Jolley
All, Below is the list of top 31 bug owners as of the end of WW40 who have open medium or higher bugs and enhancements against YP 5.2. There are 123 possible work days left until the final release candidates for YP 5.2 needs to be released. Who Count ross.bur...@arm.com 43 bruce.ashfi...@gmail.com

[yocto] [yocto-autobuilder2] [PATCH] builders: Allow partial matching of helper branches

2024-10-07 Thread Richard Purdie
Helper branches with names like contrib/kirkstone-nut don't work with worker restrictions currently. Try and fix this. Signed-off-by: Richard Purdie --- builders.py | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/builders.py b/builders.py index b4685ec5..580ae

[yocto] [yocto-autobuilder-helper][kirkstone] config.json: use buildtools for fedora40

2024-10-07 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index f41df5f..790bed1 100644 --- a/config.json +++ b/config.json @@ -1345,6 +1345,7 @@ "debian8*" : "${BUILDTOOLS_URL}", "debian9*" : "${BUILDTOOLS_URL}",

Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Aleksandar Nikolic
Hi, I'll reply on the last message from Alex, but thanks Dmitry for your initial message and the story how we came from Ångröm to what we have now. Also thanks to both of you for the extensive feedback! On Mon, Oct 7, 2024 at 09:29 PM, Dmitry Baryshkov wrote: > > On Mon, 7 Oct 2024 at 21:27,

Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Dmitry Baryshkov
On Mon, 7 Oct 2024 at 21:27, Alexander Kanavin wrote: > > On Mon, 7 Oct 2024 at 21:07, Dmitry Baryshkov wrote: > > > If you ask me, pulling pre-built packages into a yocto image is in > > > itself a horrible hack that goes against yocto philosophy, and I would > > > not want yocto to help that or

Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Alexander Kanavin
On Mon, 7 Oct 2024 at 21:07, Dmitry Baryshkov wrote: > > If you ask me, pulling pre-built packages into a yocto image is in > > itself a horrible hack that goes against yocto philosophy, and I would > > not want yocto to help that or support it in any way. ... > So, as much as I like OE, if you

Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Dmitry Baryshkov
On Mon, 7 Oct 2024 at 13:32, Alexander Kanavin via lists.yoctoproject.org wrote: > > On Mon, 7 Oct 2024 at 07:06, Aleksandar Nikolic via > lists.yoctoproject.org > wrote: > > 2) Is there an official, stable, and not some hacky way to install already > > pre-built packages during the build and no

Re: [yocto] [meta-raspberrypy] scarthgap: reproducing videos with VLC or Qt using the GPU

2024-10-07 Thread ICS
On Fri, Oct 4, 2024 at 2:08 PM Lisandro Pérez Meyer (ICS) via lists.yoctoproject.org wrote: > I could make Qt 6 to use rpidistro-ffmpeg which reduces the load to ~84% > but still not as ideal as I would have expected. VLC on RPi OS does work > nice... > OK, VLC requires x11 support to work. Now

Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Aleksandar Nikolic
On Mon, Oct 7, 2024 at 01:31 PM, Alexander Kanavin wrote: > > On Mon, 7 Oct 2024 at 07:06, Aleksandar Nikolic via > lists.yoctoproject.org > wrote: > >> 1) When I build a recipe previously not installed in my image and want to >> install it during runtime, the dnf install command fails, saying

Re: [yocto] Yocto Binary Distro

2024-10-07 Thread Alexander Kanavin
On Mon, 7 Oct 2024 at 07:06, Aleksandar Nikolic via lists.yoctoproject.org wrote: > 1) When I build a recipe previously not installed in my image and want to > install it during runtime, the dnf install command fails, saying that the > package's dependencies are not met (see [2] for more info).