summaryrefslogtreecommitdiff
path: root/meta/recipes-core/udev/udev_164.bb
Commit message (Collapse)AuthorAgeFilesLines
* udev-164: fixup "don't hardcode path to pidof"Andreas Oberritter2012-03-131-1/+1
| | | | | | * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
* udev-164: don't hardcode path to pidofAndreas Oberritter2012-03-081-1/+1
| | | | | | | | * pidof lives in /bin, search it in $PATH. * Assume pidof's presence. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* udev: stop providing cache support by defaultOtavio Salvador2012-02-071-1/+1
| | | | | | | | | The usefulness of cache nowadays has been reduced a lot and thus it's better to stop using it by default. Dropping the recommends allows for image to decide if they want or not to have cache enabled, instead of require a machine override. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: improve udev-cache robustnessOtavio Salvador2012-02-021-1/+1
| | | | | | | | | | * allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: split utilities onto udev-utilsOtavio Salvador2012-01-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* udev: use 'echo' instead of 'echo -n' in init scriptOtavio Salvador2012-01-051-1/+1
| | | | | | | | Avoid using two stage progress output to avoid text garbage during parallel boot. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* udev: skip mounting /dev on tmpfs if it is on devtmpfsOtavio Salvador2012-01-021-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: reorganize files of 164 versionOtavio Salvador2012-01-021-1/+1
| | | | | | | | We merged both files and udev-164 directory onto a single directory and renamed udev-new.inc onto udev.inc as we have a single version of udev now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-164: Update init script to do an explicit add actionKumar Gala2011-11-071-1/+1
| | | | | | | | | | | With udev 152 or greater the default action for 'udevadm trigger' was modified to be 'change' instead of 'add. To ensure initial coldplug events at boot are seen be scripts the are expecting them as 'add' events we invoke udevadm with an explicit '--action=add'. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* udev: Split out consolekit and udev-aclHolger Hans Peter Freyther2011-11-011-1/+1
| | | | | | | | | | | This can safe another megabyte on the tar.bz2 of the minimal image. udev-acl is linking to glibc which will pull in libglib, libgio, libgthread, libgmodule, libgobject. 2.0M 2011-07-02 01:57 after.tar.bz2 3.0M 2011-07-02 01:52 before.tar.bz2 Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
* udev: Fix the packaging of libgudevHolger Hans Peter Freyther2011-11-011-1/+1
| | | | | | | Make the libgudev so go to the libgudev package, this is already fixed in meta-oe. Signed-off-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
* Add udev patch to compile against newer kernelsMatthew McClintock2011-09-291-1/+3
| | | | | | | | This patch is needed to compile against newer kernels which have changed their API Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* initscript: Change some order of init scriptsDongxiao Xu2011-06-291-1/+1
| | | | | | | | | Move udev script to execute ealier since module autoload needs it to create device nodes. Also move sysfs before udev which has dependency on it. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton2011-05-041-1/+1
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* udev: Add rule to create /dev/fb to fix igep0020 platform X boot issueRichard Purdie2010-12-161-1/+1
| | | | | | | | | Integrate patch from david.barksdale@adcedosolutions.com to ensure /dev/fb exists which is required by the igep00200 platform to start X [BUGID #541] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: upgrade to version 164Qing He2010-12-101-0/+6
Signed-off-by: Qing He <qing.he@intel.com>