summaryrefslogtreecommitdiff
path: root/meta/packages/udev/udev-141
Commit message (Collapse)AuthorAgeFilesLines
* Fix the boot process udev warningYu Ke2010-06-091-1/+0
| | | | | | | | | | | Phenomena: there is udev warning in boot process tar: can't open '/etc/dev.tar': Read-only file system The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet. To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable. Signed-off-by: Yu Ke <ke.yu@intel.com>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-071-0/+0
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* udev: Add local.rules for the IGEP v2 to symlink the first framebuffer to ↵Enric Balletbo i Serra2009-12-101-0/+34
| | | | | | | /dev/fb Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev-141: Backport fix from 145 which is also needed hereRichard Purdie2009-11-251-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Add 145Richard Purdie2009-08-271-119/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Allow standard users to access shared memoryRichard Purdie2009-05-311-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Add 141Richard Purdie2009-05-198-0/+543
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>