summaryrefslogtreecommitdiffstats
path: root/recipes-platform
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-02-13 18:58:48 -0500
committerScott Murray <scott.murray@konsulko.com>2023-02-13 19:00:28 -0500
commit110bd316b17af7951bada083ee6d5fbb9fdc3c65 (patch)
treebcc623a963bfa694f5b0d316b8b01cf7161be133 /recipes-platform
parent2b882188bd8d5b7a0ffe46e690147b3a8adda3f7 (diff)
packagegroup-agl-demo: remove sllin driver
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>
Diffstat (limited to 'recipes-platform')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb
index b12f3767..6b7e5239 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb
@@ -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)} \