summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhouloud Touil <ktouil@baylibre.com>2018-06-19 10:05:43 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-07-03 03:49:44 +0000
commit80c6bbcd190ac40305e0e2e83e20209f39c9dfb8 (patch)
tree328c978c3cb8407a6d40a3a28af3da55aa63aeb9
parenteb781bd17ad30e6131d0779202b7868800339774 (diff)
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 <ktouil@baylibre.com>
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb
index 5cf826bd..979830a3 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 \