aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/udev
AgeCommit message (Collapse)Author
2012-08-24udev-173: Fix SRC_URI to fetch bz2 archiveKhem Raj
gz archive is not available on source anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-31udev-extra-rules: drop in favor of udev-extraconf from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-23udev-extra-rules: add mount.blacklist to CONFFILESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-09udev: link librt explicitly on uclibcKhem Raj
Some functions used by udev are in librt in uclibc case therefore add -lrt to linker flags when building for uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-23udev_182: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-20udev: update to 182Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09udev-173: don't hardcode path to pidofAndreas Oberritter
* pidof lives in /bin, search it in $PATH. * Assume pidof's presence. * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-07udev: consolekit package requires x11Andreas Oberritter
* consolekit fails to build without x11, so drop the runtime dependency on consolekit if x11 is unavailable. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23udev: Upgrade 180 -> 181Khem Raj
180 does not compile with kmod-5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-30udev-180: switch from git checkout to release tarballMartin Jansa
* problem is with manpage generation, commit http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=6528a3938fe8727b99b210cf504a335d07c94c37 assumes that even without xstltproc we can install pregenerated manpages, but they are only in release tarball (e.g. src/udev.7) and without them, build system tries to regenerate and fails: /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xsltproc -o src/udev.7 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl src/udev.xml warning: failed to load external entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-30udev: add 180Koen Kooi
* 'blkid' isn't needed anymore, since 176 udev links against libblkid * 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod * The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes Runtime tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08udev: update to 175Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24udev 174: add version 174, disabled by default (see below)Koen Kooi
This release moves various binaries from /sbin to /lib/udev, invalidating the sysvinit scripts in our metadata. To stay closer to upstream the sysvinit scripts have been removed and systemd units are used instead. Since this is a huge change (both the moving of 'udevd' and removing initscripts) this recipe has a negative DEFAULT_PREFERENCE. Patches to reinstate sysvinit support are welcomed, but will be subject to close scrutiny. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19udev: udev-systemd refactoryOtavio Salvador
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12recipes: use allarch instead of PACKAGE_ARCH = allMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-10udev 173: add blkid to RRECOMMENDS_${PN} since various udev rules use itKoen Kooi
A missing blkid is non-fatal, so recommend it instead of hard depending on it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14udev-173: use tar.gz instead of git checkoutMartin Jansa
* today it's easier to find right tar.gz stored somewhere then working git.kernel.org Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02udev: update to 173Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-11udev: update to 172Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-02udev-extra-rules: refactor mount.sh scriptOtavio Salvador
Avoids a fork for using cat and do a whitespace cleanup. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-31udev-extra-rules: remove modprobe rule, it has moved back to udevKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-31udev 171: readd modprobe rule to main recipeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-31udev 171: disable cache on systemd setupsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30udev: drop 168 and associated filesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30udev 171: cleanup duplicated rules some moreKoen Kooi
Install only upstream rules and the touchscreen0 symlink rule That gets us to: root@beagleboard-c3:~# time (udevadm trigger ; udevadm settle) real 0m1.540s user 0m0.062s sys 0m0.273s Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-30udev-extra-rules: recipe with extra rules previously provided by udevKoen Kooi
These rules had no demonstratable benefit and slow down bootup a lot Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-28udev 171: add recipe with DP = -1Koen Kooi
This is meant for people to test before making it the default. The goal is to get rid of as many udev rules as possible to speed up boot time Some numbers of udev-trigger running on beagleboard/angstrom: udev with no accept4() syscall in libc: 180s udev 168 with default rules: 12s udev 171 with default rules: 8s udev 171 with minimal rules 0.8s These times vary with the number of devices attached, SD card speed, etc. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-26udev 168: enable systemd support, but package systemd files seperatelyKoen Kooi
Systemd support in udev only affects 'make install', so no changes for sysvinit based systems Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-23udev: move ConsoleKit files to udev-consolekitOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23udev: remove udev.inc since it was not being in useOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23udev: fix action used during startupOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-23udev: fix init script indentingOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-16udev: update to 168Koen Kooi
This also removes machine specific files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-10udev: drop udev-compat for zaurus devicesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-17move layer into meta-oe in preparation for future splitsKoen Kooi
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>