diff options
author | Johan Hovold <johan@kernel.org> | 2014-10-24 17:39:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:17:08 +0000 |
commit | 8e666f643e6a8720ca604706afed91fba4096eef (patch) | |
tree | 87278dc0e066192c93a95bbd3e82bce78c43d6dc /meta/classes | |
parent | 479baa37ba366f5371fbc35d95d39e27f9b14cd2 (diff) | |
download | openembedded-core-8e666f643e6a8720ca604706afed91fba4096eef.tar.gz openembedded-core-8e666f643e6a8720ca604706afed91fba4096eef.tar.bz2 openembedded-core-8e666f643e6a8720ca604706afed91fba4096eef.zip |
udev: fix uevent-helper disable
Make sure that /proc/sys/kernel/hotplug exists before trying to disable
the uevent-helper mechanism.
Since kernel commit 86d56134f1b6 ("kobject: Make support for
uevent_helper optional.") the kernel can be built without uevent-helper
support. In this case /proc/sys/kernel/hotplug does not exist and the
current sysvinit script fails with
/etc/rcS.d/S04udev: line 132: can't create /proc/sys/kernel/hotplug: nonexistent directory
when trying to disable the uevent-helper mechanism during boot.
Note that a single NULL-character has always been sufficient to disable.
(From OE-Core rev: f7b8445f2e89ad0a59c2859f9eb26855769f1070)
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions