summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev_115.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-55/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: use relative path when creating dev.tarKevin Tian2010-08-171-1/+1
| | | | | | | this effectively removes below warning: tar: removing leading '/' from member names Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* udev: bump PR after cache fixesJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the boot process udev warningYu Ke2010-06-091-0/+1
| | | | | | | | | | | 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>
* udev: Move machine specific parts into a separate extra packageRichard Purdie2008-07-191-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4896 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: save another fork in mount.shRoss Burton2008-06-231-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4721 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: don't fork so much in mount.shRoss Burton2008-06-231-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4717 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Bumping -115 PR.Samuel Ortiz2007-09-281-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2821 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev-115: Kernel events filtering improvement.Samuel Ortiz2007-09-281-0/+1
| | | | | | | | In order to avoid creating dozens of ttys and ptys, we have to discard some specific kernel events. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2820 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Promote 115 to defaultRichard Purdie2007-09-261-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2802 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: adding the latest udev release, 115.Samuel Ortiz2007-09-211-0/+57
This release allows us to get rid of udevsynthesize in favour of udevtrigger. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2769 311d38ba-8fff-0310-9ca6-ca027cbcb966