summaryrefslogtreecommitdiff
path: root/recipes/udev
AgeCommit message (Collapse)AuthorFiles
2010-06-23udev/mount.sh: use lazy umountSteffen Sledz2
* 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 Heinold18
* 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 Woestenberg2
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 Jansa1
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. Day3
* 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 Raj3
* 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 Jansa1
* 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 Adami2
This reverts commit 28bc48904e31c3a63cf5a60bc005ed8fb359cc52.
2010-05-29Revert "udev-static: rename recipe to udev-compat to avoid packaging clash"Andrea Adami7
This reverts commit c027cfceec87f66e5996f098a1ede9f5a33e88fa.
2010-05-29udev: patch init of version 151 and support older kernelsAndrea Adami2
* 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 Adami7
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-05-26udev: Move udevadm back from udev to udev-utils package.Khem Raj2
* 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 Raj9
* 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 Larson6
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 Larson6
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 Brake1
2010-05-08acl: clear TOPDIR env variable in recipeCliff Brake1
2010-04-17udev-static 124: prototype for a static udevd and udevadm that can be used ↵Koen Kooi7
as fallback on old kernels (e.g. 2.6.26 or earlier)
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa9
* 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 Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-26udev 151: bump PRKoen Kooi1
2010-03-25udev 151: follow debian/fedora and use /lib/udev as libexecdir. This fixes ↵Koen Kooi1
packages installing rules into /lib/udev
2010-03-16udev 151: remove symlinking logic completely:Koen Kooi1
* it breaks upgrade paths * broken apps will still be broken
2010-03-16udev 151: libdir symlinking logic was reversed, fix thatKoen Kooi1
2010-03-16acl: fix msgfmt and msgmerge paths like already done for xgettextThomas Zimmermann1
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-16attr: fix MSGFMT and MSGMERGE pathsThomas Zimmermann1
* 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 Dmytriyenko3
2010-03-15udev 151: provide compatibility symlink to /lib/udev where some recipes ↵Koen Kooi1
install their udev stuff into
2010-03-11udev: we don't like a DEVCACHE at hipox machinesledz1
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 Kooi2
first boot
2010-03-01attr_2.4.44.bb : uclibc needs a -lintl to compileGraeme Gregory1
2010-02-22udev 151 OE rules: update to drop deprecated optionsKoen Kooi3
2010-02-21udev 151: bump PRKoen Kooi1
2010-02-19udev: blacklist mmcblk mounting for SHRMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-14attr: add 2.4.44Koen Kooi18
acl: add 2.2.49 udev: add 151
2010-02-11udev-141: we don't like persistent net interface rules at hipox machineSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-01-27udev: get rid of 'timestamp in the future' tar messagesPetr Štetiar2
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 Kooi3
* / 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' Carikli4
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-09udev: exclude mtd* from persistent storage rulesMaxime Petazzoni8
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-12-02udev 141: fix fragile symlinking by moving it to a smarter postinstKoen Kooi1
2009-11-12udev-141: Fix staging of include files due to exec_prefix being ''Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12udev-141: Fix staging of .pc file due to exec_prefix being ''Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-28udev: Update recipes to package up local.rules.David-John Willis2
2009-10-28udev: Add local.rules for the omap3-pandora to open up /dev/event* to all users.David-John Willis3
2009-10-22udev 141: fix packaging on x86_64Michael Smith1
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-09-20udev: split up init starting and populating messagesDenys Dmytriyenko1
Reads better when there are modules initialized by udev... Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-07-11udev 118 : fix GNU hashDenis 'Gnutoo' Carikli1
fixed adding that to the recipe: TARGET_CC_ARCH += "${LDFLAGS}"
2009-06-17udev: fix confusion in naming of subpackage RDEPENDSPhil Blundell1
2009-06-01udev: Allow standard users to access shared memory (from poky)Koen Kooi2