summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2775-5020/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Add shared/pkgconfig files to standard -dev globMark Hatle2010-08-201-2/+2
| | | | | | | | | | Add the pkgconfig files that may appear into the shared directory into the -dev globbing. Also change the udev integration to remove the manual instance of the shared directory .pc file. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* udev: use relative path when creating dev.tarKevin Tian2010-08-177-7/+7
| | | | | | | this effectively removes below warning: tar: removing leading '/' from member names Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* udev: enable udev-extrasQing He2010-08-062-8/+13
| | | | | | | | | | | | | | changes: - enable extras, this includes pci/usb and acl related utilities - pci.ids automatic search doesn't work, specifying manually - package udev glib binding into libgudev{,-dev,-dbg} - libudev RDEPENDS on udev, this is somehow counter-intuitive: libudev is the library to access udev information - should RRECOMMENDS usbutils-ids and pciutils-ids bug: RDEPENDS (RRECOMMENDS) on a specific version still doesn't work Signed-off-by: Qing He <qing.he@intel.com>
* udev: upgrade to version 158Qing He2010-07-247-0/+443
| | | | | | | | | | | | | | | | | | | | | | | | | older versions are kept untouched for now changes: - udev has diverged a lot, the udev.inc was based on a quite dated version, thus doesn't reflect current status of udev, create a new include file udev-new.inc to adapt - separate libudev{,-dev,-dbg} apart from udev - --with-udev-prefix is removed. change ${libexecdir} to ${base_libdir}/udev, which is described in INSTALL file. - udev.pc is provided in ${datadir}/pkgconfig, since it's used to indicate the existence of udev itself instead of development headers and libs, pack it in udev instead of udev-dev - udev-extras is disabled since we are missing libacl, this also means gudev is missing as for now - other cleanups, e.g. do_stage, do_install, EXTRA_OEMAKE todo: - udev-extras - remove old udev versions - rebase udev-145 on udev-new.inc as well Signed-off-by: Qing He <qing.he@intel.com>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-222-6/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: bump PR after cache fixesJoshua Lock2010-06-095-5/+5
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the boot process udev warningYu Ke2010-06-0911-11/+36
| | | | | | | | | | | 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>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-071-0/+0
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* udev: Add DEPENDS on glib-2.0 after recent changesRichard Purdie2010-02-011-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Enable gudevRichard Purdie2010-01-292-2/+51
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Add local.rules for the IGEP v2 to symlink the first framebuffer to ↵Enric Balletbo i Serra2009-12-102-2/+36
| | | | | | | /dev/fb Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev-141: Backport fix from 145 which is also needed hereRichard Purdie2009-11-252-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Fix touchscreen link creation with latest versionRichard Purdie2009-11-252-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Convert old versions to use do_install for stagingRichard Purdie2009-11-171-5/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Remove broken exec_prefix which fixes file layout and stages libudev ↵Richard Purdie2009-10-141-4/+1
| | | | | | correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Add 145Richard Purdie2009-08-279-119/+491
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Allow standard users to access shared memoryRichard Purdie2009-05-312-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev-141: Add missing udev rulesRichard Purdie2009-05-221-5/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Add 141Richard Purdie2009-05-199-0/+615
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev-124: Fix firmware loader script name and bump package PRCyril Humbert2008-12-022-2/+2
|
* udev: Drop the standard persistent rules, they're useless on embedded hardwareRichard Purdie2008-08-121-1/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5064 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: improved mount.shMarcin Juszkiewicz2008-08-086-19/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5025 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: add init script header so that insserv does the right thing (fixing ↵Ross Burton2008-07-312-1/+12
| | | | | | mountall/devpts ordering issues) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Sync the rules with the versions from a more recent udev, optimise the ↵Richard Purdie2008-07-244-30/+87
| | | | | | 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
* udev: Move machine specific parts into a separate extra packageRichard Purdie2008-07-195-7/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4896 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev no longer symlinks for udevcontrol, udevsettle and udevtrigger. Modify ↵Joshua Lock2008-07-152-2/+4
| | | | | | init script to use udevadm [action] git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4840 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Make udev-124 the default.Joshua Lock2008-07-151-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4839 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Recipe for udev-124Joshua Lock2008-07-159-0/+559
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4837 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: use init script from OLPCMarcin Juszkiewicz2008-07-021-216/+38
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4788 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: save another fork in mount.shRoss Burton2008-06-232-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4721 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: don't fork so much in mount.shRoss Burton2008-06-232-7/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4717 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add rules for MXC UARTs.Robert Bradford2007-10-031-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2826 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Bumping -115 PR.Samuel Ortiz2007-09-281-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2821 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev-115: Kernel events filtering improvement.Samuel Ortiz2007-09-282-0/+105
| | | | | | | | 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
* udev: Promote 115 to defaultRichard Purdie2007-09-261-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2802 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev.inc: Fix staging of libvolume (autotools macros don't work)Richard Purdie2007-09-261-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2799 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: adding the latest udev release, 115.Samuel Ortiz2007-09-218-0/+627
| | | | | | | | 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
* udev: make only udev RPROVIDE hotplug not all packagesMarcin Juszkiewicz2007-06-121-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1921 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: blacklist mtdblock devices - we mount them separate if neededMarcin Juszkiewicz2007-05-172-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Fix touchscreen symlink when the touchscreen driver doesn't send ↵Richard Purdie2006-12-282-2/+2
| | | | | | EV_KEY events git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Various minor updates from OE.devRichard Purdie2006-11-212-3/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Package and stage libvolume-id as required by HALRichard Purdie2006-11-202-4/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@888 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Update udev from upstream oe (still using 092, just a newer PR, so the ↵Chris Larson2006-10-055-7/+25
| | | | | | .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
* udev: Remove old unused versionsRichard Purdie2006-09-2610-919/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@759 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev 092: Revise touchscreen detection expression to function with nokia770Richard Purdie2006-09-262-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@758 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Change include x.inc -> require x.inc (sync with OE)Richard Purdie2006-08-273-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Fix inotify ARM syscall issue, removing boot time warningRichard Purdie2006-07-262-1/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@555 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-2137-0/+3176
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966