Hi,
On Tue, Jan 28, 2025 at 03:10:34PM +, Richard Purdie wrote:
> On Tue, 2025-01-28 at 16:37 +0200, Mikko Rapeli wrote:
> > On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote:
> > > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via
> > > lists.openembedded.org wrote:
> > > >
On Tue, 2025-01-28 at 16:37 +0200, Mikko Rapeli wrote:
> On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote:
> > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via
> > lists.openembedded.org wrote:
> > >
> > > Sorry for the delay in looking at this patch. I'm a bit worried about
> >
Hi,
On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote:
> On Tue, 2025-01-28 at 13:04 +, Richard Purdie via
> lists.openembedded.org wrote:
> > On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote:
> > > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote:
> > > > On Mo
On Tue, 2025-01-28 at 13:04 +, Richard Purdie via
lists.openembedded.org wrote:
> On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote:
> > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote:
> > > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via
> > > lists.openembedded.org wro
On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote:
> On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote:
> > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org
> > wrote:
> > > runqemu can fail with RuntimeError exception. Non-cought exception
> > > causes c
Hi,
On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote:
> On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org
> wrote:
> > runqemu can fail with RuntimeError exception. Non-cought exception
> > causes cooker process leaks which bind to successive bitbake command
On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org
wrote:
> runqemu can fail with RuntimeError exception. Non-cought exception
> causes cooker process leaks which bind to successive bitbake command
> line calls and that can cause really odd errors to users, e.g. when
> buil
runqemu can fail with RuntimeError exception. Non-cought exception
causes cooker process leaks which bind to successive bitbake command
line calls and that can cause really odd errors to users, e.g. when
build/tmp is wiped and cooker processes expect files to be there.
Signed-off-by: Mikko Rapeli