summaryrefslogtreecommitdiff
path: root/recipes/udev/udev-141/init
AgeCommit message (Collapse)AuthorFiles
2010-08-20udev 141/154: Move udevadm settle timeout to 8 to match 151Tom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-20udev 141/151/154: Move rm'ing /tmp/uname, etc, to udev-cacheTom Rini1
Otherwise we'll remove these files before udev-cache is run. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-24udev: Fix possible multiple mounting of /dev, increment PR.Stanislav Brabec1
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-01-27udev: get rid of 'timestamp in the future' tar messagesPetr Štetiar1
This patch tries to get rid of spew of the useless tar messages durring boot process on machines without RTC, such as the Beagleboard. Example: Please wait: booting... Starting udev tar: dev/.udev/uevent_seqnum: time stamp 1970-01-01 01:00:21 is 14.122497521 s in the future tar: dev/.udev/rules.d: time stamp 1970-01-01 01:00:07 is 0.119201623 s in the future tar: dev/.udev/db/\x2fdevices\x2fvirtual\x2fblock\x2fram9: time stamp 1970-01-01 01:00:22 is 15.118713341 s in the future [ more then 100 similar lines cutted off] Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Chris Larson <clarson@mvista.com> Signed-off-by: Philip Balister <philip@balister.org>
2010-01-14udev 141: move creation of /etc/dev.tar to after checkrootKoen Kooi1
* / isn't always mounted rw when udev runs, so lets create /etc/dev.tar after checkroot has run Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-09-20udev: split up init starting and populating messagesDenys Dmytriyenko1
Reads better when there are modules initialized by udev... Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-06-01udev: Allow standard users to access shared memory (from poky)Koen Kooi1
2009-05-30udev: fixed obsolete udevadm syntax for udev init.d script.Ihar Hrachyshka1
Fixed the following warning message when executing udev init script: "udevadm control commands requires the --<command> format, this will stop working in a future release." Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-18udev 141: add /dev cache, install binaries to the correct locationsKoen Kooi1
2009-04-15udev: add 141, needs more work since it only creates static libs and the ↵Koen Kooi1
OE-only kernel match patch needs to get evaluated