diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-08 17:01:41 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-27 13:56:16 +0200 |
commit | 7f3c55f02aa6b35b3530883a6c1f71ddd1f92eb4 (patch) | |
tree | 0646dbd7782bef4b02b67068cb2115be46e11ff0 /scripts/sdks/agl | |
parent | 78c901ea7029ad6c60b03ad0b20f8152854fac09 (diff) |
Updated AGL sdks list definition
Change-Id: I239b052f2d2bf4caf6fe4e756ee372e4ae6060ec
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'scripts/sdks/agl')
-rwxr-xr-x | scripts/sdks/agl/_build-sdks-json.sh | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/scripts/sdks/agl/_build-sdks-json.sh b/scripts/sdks/agl/_build-sdks-json.sh index 6a6ad4e..4ab5f0c 100755 --- a/scripts/sdks/agl/_build-sdks-json.sh +++ b/scripts/sdks/agl/_build-sdks-json.sh @@ -1,6 +1,6 @@ #!/bin/bash ########################################################################### -# Copyright 2017 IoT.bzh +# Copyright 2017-2018 IoT.bzh # # author: Sebastien Douheret <sebastien@iot.bzh> # @@ -18,7 +18,7 @@ ########################################################################### SDK_AGL_BASEURL="https://download.automotivelinux.org/AGL" -SDK_AGL_IOTBZH_BASEURL="http://iot.bzh/download/public/XDS/sdk" +SDK_AGL_IOTBZH_BASEURL="http://iot.bzh/download/public/XDS" # Define urls where SDKs can be downloaded DOWNLOADABLE_URLS=" @@ -27,10 +27,20 @@ DOWNLOADABLE_URLS=" ${SDK_AGL_BASEURL}/release/dab/4.0.2/*/deploy/sdk ${SDK_AGL_BASEURL}/release/eel/5.0.0/*/deploy/sdk + ${SDK_AGL_BASEURL}/release/eel/5.0.1/*/deploy/sdk + ${SDK_AGL_BASEURL}/release/eel/5.0.2/*/deploy/sdk + ${SDK_AGL_BASEURL}/release/eel/5.0.3/*/deploy/sdk + ${SDK_AGL_BASEURL}/release/eel/latest/*/deploy/sdk - ${SDK_AGL_IOTBZH_BASEURL} -" + ${SDK_AGL_IOTBZH_BASEURL}/images/dab-m3ulcb/*/sdk + ${SDK_AGL_IOTBZH_BASEURL}/images/dab-raspi/*/sdk + + ${SDK_AGL_IOTBZH_BASEURL}/images/eel-intel-corei7-64/*/sdk + ${SDK_AGL_IOTBZH_BASEURL}/images/eel-m3ulcb/*/sdk + ${SDK_AGL_IOTBZH_BASEURL}/images/master-m3ulcb/*/sdk + ${SDK_AGL_IOTBZH_BASEURL}/images/master-qemux86-64/*/sdk +" ### |