summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/btwilink-disable-conf
AgeCommit message (Collapse)AuthorFilesLines
9 daysRemove Kingfisher btwilink disablingScott Murray2-15/+0
Remove DEMO_ENABLE_BTWILINK hook and associated conf file recipe used to make using the btwilink driver an explicit opt-in, as the driver has been removed from the meta-rcar Kingfisher BSP layer in its new scarthgap-v5.9.4 branch in favor of the mainline kernel driver. Since the Kingfisher is not a primary demo platform at this point, leaving it to default to its onboard Bluetooth support seems reasonable versus trying to update this scheme. Bug-AGL: SPEC-5191, SPEC-5214 Change-Id: Iece5d2671ab36f4191d950bfa50e320f35dbef3b Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30249 ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account
2019-12-12Disable Kingfisher onboard Bluetooth when using h3ulcbScott Murray1-1/+1
Extend the current default disabling of the Kingfisher onboard Bluetooth when using m3ulcb to include h3ulcb as well. Bug-AGL: SPEC-3043 Change-Id: I85aff38424cd00781bb1e3c0ccbb28117fe0aa9e Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-12-20Disable btwilink by default on m3ulcbScott Murray2-0/+15
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 <scott.murray@konsulko.com>