From 1cba00345f7c2cf81a36297ecae83ffb133bff22 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index 403116e..6e7394f 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -8,7 +8,8 @@ export COLUMNS=1000 AGLDRIVER=agl-driver # for pyagl - unless redefined in a test -AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_CAN_INTERFACE="vcan0" while [ $# -ge 1 ] do -- cgit 1.2.3-korg