aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
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 Freyther
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 Luebbe
2008-09-24udev: add tmpfs fix from pokyKoen Kooi
2008-09-04udev: Fixed a typo in the init script caused double mounting of /dev.Stanislav Brabec
2008-08-29SlugOS 5.0: udev - mount.sh script needs to use blkid to automaticallyMike Westerhof
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 Kooi
poky * disabled by default, needs testing
2008-05-06udev-118: fixed init failure if /dev/null exist:Stanislav Brabec
* 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 Lauer
2008-02-25Export PATH in udev network.sh.Stanislav Brabec
* 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 Lauer
2008-02-10SlugOS: udev - do not attempt to mount a device via fstab since mounting onMike Westerhof
SlugOS is done via UUID, not device names.
2007-09-29udev: sync with poky, def_pref 115 negativeKoen Kooi
2007-08-28udev: add sbin into PATH for network.sh, should close #2869Clement Hermann
2007-07-04udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all"Paul Sokolovsky
2007-07-04udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH.Paul Sokolovsky
* 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 Sokolovsky
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 Sokolovsky
* 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 Sokolovsky
* 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 Sokolovsky
* 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 Leggewie
while we're at it, clean up a little
2007-06-12udev: make only udev RPROVIDE hotplug not all packages (from Poky)Marcin Juszkiewicz
2007-02-21udev: Fixup slight mistake in previous commit, bump PROyvind Repvik
2007-02-21udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ↵Oyvind Repvik
into it
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie
2006-12-28udev: Update touchscreen rule so it doesn't require the touchscreen to have ↵Richard Purdie
EV_KEY support
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz
2006-11-28udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, ↵Koen Kooi
bump PR
2006-11-07udev: Auto-add the rootfs partition to mount.blacklist via postinst to work ↵Matthias Hentges
around a bug in the auto-mounter * * Untested in .dev! * *
2006-10-31udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)Michael Lauer
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 Gregory
to create UART devices for s3c24XX CPUs.
2006-09-28udev: Enable udev-100 on SlugOSMichael-Luke Jones
2006-09-14udev: remove needless machine specificationsPhilipp Zabel
2006-09-12udev-097,100: firmware_helper is now firmware.sh - fix udev.rulesPhilipp Zabel
2006-09-08udev: add 0.100, default preference = -1Koen Kooi
2006-08-25udev-097: drop the MAKEDEV link from links.conf, it is created in the init ↵Philipp Zabel
script
2006-08-22udev: add description for libvolume_idPhilipp Zabel
2006-08-22udev: stop overwriting description in udev.incPhilipp Zabel
2006-08-22udev: add 097Philipp Zabel
- 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-15udev: Prune old obsolete broken versions (058, 063, 065, 070, 071).Richard Purdie
2006-08-15udev: Fix packaging after -dbg changes (udev-utils wasn't populated)Richard Purdie
2006-08-12udev: add mount.blacklist for h2200 and ipaq-pxa270Koen Kooi
2006-08-12udev 092: fix hostap on h2200, courtesy Joshua Layne Koen Kooi
2006-08-11udev 092: Update for keeping the debug information in the correct packageJamie Lenehan
which is clearer. Appened to package list so -dbg package stays first and use .../* to match files and ignore directories.
2006-08-11udev 092: Remove the spurious debug info from the packages. Closes #1241Jamie Lenehan
"udev ships spurious debug info"
2006-08-05merge of '61c6cd8658c99e2416e242b79cdff01967f01c94'Holger Freyther
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2'
2006-08-05udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqsKoen Kooi
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-26udev 092: Fix ARM inotify syscallRichard Purdie
2006-07-24udev - /proc/sys/kernel/hotplug hasmoved to /sys/kernel/uevent_helper in 2.6.16.Raymond Danks