From: Khouloud Touil Date: Tue, 19 Jun 2018 10:05:43 +0000 (+0000) Subject: Add the libsocketcan and canutils userspace components X-Git-Tag: 5.99.2~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F14869%2F2;p=AGL%2Fmeta-agl-demo.git Add the libsocketcan and canutils userspace components libsocketcan and canutils userspace components are the needed tools to configure and use the CAN interfaces Change-Id: I3c17c7997b0d5701b0f916b88437047028bc9a1f Signed-off-by: Khouloud Touil --- diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb index 5cf826bdb..979830a35 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -57,7 +57,8 @@ PREFERRED_PROVIDER_virtual/webruntime = "web-runtime" RDEPENDS_${PN} += " \ linux-firmware-ath9k \ - can-utils \ + libsocketcan \ + canutils \ iproute2 \ python-curses \ dhcp-client \