aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev
AgeCommit message (Collapse)Author
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-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-19openmoko: remove openmoko directories used from FILESPATH as openmoko ↵Martin Jansa
distribution was obsoleted on Aug 2010 Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@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-29udev : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.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/154: Move udevadm settle timeout to 8 to match 151Tom Rini
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-08-03attr: added BBCLASSEXTEND = "native"Frans Meulenbroeks
added BBCLASSEXTEND = "native" this is needed for squashfs-tools, otherwise it is not possible to build mksquashfs and hence no squashfs creation on the build system Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.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-07-08attr_2.4.44.bb: Specify PLATFORM otherwise it uses uname.Khem Raj
* Using uname to get OS name may not work on non linux build systems. * Cater for largefile feature which is knob'able in uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-23udev/mount.sh: use lazy umountSteffen Sledz
* umount will fail if there are processes accessing files at the device, use lazy umount to avoid this problem Signed-off-by: Steffen Sledz <sledz@dresearch.de> 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
2010-06-16udev/{acl,attr}: Fix install. Wanted to install to host /usr/bin/.Leon Woestenberg
The subdirectory Makefile includes a file, that overrides the variables inherited from the parent Makefile. Those where provided to the parent make through '-e'. Make sure the subdir makes also use '-e'. (An alternative fix is to sed the include file.) Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-06matrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.Robert P. J. Day
* If a filename has either a ".diff" or ".patch" suffix, then the "patch=1" parameter is unnecessary. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Chris Larson <clarson@kergoth.com>
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-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-29Revert "udev: patch init of version 151 and support older kernels"Andrea Adami
This reverts commit 28bc48904e31c3a63cf5a60bc005ed8fb359cc52.
2010-05-29Revert "udev-static: rename recipe to udev-compat to avoid packaging clash"Andrea Adami
This reverts commit c027cfceec87f66e5996f098a1ede9f5a33e88fa.
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-29udev-static: rename recipe to udev-compat to avoid packaging clashAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
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-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-05-08attr: clear TOPDIR env variable in recipeCliff Brake
2010-05-08acl: clear TOPDIR env variable in recipeCliff Brake
2010-04-17udev-static 124: prototype for a static udevd and udevadm that can be used ↵Koen Kooi
as fallback on old kernels (e.g. 2.6.26 or earlier)
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>
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-16acl: fix msgfmt and msgmerge paths like already done for xgettextThomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-16attr: fix MSGFMT and MSGMERGE pathsThomas Zimmermann
* do_configure fails if gettext isn't installed on buildhost * set ac_cv_path_MSGFMT and ac_cv_path_MSGMERGE like it's already done for ac_cv_path_XGETTEXT Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
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: we don't like a DEVCACHE at hipox machinesledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-03-11udev 151: create modules.dep if it doesn't exist, fixes scary warnings at ↵Koen Kooi
first boot
2010-03-01attr_2.4.44.bb : uclibc needs a -lintl to compileGraeme Gregory