<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/udev/S10udev, branch 2012.08_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.08_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-07-30T19:18:09+00:00</updated>
<entry>
<title>udev: process udev events on startup in init.d script</title>
<updated>2012-07-30T19:18:09+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2012-07-27T14:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=29afecace95d0687477bf42f7ce4e918bcd0f271'/>
<id>urn:sha1:29afecace95d0687477bf42f7ce4e918bcd0f271</id>
<content type='text'>
udev rules are not processed for kernel events that occur before
the udev daemon is started. Call udevadm trigger to replay these
missed events.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>udev: use /dev if udev_root not defined in init.d script</title>
<updated>2012-07-30T19:18:06+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2012-07-27T13:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b08fd56ae82ad2d003512e6128ae60016d0186df'/>
<id>urn:sha1:b08fd56ae82ad2d003512e6128ae60016d0186df</id>
<content type='text'>
Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>udev: fix stopping execution of udev events in init.d script</title>
<updated>2012-07-30T19:18:04+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2012-07-27T13:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f870c626dc128955be6a27b800465ab38059eb97'/>
<id>urn:sha1:f870c626dc128955be6a27b800465ab38059eb97</id>
<content type='text'>
Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>udev: bump to 181 and other fixes</title>
<updated>2012-02-08T20:56:47+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2012-02-08T09:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f94818b0fa77644b989bab5aa0866de7fe4ffbb1'/>
<id>urn:sha1:f94818b0fa77644b989bab5aa0866de7fe4ffbb1</id>
<content type='text'>
Changes:
- Linux kernel requirement: 2.6.34 and above (devtmpfs is mandatory)
(this also applies to the chosen toolchain, because of Kernel headers)
- optional dependency on libusb and usbutils removed
- added dependency on kmod
- added dependency on util-linux for libblkid
- install in /lib/udev instead of /usr/libexec/udev
- udevd moved to /lib/udev
- fixed path to pci.ids and usb.ids
- persistent rules generator is disabled by default, so option
is introduced to enable this option if desired

[Peter: fix build on uClibc, Config.in tweaks]
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>udev: bump version and clean up</title>
<updated>2011-07-25T21:33:29+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegor_sub1@visionsystems.de</email>
</author>
<published>2011-07-22T14:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f0952fcdb614cb144f41b2b72f944f4236c5cb2c'/>
<id>urn:sha1:f0952fcdb614cb144f41b2b72f944f4236c5cb2c</id>
<content type='text'>
[Peter: fix Config.in deps, add host-pkg-config]
Signed-off-by: Heiko Zuerker &lt;smiley73@users.sourceforge.net&gt;
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Simplify udev startup script</title>
<updated>2011-05-09T12:20:20+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-03-02T13:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ca520507fc15a8213334a76339a3e6d567e91ea0'/>
<id>urn:sha1:ca520507fc15a8213334a76339a3e6d567e91ea0</id>
<content type='text'>
The S10udev startup script did useless things such as mounting sysfs,
mounting a tmpfs filesystem in /dev/, etc. Those things are already
done during in the default inittab.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/udev: create base device nodes after mounting a new /dev</title>
<updated>2008-12-08T13:41:59+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T13:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a222edcbcf2599e4117f4dd32af0ca4b2c4193d2'/>
<id>urn:sha1:a222edcbcf2599e4117f4dd32af0ca4b2c4193d2</id>
<content type='text'>
Currently, udev won't start for me, as we've just mounted a new /dev,
which is completely empty, and udevd requires a /dev/null.

This change manually creates the three base device nodes (zero, null
and console) so that udev can start.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>Bump udev version, add rules</title>
<updated>2007-08-11T16:50:49+00:00</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-08-11T16:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=673e3ca2e46871cd2ff34aa3b3f0c25f695ed3f2'/>
<id>urn:sha1:673e3ca2e46871cd2ff34aa3b3f0c25f695ed3f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.</title>
<updated>2007-05-09T22:48:41+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2007-05-09T22:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6b00c90d709a01822027fb9986ec8ace605dd991'/>
<id>urn:sha1:6b00c90d709a01822027fb9986ec8ace605dd991</id>
<content type='text'>
</content>
</entry>
</feed>
