aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_097.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-25 04:14:52 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-24 18:27:13 -0800
commit61a8d80ccdc245898e878d97439a929d758ceb5b (patch)
tree7a9639a26f00d5ec92dcae8e2bfa5d7d6c85d1eb /recipes/udev/udev_097.bb
parent46cc091e64b1be3eab002653b426a9492730cecd (diff)
downloadopenembedded-61a8d80ccdc245898e878d97439a929d758ceb5b.tar.gz
udev: Remove duplicate udev firmware loading rule
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>
Diffstat (limited to 'recipes/udev/udev_097.bb')
-rw-r--r--recipes/udev/udev_097.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/udev/udev_097.bb b/recipes/udev/udev_097.bb
index 84d4b61c6a..2a20005ca8 100644
--- a/recipes/udev/udev_097.bb
+++ b/recipes/udev/udev_097.bb
@@ -10,7 +10,7 @@ needed to link programs with libvolume_id."
require udev.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
LD = "${CC}"