Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-11 Thread Alexander Kanavin
On Wed, 10 Apr 2024 at 23:43, Joe Slater via lists.openembedded.org wrote: > Oops, that's busybox, not bitbake. Since we would need ifupdown to process > renamed interfaces, I'm preparing a patch for packagegroup-core-boot to > RRECOMMENDS it into the rootfs if sysvinit and pni-names are distr

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Joe Slater via lists.openembedded.org
e@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface > names > > The easiest thing to do is to change "auto /eth0" back to "auto eth0". This > lets > bitbake's ifupdown initialize eth0 and a

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Joe Slater via lists.openembedded.org
Wednesday, April 10, 2024 10:29 AM > To: Ross Burton ; Slater, Joseph > > Cc: openembedded-core@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface > names > > On Wed, 2024-04-10 at 13:41 +, Ross

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Alexander Kanavin
On Wed, 10 Apr 2024 at 19:29, Richard Purdie wrote: > I'd like to see a patch proposal on what we should do. Time is short as > testing changes takes time and we're now a bit behind already :/. > > So specific proposals welcome. If no one comes out with a better proposal, I'd suggest reverting th

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Richard Purdie
On Wed, 2024-04-10 at 13:41 +, Ross Burton wrote: > On 10 Jan 2024, at 21:10, Joe Slater via lists.openembedded.org > wrote: > > -# Wired or wireless interfaces > > -auto eth0 > > +# Wired or wireless interfaces including predictable names > > +auto /eth0 > > Obviously we’re days away from re

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Ross Burton
On 10 Jan 2024, at 21:10, Joe Slater via lists.openembedded.org wrote: > -# Wired or wireless interfaces > -auto eth0 > +# Wired or wireless interfaces including predictable names > +auto /eth0 Obviously we’re days away from release but I think we need to revert or rewrite this. The /name synt

[oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-01-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Use a pattern to initialize interfaces which start with 'en'. Also, make 'eth0' a pattern so that we do not see an initialization error if it has been renamed. Signed-off-by: Joe Slater --- .../init-ifupdown/init-ifupdown-1.0/interfaces | 7 +-- 1 file changed