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
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
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
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
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
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
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