aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-15 23:51:34 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-15 23:53:02 +0100
commit1cba00345f7c2cf81a36297ecae83ffb133bff22 (patch)
tree2e0723b86225f72fd7086a7986befd2fa7c25850
parent7007258d954d544a9f859ba51633ae6b5a0a3925 (diff)
Add AGL_CAN_INTERFACE=vcan0 to application-lifecycle
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ic0b2e75122835786899aae2979feb8d29edefd5c
-rwxr-xr-xcommon/scripts/application-lifecycle.sh3
1 files changed, 2 insertions, 1 deletions
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