aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_154.bb
AgeCommit message (Collapse)Author
2012-06-30This patch updates the SRC_URI of udev (151,154,162,165,168) to ↵Kristoffer Ericson
www.mirrorservice.org because the corresponding source package is no longer available at kernel.org Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2011-07-05udev-compat: switch the maximum kenrel version from 2.6.26 to 2.6.27Denis 'GNUtoo' Carikli
Without that patch the bug machine,which has a 2.6.27 hangs at boot here: Checking for built-in Bluetooth: no Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-03-28udev: remove udev-compat for Zaurus devices since we use 2.6.38 finally.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-11udev: also use /proc/devices to invalidate devcacheDenys Dmytriyenko
* Besides checking for kernel version, bootargs or cmdline changes between reboots, also consider changes in /proc/devices to invalidate device cache. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2011-01-24udev: Remove duplicate udev firmware loading ruleKhem Raj
A duplicate udev rule calling firmware.sh exists in 50-udev-default.rules and udev.rules This causes the kernel to sometimes get the wrong the firmware due to a race between the two calls. This is with udev124 from the stable2009 openembedded branch however a quick glance suggests that the same problem exists on the dev branch. 50-udev-default.rules comes from the upstream tarball udev.rules is in the openembedded recipe. This causes the infamous "Error number -110" while uploading firmware, i.e: [ 4171.357272] firmware: requesting zd1211/zd1211b_ub [ 4171.375779] firmware: requesting zd1211/zd1211b_uphr [ 4193.981056] firmware: requesting zd1211/zd1211b_ub [ 4193.986433] firmware: requesting zd1211/zd1211b_uphr [ 4195.033695] usb 8-3: USB control request for firmware upload failed. Error number -110 * Fixes Bugzilla/5334 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-10-25udev_15*: fix FILES_libudevMartin Jansa
* udev is built with --with-libdir-name= and there is /lib/libudev.*, but FILES point aonly to {libdir} add * all recipes which now RDEPENDS on whole udev package should be PR bumped to pick libudev only Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13udev 141/151/154: Fix update-rc.d logic for udev-cacheTom Rini
The way that functions are evaluated means that while we say append our update-rc.d addition for udev-cache ends up at the top of the postinst script meaning that $OPT is not set and this error will cause no udev rcN.d symlinks to be created until during the first boot which can be a problem. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-07udev,udev-compat141: Fix machine specific RDEPENDSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-29udev: udev-compat-wrapper-patch: Use KERNELMICROVER evaluation that does not ↵Stanislav Brabec
fail on rc and four-part versions.
2010-08-20udev 141/151/154: Move rm'ing /tmp/uname, etc, to udev-cacheTom Rini
Otherwise we'll remove these files before udev-cache is run. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-30udev: add support for udev-compat for c7x0 and poodleAndrea Adami
* following spitz + akita * fixed RDEPENDS of .154
2010-07-24udev: Fix sanity_check errors of requires/provides in udev-compat introduction.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021848.html Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24udev: Fix possible multiple mounting of /dev, increment PR.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-07-24udev: Added support for udev-compat.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021662.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-07-24udev-compat141: Added compatibility udev package for old kernels.Stanislav Brabec
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021661.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-18udev: add version 154Henning Heinold
* not fully testet yet so checking with DEFAULT_PREFERENCE = "-1" * systemd needs it