From 961017ada3be22fddcacd2e67416de49d8652a35 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 15 Jan 2021 23:51:34 +0100 Subject: Add AGL_CAN_INTERFACE=vcan0 to application-lifecycle Signed-off-by: Jan-Simon Moeller Change-Id: Ic0b2e75122835786899aae2979feb8d29edefd5c --- common/scripts/application-lifecycle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index cb68d9e..b363ac2 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -9,6 +9,7 @@ export AGLDRIVER=agl-driver # for pyagl - unless redefined in a test export AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_CAN_INTERFACE="vcan0" while [ $# -ge 1 ] do -- cgit 1.2.3-korg