From 5a80c7caffd53b9c4145768cff9ebd72997c38c3 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Thu, 14 Feb 2019 15:40:45 +1100 Subject: Update make-agl script to latest AGL SDK Signed-off-by: Mark Farrugia --- scripts/make-agl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-agl.sh b/scripts/make-agl.sh index 2f88757..34afff4 100755 --- a/scripts/make-agl.sh +++ b/scripts/make-agl.sh @@ -1,7 +1,7 @@ #!/bin/bash SDK_ROOT=/opt/agl-sdk -SDK_VERSION=6.99.1+snapshot +SDK_VERSION=6.99.4 SDK_VAR=aarch64 # Source environment -- cgit 1.2.3-korg