| Submitter | Dongxiao Xu |
|---|---|
| Date | June 9, 2011, 1:08 a.m. |
| Message ID | <cover.1307581528.git.dongxiao.xu@intel.com> |
| Download | mbox |
| Permalink | /patch/5579/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib dxu4/bugfixComments
You're not getting new devicenodes even with devtmpfs mounted? Op 9 jun. 2011 om 03:08 heeft Dongxiao Xu <dongxiao.xu@intel.com> het volgende geschreven: > Hi Saul, > > This commit fixes the udevd launch issue after system second boot. [YOCTO #1146]. > Without udevd daemon, device nodes will not be created if dynamically insert a kernel module. > > Please help to review and pull. > > The following changes since commit 5af197b55a4b779f1ec93186f0723026949ba2b5: > > cache: Implement multiple extra cache fields request support (2011-06-07 22:40:01 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dxu4/bugfix > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix > > Dongxiao Xu (1): > udev: Fix udevd launch issue after system second boot > > meta/recipes-core/udev/udev-164/init | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On 06/08/2011 06:08 PM, Dongxiao Xu wrote: > Hi Saul, > > This commit fixes the udevd launch issue after system second boot. [YOCTO #1146]. > Without udevd daemon, device nodes will not be created if dynamically insert a kernel module. > > Please help to review and pull. > > The following changes since commit 5af197b55a4b779f1ec93186f0723026949ba2b5: > > cache: Implement multiple extra cache fields request support (2011-06-07 22:40:01 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib dxu4/bugfix > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix > > Dongxiao Xu (1): > udev: Fix udevd launch issue after system second boot > > meta/recipes-core/udev/udev-164/init | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > Merged into OE-Core Thanks Sau!