From: Denys Dmytriyenko Date: Thu, 19 Jun 2014 22:53:23 +0000 (-0400) Subject: udev-cache.default: set PROBE_PLATFORM_BUS to "yes" by default X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aae37c66fb6e7153b829ad860b7e7f94e804bd4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git udev-cache.default: set PROBE_PLATFORM_BUS to "yes" by default Force probing of "platform" bus by default. Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/meta/recipes-core/udev/udev/udev-cache.default index 5c4937a9a06..20933361a95 100644 --- a/meta/recipes-core/udev/udev/udev-cache.default +++ b/meta/recipes-core/udev/udev/udev-cache.default @@ -2,3 +2,4 @@ # Comment this out to disable device cache DEVCACHE="/etc/dev.tar" +PROBE_PLATFORM_BUS="yes"