aboutsummaryrefslogtreecommitdiff
path: root/linux-ltsi.yaml
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2016-03-03 17:04:44 +0000
committerLinaro Code Review <review@review.linaro.org>2016-03-16 05:15:58 +0000
commit39222dd5edddbe5a0a61e91a600779378ec81f8d (patch)
tree50df3d30f6d1df2450aa176d9dafe7fdf8eacc2e /linux-ltsi.yaml
parentd1227af3ab6d1ae188e2f0cff4a7043041435a36 (diff)
linux: use api_version 3 when publishing
Now with api_version 3 builds get published to Amazon S3. Change-Id: If997f8c600891dcbf06247823a24982af9abef1d
Diffstat (limited to 'linux-ltsi.yaml')
-rw-r--r--linux-ltsi.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-ltsi.yaml b/linux-ltsi.yaml
index 03feec92a8..8a10995b18 100644
--- a/linux-ltsi.yaml
+++ b/linux-ltsi.yaml
@@ -111,7 +111,7 @@
[ "${ARCH}" = "arm64" ] && mkimage -A arm -O linux -C none -T kernel -a 0x00080000 -e 0x00080000 -n Linux -d out/Image out/uImage || true
# Publish to snapshots
- ${HOME}/bin/linaro-cp out kernel-hwpack/linux-ltsi/${defconfig}/${BUILD_NUMBER}
+ ${HOME}/bin/linaro-cp --api_version 3 out kernel-hwpack/linux-ltsi/${defconfig}/${BUILD_NUMBER}
CCACHE_DIR=${CCACHE_DIR} ccache -M 30G
CCACHE_DIR=${CCACHE_DIR} ccache -s