summaryrefslogtreecommitdiff
path: root/packages/udev
AgeCommit message (Collapse)AuthorFiles
2009-02-27udev-124: remove boc01-specific mount.shJeremy Lainé2
2009-02-23udev_124: make default versionMichael 'Mickey' Lauer1
2009-02-13udev-{092,097,100}: Sanitize permissions.rulesTom Rini7
Go and take out all of the GROUP='...' lines in permissions.rules for groups that we currently do not have, and no package addgroup's. Matches udev-118.
2009-02-13udev-124: Sanitize permissions.rules and remove warning about leading /.Tom Rini3
We created /etc/dev.tar by 'tar cf /etc/dev.tar /dev' and then when we extract tar complains about a leading /, but since we do 'cd /;tar xf ..' drop the leading / in creation. Go and take out all of the GROUP='...' lines in permissions.rules for groups that we currently do not have, and no package addgroup's. Matches udev-118.
2009-01-16udev: move /sbin/udevadm to udev-utilsMarcin Juszkiewicz1
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-16udev 124: support devices with ads7846 touchscreen and wrong modaliasMarcin Juszkiewicz1
2009-01-13udev: move /sbin/udevadm to udev-utilsMarcin Juszkiewicz6
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-12fastboot: udev: Update init script to support udev-static-devices.Chia-I Wu3
2009-01-12fastboot: udev-static-devices: New package to provide static dev nodes.Chia-I Wu4
2008-12-22udev: add boc01-specific mount.sh scriptJeremy Lainé2
2008-12-22udev_*.bb: honer $D in postinst scripts.John Lee4
Otherwise it will overwrite host udev settings in a toolchain environment. Patch created by Christopher Hall <hsw@openmoko.com>
2008-12-07udev: slugos - add loop devices to blacklist, bump PRMike Westerhof2
(loop devices are now detected by udev with newer kernels)
2008-12-07udev-124: Fix firmware loader script name and bump package PR (fromCyril Humbert2
poky)
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther6
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_PRHolger Hans Peter Freyther6
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-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe12
2008-09-24udev: add tmpfs fix from pokyKoen Kooi2
2008-09-04udev: Fixed a typo in the init script caused double mounting of /dev.Stanislav Brabec2
2008-08-29SlugOS 5.0: udev - mount.sh script needs to use blkid to automaticallyMike Westerhof2
blacklist members of a RAID array (lest we automount them, which may happen, at least with the busybox mount command).
2008-08-11udev 124: merge from poky, add blacklist back in till we properly merge with ↵Koen Kooi11
poky * disabled by default, needs testing
2008-05-06udev-118: fixed init failure if /dev/null exist:Stanislav Brabec2
* 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-29udev 118 simplify init script, closes #3886Michael Lauer2
2008-02-25Export PATH in udev network.sh.Stanislav Brabec1
* udevd does clearenv(). Without PATH, ifup/ifdown does not work properly. * Exporting default shell PATH fixes it.
2008-02-12udev: update to 118, remove noasmlinkage patch in favour of 'sed'Michael Lauer10
2008-02-10SlugOS: udev - do not attempt to mount a device via fstab since mounting onMike Westerhof2
SlugOS is done via UUID, not device names.
2007-09-29udev: sync with poky, def_pref 115 negativeKoen Kooi20
2007-08-28udev: add sbin into PATH for network.sh, should close #2869Clement Hermann4
2007-07-04udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all"Paul Sokolovsky1
2007-07-04udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH.Paul Sokolovsky4
* Instead, put into own package and make machines RDEPEND on it per their likes.
2007-06-30udev 092, 097, 100: Stop booting semi-configured system in case of random ↵Paul Sokolovsky3
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-30udev: Stop booting semi-configured system in case of random miniscule errors.Paul Sokolovsky4
* 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-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky1
* 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-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky6
* 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-14udev: disable parallel compilationRolf Leggewie1
while we're at it, clean up a little
2007-06-12udev: make only udev RPROVIDE hotplug not all packages (from Poky)Marcin Juszkiewicz1
2007-02-21udev: Fixup slight mistake in previous commit, bump PROyvind Repvik3
2007-02-21udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ↵Oyvind Repvik3
into it
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-28udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵Richard Purdie6
EV_KEY support
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz3
2006-11-28udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, ↵Koen Kooi4
bump PR
2006-11-07udev: Auto-add the rootfs partition to mount.blacklist via postinst to work ↵Matthias Hentges4
around a bug in the auto-mounter * * Untested in .dev! * *
2006-10-31udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)Michael Lauer18
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
2006-10-04udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add ruleGraeme Gregory3
to create UART devices for s3c24XX CPUs.
2006-09-28udev: Enable udev-100 on SlugOSMichael-Luke Jones1
2006-09-14udev: remove needless machine specificationsPhilipp Zabel13
2006-09-12udev-097,100: firmware_helper is now firmware.sh - fix udev.rulesPhilipp Zabel4
2006-09-08udev: add 0.100, default preference = -1Koen Kooi8
2006-08-25udev-097: drop the MAKEDEV link from links.conf, it is created in the init ↵Philipp Zabel2
script
2006-08-22udev: add description for libvolume_idPhilipp Zabel1