Age | Commit message (Collapse) | Author | Files |
|
* / isn't always mounted rw when udev runs, so lets create /etc/dev.tar after checkroot has run
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
The udev configurations files are needed for Xorg configuration
for buglabs's bug device that will be commited later,
in order to find the right device nodes for the touchscreens
Note that the script creating the bmi(Bug module interface)
event pipe has not been commented out,because it will be needed
when the java bindings for the bug device will be in openembedded
The udev rules were took from buglabs svn:
svn://svn.buglabs.net/bug/branches/hrw/oe-stable-2009/
inside they are in meta-bug/packages/udev-rules/bug-udev/
|
|
Exclude mtd* devices from the persistent storage rules to avoid invalid
vol_id invocations on MTD partitions that may not be accessible.
Signed-off-by: Maxime Petazzoni <mpetazzoni@mvista.com>
|
|
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
|
|
|
|
udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir}
is ${prefix}/lib64. This means some paths need to be hardcoded to "/lib"
instead of "${base_libdir}".
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Reads better when there are modules initialized by udev...
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
fixed adding that to the recipe:
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
|
|
|
|
Fixed the following warning message when executing udev init script:
"udevadm control commands requires the --<command> format, this will
stop working in a future release."
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
|
|
The reason for the move is that udevadm binary is executed from udev
init.d script.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
|
|
* X starts, but hal doesn't see devices anymore
|
|
|
|
|
|
above platforms have /tmp and /etc on read-only rootfs during udev start
|
|
bootargs/cmdline/atags
also add /etc/default/udev with the option to disable device caching
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Tom Rini <trini@embeddedalley.com>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
OE-only kernel match patch needs to get evaluated
|
|
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|