Re: [OE-core] [PATCH 08/11] build-appliance-image: use a real /tmp

2023-02-22 Thread Trevor Woerner
On Wed 2023-02-22 @ 02:46:30 PM, Richard Purdie wrote: > On Tue, 2023-02-21 at 21:25 -0500, Trevor Woerner wrote: > > On Tue 2023-02-21 @ 03:44:42 PM, Trevor Woerner via lists.openembedded.org > > wrote: > > > Make /tmp a real directory in the root filesystem and not a link to an > > > in-memory

Re: [OE-core] [PATCH 08/11] build-appliance-image: use a real /tmp

2023-02-22 Thread Richard Purdie
On Tue, 2023-02-21 at 21:25 -0500, Trevor Woerner wrote: > On Tue 2023-02-21 @ 03:44:42 PM, Trevor Woerner via lists.openembedded.org > wrote: > > Make /tmp a real directory in the root filesystem and not a link to an > > in-memory tmpfs. Otherwise bitbake will run out of inodes on /tmp very > >

Re: [OE-core] [PATCH 08/11] build-appliance-image: use a real /tmp

2023-02-21 Thread Trevor Woerner
On Tue 2023-02-21 @ 03:44:42 PM, Trevor Woerner via lists.openembedded.org wrote: > Make /tmp a real directory in the root filesystem and not a link to an > in-memory tmpfs. Otherwise bitbake will run out of inodes on /tmp very quickly > and stop any build. > > Signed-off-by: Trevor Woerner >

[OE-core] [PATCH 08/11] build-appliance-image: use a real /tmp

2023-02-21 Thread Trevor Woerner
Make /tmp a real directory in the root filesystem and not a link to an in-memory tmpfs. Otherwise bitbake will run out of inodes on /tmp very quickly and stop any build. Signed-off-by: Trevor Woerner --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 6 ++ 1 file changed, 6