summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup_lib11
1 files changed, 10 insertions, 1 deletions
diff --git a/node/setup_lib b/node/setup_lib
index 450b44a..187ca71 100755
--- a/node/setup_lib
+++ b/node/setup_lib
@@ -45,7 +45,16 @@ git_config()
git config --system http.proxy http://ci.linaro.org:3128
}
-
+# Installs the correct linaro-image-tools version.
+# The deb file is taken from the ubuntu-build-production archive:
+# https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production
+install_lit()
+{
+ VERSION='2012.09.1'
+ DEB_FILE="linaro-image-tools_${VERSION}-0ubuntu1~linaro1_all.deb"
+ wget "https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production/+files/${DEB_FILE}"
+ dpkg -i ${DEB_FILE}
+}
fifo_cleanup()
{