aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_141.bb
AgeCommit message (Collapse)Author
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-02-11udev-141: backport the initscript depmod call from recent versionsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@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-11-18udev 141: fix postinst check for /lib/udev/rules.d symlinkMichael Smith
[ -d foo ] succeeds even if foo is a symlink to a directory. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <tom_rini@mentor.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-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-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-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-05-25udev: Use udev.inc and add udevadm to udev pacakge instead of udev-utilsKhem Raj
* Main purpose of the patch was to fix the problem where udev-utils was needed to be in root file system just to get udevadm binary. So this binary is moved into udev package instead. * Use INC_PR for all except udev 151. * Use udev.inc in all recipes except udev 151. * All udev recipes built udev_151 and udev_124 runs fine too. * in udev_151 Add module-init-tools-depmod to RDEPENDS. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-15udev: update LICENSE to more specific GPLv2+ (v2 or later)Denys Dmytriyenko
2010-02-11udev-141: we don't like persistent net interface rules at hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-01-27udev: get rid of 'timestamp in the future' tar messagesPetr Štetiar
This patch tries to get rid of spew of the useless tar messages durring boot process on machines without RTC, such as the Beagleboard. Example: Please wait: booting... Starting udev tar: dev/.udev/uevent_seqnum: time stamp 1970-01-01 01:00:21 is 14.122497521 s in the future tar: dev/.udev/rules.d: time stamp 1970-01-01 01:00:07 is 0.119201623 s in the future tar: dev/.udev/db/\x2fdevices\x2fvirtual\x2fblock\x2fram9: time stamp 1970-01-01 01:00:22 is 15.118713341 s in the future [ more then 100 similar lines cutted off] Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Chris Larson <clarson@mvista.com> Signed-off-by: Philip Balister <philip@balister.org>
2010-01-14udev 141: move creation of /etc/dev.tar to after checkrootKoen Kooi
* / isn't always mounted rw when udev runs, so lets create /etc/dev.tar after checkroot has run Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-12-25udev-141: added support for buglabs's bug deviceDenis 'Gnutoo' Carikli
The udev configurations files are needed for Xorg configuration for buglabs's bug device that will be commited later, in order to find the right device nodes for the touchscreens Note that the script creating the bmi(Bug module interface) event pipe has not been commented out,because it will be needed when the java bindings for the bug device will be in openembedded The udev rules were took from buglabs svn: svn://svn.buglabs.net/bug/branches/hrw/oe-stable-2009/ inside they are in meta-bug/packages/udev-rules/bug-udev/
2009-12-02udev 141: fix fragile symlinking by moving it to a smarter postinstKoen Kooi
2009-11-12udev-141: Fix staging of include files due to exec_prefix being ''Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12udev-141: Fix staging of .pc file due to exec_prefix being ''Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-28udev: Update recipes to package up local.rules.David-John Willis
2009-10-22udev 141: fix packaging on x86_64Michael Smith
udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir} is ${prefix}/lib64. This means some paths need to be hardcoded to "/lib" instead of "${base_libdir}". Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-17udev: fix confusion in naming of subpackage RDEPENDSPhil Blundell
2009-06-01udev: Allow standard users to access shared memory (from poky)Koen Kooi
2009-05-30udev: fixed obsolete udevadm syntax for udev init.d script.Ihar Hrachyshka
Fixed the following warning message when executing udev init script: "udevadm control commands requires the --<command> format, this will stop working in a future release." Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-25udev: include udev-utils into udev rootfsIhar Hrachyshka
The reason for the move is that udevadm binary is executed from udev init.d script. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-25udev 141: merge in some fixes from pokyKoen Kooi
2009-05-21udev 141: symlink /usr/lib/udev/rules.d to /etc/udev/rules.dKoen Kooi
2009-05-21udev 141: fix stagingKoen Kooi
2009-05-18udev 141: add fb0 -> fb symlink to make X happyKoen Kooi
* X starts, but hal doesn't see devices anymore
2009-05-18udev 141: add /dev cache, install binaries to the correct locationsKoen Kooi
2009-05-13udev 141: continue cleaning out udev legacy stuffKoen Kooi
2009-04-18udev 141: start clean upKoen Kooi
2009-04-15udev: add 141, needs more work since it only creates static libs and the ↵Koen Kooi
OE-only kernel match patch needs to get evaluated