aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev_164.bb
AgeCommit message (Collapse)Author
2011-11-07udev-164: Update init script to do an explicit add actionKumar Gala
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>
2011-11-01udev: Split out consolekit and udev-aclHolger Hans Peter Freyther
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>
2011-11-01udev: Fix the packaging of libgudevHolger Hans Peter Freyther
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>
2011-09-29Add udev patch to compile against newer kernelsMatthew McClintock
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>
2011-06-29initscript: Change some order of init scriptsDongxiao Xu
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>
2011-05-04Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-16udev: Add rule to create /dev/fb to fix igep0020 platform X boot issueRichard Purdie
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>
2010-12-10udev: upgrade to version 164Qing He
Signed-off-by: Qing He <qing.he@intel.com>