Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-01-16 | udev: move /sbin/udevadm to udev-utils | Marcin Juszkiewicz | 1 | |
udevadm is multibinary which provides udevinfo, udevsynthetize. HAL uses udevinfo to gather informations about system devices. On system where mdev (from busybox) is used as hotplug manager HAL was not able to find any device due to lack of udevinfo command. | ||||
2009-01-16 | udev 124: support devices with ads7846 touchscreen and wrong modalias | Marcin Juszkiewicz | 1 | |
2009-01-13 | udev: move /sbin/udevadm to udev-utils | Marcin Juszkiewicz | 6 | |
udevadm is multibinary which provides udevinfo, udevsynthetize. HAL uses udevinfo to gather informations about system devices. On system where mdev (from busybox) is used as hotplug manager HAL was not able to find any device due to lack of udevinfo command. | ||||
2009-01-12 | fastboot: udev: Update init script to support udev-static-devices. | Chia-I Wu | 3 | |
2009-01-12 | fastboot: udev-static-devices: New package to provide static dev nodes. | Chia-I Wu | 4 | |
2008-12-22 | udev: add boc01-specific mount.sh script | Jeremy Lainé | 2 | |
2008-12-22 | udev_*.bb: honer $D in postinst scripts. | John Lee | 4 | |
Otherwise it will overwrite host udev settings in a toolchain environment. Patch created by Christopher Hall <hsw@openmoko.com> | ||||
2008-12-07 | udev: slugos - add loop devices to blacklist, bump PR | Mike Westerhof | 2 | |
(loop devices are now detected by udev with newer kernels) | ||||
2008-12-07 | udev-124: Fix firmware loader script name and bump package PR (from | Cyril Humbert | 2 | |
poky) | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 6 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 6 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 12 | |
2008-09-24 | udev: add tmpfs fix from poky | Koen Kooi | 2 | |
2008-09-04 | udev: Fixed a typo in the init script caused double mounting of /dev. | Stanislav Brabec | 2 | |
2008-08-29 | SlugOS 5.0: udev - mount.sh script needs to use blkid to automatically | Mike Westerhof | 2 | |
blacklist members of a RAID array (lest we automount them, which may happen, at least with the busybox mount command). | ||||
2008-08-11 | udev 124: merge from poky, add blacklist back in till we properly merge with ↵ | Koen Kooi | 11 | |
poky * disabled by default, needs testing | ||||
2008-05-06 | udev-118: fixed init failure if /dev/null exist: | Stanislav Brabec | 2 | |
* script failed on mknod for some reason, so check /dev/null before calling mknod * separate mknod is needed, otherwise ugly errors can appear * /dev/null not being character device will still cause failure | ||||
2008-02-29 | udev 118 simplify init script, closes #3886 | Michael Lauer | 2 | |
2008-02-25 | Export PATH in udev network.sh. | Stanislav Brabec | 1 | |
* udevd does clearenv(). Without PATH, ifup/ifdown does not work properly. * Exporting default shell PATH fixes it. | ||||
2008-02-12 | udev: update to 118, remove noasmlinkage patch in favour of 'sed' | Michael Lauer | 10 | |
2008-02-10 | SlugOS: udev - do not attempt to mount a device via fstab since mounting on | Mike Westerhof | 2 | |
SlugOS is done via UUID, not device names. | ||||
2007-09-29 | udev: sync with poky, def_pref 115 negative | Koen Kooi | 20 | |
2007-08-28 | udev: add sbin into PATH for network.sh, should close #2869 | Clement Hermann | 4 | |
2007-07-04 | udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all" | Paul Sokolovsky | 1 | |
2007-07-04 | udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH. | Paul Sokolovsky | 4 | |
* Instead, put into own package and make machines RDEPEND on it per their likes. | ||||
2007-06-30 | udev 092, 097, 100: Stop booting semi-configured system in case of random ↵ | Paul Sokolovsky | 3 | |
miniscule errors. * It makes *completely* no sense to just fail the udev script on first error and continue boot further. Either it should try to ignore them, or halt system boot. Otherwise, system in weird, semi-working state will emerge, without anu notices of such state. * This script for example fails on mount --bind and mount --move, which busybox 1.2.1 doesn't appear to handle correctly. | ||||
2007-06-30 | udev: Stop booting semi-configured system in case of random miniscule errors. | Paul Sokolovsky | 4 | |
* It makes *completely* no sense to just fail the udev script on first error and continue boot further. Either it should try to ignore them, or halt system boot. Otherwise, system in weird, semi-working state will emerge, without anu notices of such state. * This script for example fails on mount --bind and mount --move, which busybox 1.2.1 doesn't appear to handle correctly. | ||||
2007-06-18 | udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS. | Paul Sokolovsky | 1 | |
* Like ramdisk the stupid script spit tens of megabytes to a "device", without checking if it exists. * Generally, /dev should contains only devices, typical size - tens of Kb. | ||||
2007-06-18 | udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS. | Paul Sokolovsky | 6 | |
* Like ramdisk the stupid script spit tens of megabytes to a "device", without checking if it exists. * Generall, /dev should contains only devices, typical size - tens of Kb. | ||||
2007-06-14 | udev: disable parallel compilation | Rolf Leggewie | 1 | |
while we're at it, clean up a little | ||||
2007-06-12 | udev: make only udev RPROVIDE hotplug not all packages (from Poky) | Marcin Juszkiewicz | 1 | |
2007-02-21 | udev: Fixup slight mistake in previous commit, bump PR | Oyvind Repvik | 3 | |
2007-02-21 | udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ↵ | Oyvind Repvik | 3 | |
into it | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 3 | |
2006-12-28 | udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵ | Richard Purdie | 6 | |
EV_KEY support | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 3 | |
2006-11-28 | udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, ↵ | Koen Kooi | 4 | |
bump PR | ||||
2006-11-07 | udev: Auto-add the rootfs partition to mount.blacklist via postinst to work ↵ | Matthias Hentges | 4 | |
around a bug in the auto-mounter * * Untested in .dev! * * | ||||
2006-10-31 | udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!) | Michael Lauer | 18 | |
udev: remove 084 and 089, but keep 092 which seems to be pretty solid | ||||
2006-10-04 | udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add rule | Graeme Gregory | 3 | |
to create UART devices for s3c24XX CPUs. | ||||
2006-09-28 | udev: Enable udev-100 on SlugOS | Michael-Luke Jones | 1 | |
2006-09-14 | udev: remove needless machine specifications | Philipp Zabel | 13 | |
2006-09-12 | udev-097,100: firmware_helper is now firmware.sh - fix udev.rules | Philipp Zabel | 4 | |
2006-09-08 | udev: add 0.100, default preference = -1 | Koen Kooi | 8 | |
2006-08-25 | udev-097: drop the MAKEDEV link from links.conf, it is created in the init ↵ | Philipp Zabel | 2 | |
script | ||||
2006-08-22 | udev: add description for libvolume_id | Philipp Zabel | 1 | |
2006-08-22 | udev: stop overwriting description in udev.inc | Philipp Zabel | 2 | |
2006-08-22 | udev: add 097 | Philipp Zabel | 8 | |
- drop support for kernels <2.6.15, udevsynthesize replaced by udevtrigger - split out libvolume_id into its own package - I set PKG_libvolume-id-dev="libvolume-id-dev" because otherwise libvolume-id-dev would be renamed to libvolume-id0, too. - DEFAULT_PREFERENCE="-1", it's not run-time tested yet. | ||||
2006-08-15 | udev: Prune old obsolete broken versions (058, 063, 065, 070, 071). | Richard Purdie | 23 | |
2006-08-15 | udev: Fix packaging after -dbg changes (udev-utils wasn't populated) | Richard Purdie | 4 | |