aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_151.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-18udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Tom Rini <tom_rini@mentor.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-12-11udev_151.bb: add pre-generated 70-persistent-net.rules for nokia900Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-10-29udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PRKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-10-27udev_151.bb: add rules for nokia900Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 151: increase timeout to 8 to catch more devicesKoen Kooi
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-05udev_151: Make it work with uclibc.Khem Raj
* This only works with uclibc-git version at the moment. These two patch should not be needed as well once uclibc patches which adds lutimes and defines le16toh are committed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-29Revert "udev: patch init of version 151 and support older kernels"Andrea Adami
This reverts commit 28bc48904e31c3a63cf5a60bc005ed8fb359cc52.
2010-05-29udev: patch init of version 151 and support older kernelsAndrea Adami
* Some devices don't function properly when using a recent udev on an old * kernel, so udev will now try to fall back to an older version is present Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-05-26udev: Move udevadm back from udev to udev-utils package.Khem Raj
* hald needs udevadm but not all of udev. If this binary is moved into udev then it will have to pull in udev which is unwanted. Signed-off-by: Khem Raj <raj.khem@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-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-26udev 151: bump PRKoen Kooi
2010-03-25udev 151: follow debian/fedora and use /lib/udev as libexecdir. This fixes ↵Koen Kooi
packages installing rules into /lib/udev
2010-03-16udev 151: remove symlinking logic completely:Koen Kooi
* it breaks upgrade paths * broken apps will still be broken
2010-03-16udev 151: libdir symlinking logic was reversed, fix thatKoen Kooi
2010-03-15udev: update LICENSE to more specific GPLv2+ (v2 or later)Denys Dmytriyenko
2010-03-15udev 151: provide compatibility symlink to /lib/udev where some recipes ↵Koen Kooi
install their udev stuff into
2010-03-11udev 151: create modules.dep if it doesn't exist, fixes scary warnings at ↵Koen Kooi
first boot
2010-02-22udev 151 OE rules: update to drop deprecated optionsKoen Kooi
2010-02-21udev 151: bump PRKoen Kooi
2010-02-19udev: blacklist mmcblk mounting for SHRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-14attr: add 2.4.44Koen Kooi
acl: add 2.2.49 udev: add 151