diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:51:34 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:51:34 +0100 |
commit | 961017ada3be22fddcacd2e67416de49d8652a35 (patch) | |
tree | c2fa4cda211f77d3f9dfbae291fd9dbb5c913117 /common/scripts | |
parent | 5dfcc6c0441fc9b7fc7b84eae0188301fd658775 (diff) |
Add AGL_CAN_INTERFACE=vcan0 to application-lifecyclekoi_10.92.0koi/10.92.010.92.0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic0b2e75122835786899aae2979feb8d29edefd5c
Diffstat (limited to 'common/scripts')
-rwxr-xr-x | common/scripts/application-lifecycle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |