Commit Graph

43 Commits

Author SHA1 Message Date
Joshua Lock c2569a7405 udev: bump PR after cache fixes
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-09 12:07:59 +01:00
Yu Ke 1c803f3ffb Fix the boot process udev warning
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-06-09 12:04:51 +01:00
Enric Balletbo i Serra aa1931498b igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and rev. C
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-04-07 10:20:53 +01:00
Richard Purdie 413f235827 udev: Add DEPENDS on glib-2.0 after recent changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-01 09:33:53 +00:00
Richard Purdie ecc9880c9d udev: Enable gudev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-29 15:18:56 +00:00
Enric Balletbo i Serra 5386327d34 udev: Add local.rules for the IGEP v2 to symlink the first framebuffer to /dev/fb
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-10 16:51:01 +00:00
Richard Purdie 43dd23b93d udev-141: Backport fix from 145 which is also needed here
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-25 15:01:47 +00:00
Richard Purdie 429837b613 udev: Fix touchscreen link creation with latest version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-25 14:31:53 +00:00
Richard Purdie a7d453bdcd udev: Convert old versions to use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17 12:33:59 +00:00
Richard Purdie f1216d2adb udev: Remove broken exec_prefix which fixes file layout and stages libudev correctly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-14 17:28:13 +01:00
Richard Purdie ec1d478271 udev: Add 145
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-27 13:02:47 +01:00
Richard Purdie 185d8b084a udev: Allow standard users to access shared memory
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-31 22:16:48 +01:00
Richard Purdie 7a3ad270fc udev-141: Add missing udev rules
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-22 09:39:02 +01:00
Richard Purdie 14cba802f2 udev: Add 141
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-19 17:47:28 +01:00
Cyril Humbert 5b44f42e13 udev-124: Fix firmware loader script name and bump package PR 2008-12-02 17:21:26 +00:00
Richard Purdie 77c01014e0 udev: Drop the standard persistent rules, they're useless on embedded hardware
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5064 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-12 21:55:54 +00:00
Marcin Juszkiewicz 9c65649134 udev: improved mount.sh
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5025 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-08 07:41:48 +00:00
Ross Burton ed1b1e9a8f udev: add init script header so that insserv does the right thing (fixing mountall/devpts ordering issues)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-31 10:58:38 +00:00
Richard Purdie f9651fac68 udev: Sync the rules with the versions from a more recent udev, optimise the 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-24 17:00:15 +00:00
Richard Purdie fc128ab1e4 udev: Move machine specific parts into a separate extra package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4896 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19 21:15:41 +00:00
Joshua Lock b17cdb2975 udev no longer symlinks for udevcontrol, udevsettle and udevtrigger. Modify 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-15 14:53:56 +00:00
Joshua Lock b645d5cfdf Make udev-124 the default.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4839 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15 11:10:42 +00:00
Joshua Lock 47780f8c43 Recipe for udev-124
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4837 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-15 09:51:02 +00:00
Marcin Juszkiewicz 398512ef6e udev: use init script from OLPC
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4788 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02 15:38:04 +00:00
Ross Burton f6e7776727 udev: save another fork in mount.sh
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4721 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-23 14:28:36 +00:00
Ross Burton 7717814038 udev: don't fork so much in mount.sh
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4717 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-23 10:27:10 +00:00
Robert Bradford d195594897 Add rules for MXC UARTs.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2826 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-03 14:23:09 +00:00
Samuel Ortiz 596b7b888d udev: Bumping -115 PR.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2821 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-28 17:48:45 +00:00
Samuel Ortiz 5dfdab596c udev-115: Kernel events filtering improvement.
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-28 17:47:54 +00:00
Richard Purdie 7fc1a05c43 udev: Promote 115 to default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2802 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26 10:41:11 +00:00
Richard Purdie 4a33e3df4e udev.inc: Fix staging of libvolume (autotools macros don't work)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2799 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26 10:34:10 +00:00
Samuel Ortiz cb40f22835 udev: adding the latest udev release, 115.
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-09-21 10:03:55 +00:00
Marcin Juszkiewicz 0ab5fd9e9d udev: make only udev RPROVIDE hotplug not all packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1921 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-12 13:07:12 +00:00
Marcin Juszkiewicz 0253a49054 udev: blacklist mtdblock devices - we mount them separate if needed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-17 11:58:44 +00:00
Richard Purdie 61e233a869 udev: Fix touchscreen symlink when the touchscreen driver doesn't send EV_KEY events
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-28 16:33:50 +00:00
Richard Purdie 4b647cde77 Various minor updates from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21 12:15:23 +00:00
Richard Purdie b1ce4327e8 udev: Package and stage libvolume-id as required by HAL
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@888 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-20 16:26:10 +00:00
Chris Larson 16e5c3b377 Update udev from upstream oe (still using 092, just a newer PR, so the .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-10-05 21:56:07 +00:00
Richard Purdie 361473f833 udev: Remove old unused versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@759 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-26 09:42:53 +00:00
Richard Purdie 675c8fc41c udev 092: Revise touchscreen detection expression to function with nokia770
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@758 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-26 09:42:19 +00:00
Richard Purdie c813d14c9f Change include x.inc -> require x.inc (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27 23:34:18 +00:00
Richard Purdie d8201adda0 udev: Fix inotify ARM syscall issue, removing boot time warning
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@555 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-26 21:26:34 +00:00
Richard Purdie b2f192faab Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21 10:10:31 +00:00