diff mbox

[daisy,2/2] udev-cache.default: set PROBE_PLATFORM_BUS to "yes" by default

Message ID 1403713196-22214-2-git-send-email-denis@denix.org
State Accepted
Commit 6aae37c66fb6e7153b829ad860b7e7f94e804bd4
Headers show

Commit Message

Denys Dmytriyenko June 25, 2014, 4:19 p.m. UTC
From: Denys Dmytriyenko <denys@ti.com>

Force probing of "platform" bus by default.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

[Backport from OE-Core/master 6aae37c66fb6e7153b829ad860b7e7f94e804bd4]
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta/recipes-core/udev/udev/udev-cache.default | 1 +
 1 file changed, 1 insertion(+)

Comments

Otavio Salvador June 26, 2014, 5:28 p.m. UTC | #1
On Wed, Jun 25, 2014 at 1:19 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Force probing of "platform" bus by default.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> [Backport from OE-Core/master 6aae37c66fb6e7153b829ad860b7e7f94e804bd4]
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>
diff mbox

Patch

diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/meta/recipes-core/udev/udev/udev-cache.default
index 5c4937a..2093336 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"