summaryrefslogtreecommitdiff
path: root/meta/packages/udev
AgeCommit message (Collapse)AuthorFiles
2010-06-09udev: bump PR after cache fixesJoshua Lock5
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09Fix the boot process udev warningYu Ke11
Phenomena: there is udev warning in boot process tar: can't open '/etc/dev.tar': Read-only file system The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet. To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-04-07igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra1
rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-02-01udev: Add DEPENDS on glib-2.0 after recent changesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-29udev: Enable gudevRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-10udev: Add local.rules for the IGEP v2 to symlink the first framebuffer to ↵Enric Balletbo i Serra2
/dev/fb Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-25udev-141: Backport fix from 145 which is also needed hereRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-25udev: Fix touchscreen link creation with latest versionRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17udev: Convert old versions to use do_install for stagingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-14udev: Remove broken exec_prefix which fixes file layout and stages libudev ↵Richard Purdie1
correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-27udev: Add 145Richard Purdie9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-31udev: Allow standard users to access shared memoryRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-22udev-141: Add missing udev rulesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-19udev: Add 141Richard Purdie9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2008-12-02udev-124: Fix firmware loader script name and bump package PRCyril Humbert2
2008-08-12udev: Drop the standard persistent rules, they're useless on embedded hardwareRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5064 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-08udev: improved mount.shMarcin Juszkiewicz6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5025 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-31udev: add init script header so that insserv does the right thing (fixing ↵Ross Burton2
mountall/devpts ordering issues) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-24udev: Sync the rules with the versions from a more recent udev, optimise the ↵Richard Purdie4
boot process slightly by skipping boring ttys earlier git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4942 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19udev: Move machine specific parts into a separate extra packageRichard Purdie5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4896 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15udev no longer symlinks for udevcontrol, udevsettle and udevtrigger. Modify ↵Joshua Lock2
init script to use udevadm [action] git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4840 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15Make udev-124 the default.Joshua Lock1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4839 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15Recipe for udev-124Joshua Lock9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4837 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02udev: use init script from OLPCMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4788 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-23udev: save another fork in mount.shRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4721 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-23udev: don't fork so much in mount.shRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4717 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-03Add rules for MXC UARTs.Robert Bradford1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2826 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-28udev: Bumping -115 PR.Samuel Ortiz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2821 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-28udev-115: Kernel events filtering improvement.Samuel Ortiz2
In order to avoid creating dozens of ttys and ptys, we have to discard some specific kernel events. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2820 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26udev: Promote 115 to defaultRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2802 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26udev.inc: Fix staging of libvolume (autotools macros don't work)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2799 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-21udev: adding the latest udev release, 115.Samuel Ortiz8
This release allows us to get rid of udevsynthesize in favour of udevtrigger. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2769 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-12udev: make only udev RPROVIDE hotplug not all packagesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1921 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-17udev: blacklist mtdblock devices - we mount them separate if neededMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-28udev: Fix touchscreen symlink when the touchscreen driver doesn't send ↵Richard Purdie2
EV_KEY events git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21Various minor updates from OE.devRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-20udev: Package and stage libvolume-id as required by HALRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@888 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-05Update udev from upstream oe (still using 092, just a newer PR, so the ↵Chris Larson5
.debug stuff is split out of its packaging). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@788 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-26udev: Remove old unused versionsRichard Purdie10
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@759 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-26udev 092: Revise touchscreen detection expression to function with nokia770Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@758 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Change include x.inc -> require x.inc (sync with OE)Richard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-26udev: Fix inotify ARM syscall issue, removing boot time warningRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@555 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie37
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966