summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-06-19 18:53:23 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-25 18:01:16 +0100
commit21ac977e2ace50759bb30a78afb07c038dcd9508 (patch)
treeb23e4f8d936f6b3215685fc13e5627378fc3d29d
parent33a4425d6de5a8aabcb40ccbc80483749fc3cb32 (diff)
downloadpoky-21ac977e2ace50759bb30a78afb07c038dcd9508.tar.gz
udev-cache.default: set PROBE_PLATFORM_BUS to "yes" by default
Force probing of "platform" bus by default. (From OE-Core rev: 56ab3df34cbea9f139935297221cc781e44770a2) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/udev/udev/udev-cache.default1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/meta/recipes-core/udev/udev/udev-cache.default
index 5c4937a9a0..20933361a9 100644
--- a/meta/recipes-core/udev/udev/udev-cache.default
+++ b/meta/recipes-core/udev/udev/udev-cache.default
@@ -2,3 +2,4 @@
2 2
3# Comment this out to disable device cache 3# Comment this out to disable device cache
4DEVCACHE="/etc/dev.tar" 4DEVCACHE="/etc/dev.tar"
5PROBE_PLATFORM_BUS="yes"