summaryrefslogtreecommitdiffstats
path: root/recipes-platform
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-09-05 15:25:20 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-09-06 11:24:49 +0000
commit2a7b3213edf74b16fe4431ea95ebc26f09415e7b (patch)
tree5a4f17f036f42d07b907b41dea91a9701fcd6ea7 /recipes-platform
parent06c5705c94a6884d8901cdac84b02a2fbaad3ed2 (diff)
Remove Kingfisher btwilink disabling
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
Diffstat (limited to 'recipes-platform')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb
index 424ea9156..78ed85782 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb
@@ -9,13 +9,6 @@ PACKAGES = "\
packagegroup-agl-demo \
"
-# Hook for demo platform configuration
-# ATM, only used to disable btwilink module on [MH]3ULCB + Kingfisher by default,
-# setting DEMO_ENABLE_BTWILINK to "true" in local.conf / site.conf re-enables.
-DEMO_ENABLE_BTWILINK ?= ""
-DEMO_PLATFORM_CONF = ""
-DEMO_PLATFORM_CONF:append:ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}"
-
# fonts
TTF_FONTS = " \
ttf-bitstream-vera \
@@ -35,6 +28,5 @@ RDEPENDS:${PN} += " \
linux-firmware-ralink \
iproute2 \
pre-install-music-data \
- ${DEMO_PLATFORM_CONF} \
${TTF_FONTS} \
"