summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev_145.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-65/+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>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-221-3/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.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-1/+2
| | | | | | | | | | | 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: Add DEPENDS on glib-2.0 after recent changesRichard Purdie2010-02-011-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Enable gudevRichard Purdie2010-01-291-2/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Fix touchscreen link creation with latest versionRichard Purdie2009-11-251-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Remove broken exec_prefix which fixes file layout and stages libudev ↵Richard Purdie2009-10-141-4/+1
| | | | | | correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Add 145Richard Purdie2009-08-271-0/+67
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>