From 4913c46bf2c4099bf467eee30c0faf1d41618fa2 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 18 Dec 2018 16:22:10 -0500 Subject: Disable btwilink by default on m3ulcb Testing for CES has found the wilink BT on the M3+Kingfisher somewhat unreliable. To disable it by default for now, add a demo platform configuration hook to packagegroup-agl-demo-platform and use it to pick up a modprobe configuration file to prevent btwilink from loading. This addition is specific to the m3ulcb platform, and the variable DEMO_ENABLE_BTWILINK can be used to over-ride the behavior by setting it to "true" in local.conf or site.conf. Change-Id: Ia645d9329594547f83601526e3f3fd5da5845b24 Signed-off-by: Scott Murray --- recipes-connectivity/btwilink-disable-conf/files/btwilink-disable.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-connectivity/btwilink-disable-conf/files/btwilink-disable.conf (limited to 'recipes-connectivity/btwilink-disable-conf/files') diff --git a/recipes-connectivity/btwilink-disable-conf/files/btwilink-disable.conf b/recipes-connectivity/btwilink-disable-conf/files/btwilink-disable.conf new file mode 100644 index 00000000..8d28f629 --- /dev/null +++ b/recipes-connectivity/btwilink-disable-conf/files/btwilink-disable.conf @@ -0,0 +1 @@ +install btwilink /bin/false -- cgit 1.2.3-korg