Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
Go and take out all of the GROUP='...' lines in permissions.rules for
groups that we currently do not have, and no package addgroup's. Matches
udev-118.
|
|
We created /etc/dev.tar by 'tar cf /etc/dev.tar /dev' and then when we
extract tar complains about a leading /, but since we do 'cd /;tar xf ..'
drop the leading / in creation.
Go and take out all of the GROUP='...' lines in permissions.rules for
groups that we currently do not have, and no package addgroup's. Matches
udev-118.
|
|
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.
|
|
|
|
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.
|
|
|
|
|
|
|
|
Otherwise it will overwrite host udev settings in a toolchain
environment.
Patch created by Christopher Hall <hsw@openmoko.com>
|
|
(loop devices are now detected by udev with newer kernels)
|
|
poky)
|
|
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.
|
|
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>
|
|
|
|
|
|
|
|
blacklist members of a RAID array (lest we automount them, which may
happen, at least with the busybox mount command).
|
|
poky
* disabled by default, needs testing
|
|
* 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
|
|
|
|
* udevd does clearenv(). Without PATH, ifup/ifdown does not work properly.
* Exporting default shell PATH fixes it.
|
|
|
|
SlugOS is done via UUID, not device names.
|
|
|
|
|
|
|
|
* Instead, put into own package and make machines RDEPEND on it per their likes.
|
|
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.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
while we're at it, clean up a little
|
|
|
|
|
|
into it
|
|
|
|
EV_KEY support
|
|
|
|
bump PR
|
|
around a bug in the auto-mounter * * Untested in .dev! * *
|
|
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
|
|
to create UART devices for s3c24XX CPUs.
|
|
|
|
|
|
|
|
|
|
script
|