]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev-cache.default: set PROBE_PLATFORM_BUS to "yes" by default
authorDenys Dmytriyenko <denys@ti.com>
Thu, 19 Jun 2014 22:53:23 +0000 (18:53 -0400)
committerSaul Wold <sgw@linux.intel.com>
Fri, 25 Jul 2014 16:49:27 +0000 (09:49 -0700)
Force probing of "platform" bus by default.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/udev/udev/udev-cache.default

index 5c4937a9a06e2f4e4fdc3b3061ab1ef4bfb79d1d..20933361a95b1f092af247e3720256f02649c6c5 100644 (file)
@@ -2,3 +2,4 @@
 
 # Comment this out to disable device cache
 DEVCACHE="/etc/dev.tar"
+PROBE_PLATFORM_BUS="yes"