Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-16 Thread Changqing Li
From: Alex Kiernan Sent: Monday, May 16, 2022 9:25 PM To: Alex Kiernan Cc: Li, Changqing ; richard.pur...@linuxfoundation.org ; Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] eudev: create static nodes from modules [Please

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-16 Thread Alex Kiernan
ot; in >start) > export ACTION=add > @@ -51,6 +83,8 @@ case "$1" in > # make_extra_nodes > kill_udevd > "/dev/null" 2>&1 > > +make_static_nodes > + > # trigger the sorted events > [ -e /proc/sys/kernel/hotplug ] &&

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-16 Thread Alex Kiernan
@UDEVD@ -d On Mon, May 16, 2022 at 6:35 AM Li, Changqing wrote: > > > > > From: Alex Kiernan > Sent: Sunday, May 15, 2022 10:59 PM > To: Li, Changqing > Cc: richard.pur...@linuxfoundation.org ; > Patches and discussions about the

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-15 Thread Changqing Li
From: Alex Kiernan Sent: Sunday, May 15, 2022 10:59 PM To: Li, Changqing Cc: richard.pur...@linuxfoundation.org ; Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] eudev: create static nodes from modules [Please note: This e

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-15 Thread Alex Kiernan
> > Subject: Re: [OE-core] [PATCH] eudev: create static nodes from modules > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > On Thu, 2022-05-12 at 08:45 +0100, Alex Kiernan wrote: > > On Thu, May 12, 2022 at 6:43 AM Changqing Li > >

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-12 Thread Changqing Li
From: richard.pur...@linuxfoundation.org Sent: Thursday, May 12, 2022 6:33 PM To: Alex Kiernan ; Li, Changqing Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] eudev: create static nodes from modules [Please note: This e

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-12 Thread Richard Purdie
On Thu, 2022-05-12 at 08:45 +0100, Alex Kiernan wrote: > On Thu, May 12, 2022 at 6:43 AM Changqing Li > wrote: > > > > From: Changqing Li > > > > dev in modules.devname should be populated in /dev on boot. > > remove create static mode from udevd will make these devices > > cannot be populated

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2022-05-12 Thread Alex Kiernan
On Thu, May 12, 2022 at 6:43 AM Changqing Li wrote: > > From: Changqing Li > > dev in modules.devname should be populated in /dev on boot. > remove create static mode from udevd will make these devices > cannot be populated. When use sysVinit, devices like /dev/net/tun > will not be created. > >

[OE-core] [PATCH] eudev: create static nodes from modules

2022-05-11 Thread Changqing Li
From: Changqing Li dev in modules.devname should be populated in /dev on boot. remove create static mode from udevd will make these devices cannot be populated. When use sysVinit, devices like /dev/net/tun will not be created. more info: udevd in systemd also remove create static mode in udevd,

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2018-07-11 Thread Changqing Li
Ping On 06/04/2018 10:23 AM, Zhou, Li wrote: Ping On 04/19/2018 02:35 PM, Li Zhou wrote: Revert commit modules> because /dev/net/tun is usually needed to already been there when system boots up. With this commit, /dev/net/tun is missing when sysvinit is used. Signed-off-by: Li Zhou ---   ..

Re: [OE-core] [PATCH] eudev: create static nodes from modules

2018-06-03 Thread Zhou, Li
Ping On 04/19/2018 02:35 PM, Li Zhou wrote: Revert commit because /dev/net/tun is usually needed to already been there when system boots up. With this commit, /dev/net/tun is missing when sysvinit is used. Signed-off-by: Li Zhou --- ...01-eudev-create-static-nodes-from-modules.patch | 106

[OE-core] [PATCH] eudev: create static nodes from modules

2018-04-18 Thread Li Zhou
Revert commit because /dev/net/tun is usually needed to already been there when system boots up. With this commit, /dev/net/tun is missing when sysvinit is used. Signed-off-by: Li Zhou --- ...01-eudev-create-static-nodes-from-modules.patch | 106 + meta/recipes-core/udev/eud