diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-08 00:02:44 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-08 00:02:44 +0200 |
commit | 28be63f45953355abe1e45f0b26f25e75ac01fe6 (patch) | |
tree | fb8730606340b9e1575ff1a0d2bedfd48075e364 /jjb/common | |
parent | 23bba586d4b651cfbe541d40c4119a4c0737b2d0 (diff) |
Enable ci builds for all apps
Change-Id: I43ec8cc5c9f06af0bb57aa16e8c31bb02550b41f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-apps-fetch-install-sdk.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh index 436c3843..d107f9ea 100644 --- a/jjb/common/include-apps-fetch-install-sdk.sh +++ b/jjb/common/include-apps-fetch-install-sdk.sh @@ -11,6 +11,7 @@ SDKHOSTDIR="~/agl-sdk" ## apps-fetch-install-sdk.sh ################################################################################ +# should probably switch to release ... or multiple (release/snapshot) fwiw SDKBASEURL="https://download.automotivelinux.org/AGL/snapshots/master/latest/${TARGETSDKMACHINE}/deploy/sdk/" export TARGETSDKNAME=$(curl -s "$SDKBASEURL" | grep -e "crosssdk.*\.sh<" | sed -e "s#.*<a href=\"##g" -e "s#\">poky-agl.*##g") |