X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fsdks%2Fagl%2F_build-sdks-json.sh;h=1357d6381aeefd2f0cfcbbc3b303ea22daa9ce2b;hb=8861c188ae6c91b0a76c98a365366c807d3bd38e;hp=60e0e716d6790a1596917383bc0f938f00989d3a;hpb=fd259104f41b4a9d79e1952ef453693f055bdb91;p=src%2Fxds%2Fxds-server.git diff --git a/scripts/sdks/agl/_build-sdks-json.sh b/scripts/sdks/agl/_build-sdks-json.sh index 60e0e71..1357d63 100755 --- a/scripts/sdks/agl/_build-sdks-json.sh +++ b/scripts/sdks/agl/_build-sdks-json.sh @@ -88,8 +88,11 @@ for url in $(echo $urls); do arch=$(echo "${sdkFile}" | sed -r 's/.*crosssdk-(.*)-toolchain.*/\1/') endUrl=${url#$SDK_AGL_BASEURL} - if [ "${endUrl::4}" = "http" ]; then - name=${profile}_${arch}_${version} + if [ "${url::14}" = "http://iot.bzh" ]; then + endUrl=${url#$SDK_AGL_IOTBZH_BASEURL} + name=$(echo "IoTbzh-$(echo ${endUrl} | cut -d'/' -f3,4 | sed s:/:-:g)-${version}") + elif [ "${endUrl::4}" = "http" ]; then + name="${profile}_${arch}_${version}" else name=$(echo "AGL-$(echo ${endUrl} | cut -d'/' -f2,3,4,5)" | sed s:/:-:g) fi