packagegroup-agl-demo: remove sllin driver 99/28499/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 13 Feb 2023 23:58:48 +0000 (18:58 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 14 Feb 2023 00:00:28 +0000 (19:00 -0500)
Remove the sllin driver from the default demo packagegroup as we
no longer use it, and it fails to compile against linux-dummy when
building for IC EG guest containers.  A separate follow up change
will finally remove the sllin driver and lin-config recipes.

Bug-AGL: SPEC-4703

Change-Id: I77b4508975993e32f3dd245b1c133aa703e0b349
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
recipes-platform/packagegroups/packagegroup-agl-demo.bb

index b12f376..6b7e523 100644 (file)
@@ -9,9 +9,6 @@ PACKAGES = "\
     packagegroup-agl-demo \
     "
 
-# HVAC and steering wheel demo dependency
-LIN_DRIVERS ??= " sllin"
-
 # 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.
@@ -39,7 +36,6 @@ RDEPENDS:${PN} += " \
     can-utils \
     cannelloni \
     iproute2 \
-    ${LIN_DRIVERS} \
     ${DEMO_PLATFORM_CONF} \
     ${TTF_FONTS} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'webruntime', 'virtual/webruntime', '', d)} \