Re: [yocto] Yocto Binary Distro

2024-10-08 Thread Mikko Rapeli
Hi, On Tue, Oct 08, 2024 at 05:09:33AM -0700, Aleksandar Nikolic via Lists.Yoctoproject.Org wrote: > To build from the SDK occurred to us as well, but is there a offical/stable > Yocto way to integrate those binaries back into the image? I don't like the > idea of building a base image in Yocto

Re: [yocto] Yocto Binary Distro

2024-10-08 Thread Aleksandar Nikolic
On Tue, Oct 8, 2024 at 10:53 AM, Mikko Rapeli wrote: > > Hi, > > Why is one compilation of the released recipe different from another? Who > maintains the toolchains and dependencies? It's not, the layers would remain the same, meaning the toolchains and dependencies don't change. However, due

Re: [yocto] Yocto Binary Distro

2024-10-08 Thread Mikko Rapeli
Hi, On Tue, Oct 08, 2024 at 01:30:47AM -0700, Aleksandar Nikolic via lists.yoctoproject.org wrote: > On Tue, Oct 8, 2024 at 01:25 AM, Dmitry Baryshkov wrote: > > > > > Consider using shared SSTATE, it saves you from all the rebuilds, > > while keeping Yocto internals intact and sane. > > We ar

Re: [yocto] Yocto Binary Distro

2024-10-08 Thread Aleksandar Nikolic
On Tue, Oct 8, 2024 at 01:25 AM, Dmitry Baryshkov wrote: > > Consider using shared SSTATE, it saves you from all the rebuilds, > while keeping Yocto internals intact and sane. We are using sstate cache, but if I am not mistaken it can happen that even though a package is in the sstate cache, th

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!

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] 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).

[yocto] Yocto Binary Distro

2024-10-06 Thread Aleksandar Nikolic
Greetings! After watching a talk from Michael Opdenacker from this year's OSS Europe about Yocto Binary Distros (see [1]), I've been experimenting with installing pre-built packages directly onto the target and I have a few questions regarding this topic, maybe someone more experienced could ch