Re: [OE-core] [PATCH 1/9] runqemu-ifup: remove uid parameter

2023-06-24 Thread Alejandro Hernandez Samaniego
Hello, I've already replied on another thread of this patch series, however, I have discovered this is the patch that is causing the problem. On Fri, 23 Jun 2023 at 03:31, Jörg Sommer via lists.openembedded.org wrote: > On 22 June 2023 19:01, openembedded-core@lists.openembedded.org wrote: > >

Re: [OE-core] [PATCH 1/9] runqemu-ifup: remove uid parameter

2023-06-23 Thread Jörg Sommer via lists . openembedded . org
On 22 June 2023 19:01, openembedded-core@lists.openembedded.org wrote: > ip tuntap does not need the uid, it was an unused variable/parameter. > Backward compatibility should be fine. > > Signed-off-by: Adrian Freihofer > --- > scripts/runqemu-ifup | 13 - > 1 file changed, 8 insertions

[OE-core] [PATCH 1/9] runqemu-ifup: remove uid parameter

2023-06-22 Thread Adrian Freihofer
ip tuntap does not need the uid, it was an unused variable/parameter. Backward compatibility should be fine. Signed-off-by: Adrian Freihofer --- scripts/runqemu-ifup | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup inde