aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_124.bb
AgeCommit message (Collapse)Author
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-28udev_124.bb: Fix build when DISTRO_FEATURES lacks "largefile".Graham Gower
NOTE: make -e EXTRAS=extras/firmware/ extras/scsi_id/ extras/volume_id/ STRIP=echo libudevdir=/lib/udev libdir=/lib prefix= GENHDR udev_version.h CC udev_device.o In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdlib.h:25:0, from udev_device.c:20: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0, from udev_device.c:21: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! In file included from udev_device.c:21:0: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t' In file included from udev_device.c:21:0: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t' /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token udev_device.c: In function 'udev_device_event': udev_device.c:272:4: warning: cast increases required alignment of target type udev_device.c:272:4: warning: cast increases required alignment of target type make: *** [udev_device.o] Error 1 FATAL: oe_runmake failed Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
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-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-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-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-04-12udev 124: disable devcache on BUG 2.0Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-12-09udev: exclude mtd* from persistent storage rulesMaxime Petazzoni
Exclude mtd* devices from the persistent storage rules to avoid invalid vol_id invocations on MTD partitions that may not be accessible. Signed-off-by: Maxime Petazzoni <mpetazzoni@mvista.com>
2009-10-28udev: Update recipes to package up local.rules.David-John Willis
2009-05-04udev 124: disable dev cache on akita, c7x0, spitz and tosaDenys Dmytriyenko
above platforms have /tmp and /etc on read-only rootfs during udev start
2009-04-23udev 124: add cache invalidation logic on kernel change or its ↵Denys Dmytriyenko
bootargs/cmdline/atags also add /etc/default/udev with the option to disable device caching Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-14udev 124: fix the absolute soname link in libvolume for SDKDenys Dmytriyenko
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>