aboutsummaryrefslogtreecommitdiff
path: root/node/setup-build-android
AgeCommit message (Collapse)Author
2014-01-27Add libmpfr-dev package, trying to resolve gcc build failures.Paul Sokolovsky
Change-Id: I1941b7bb3f3f75c506e7ee58ccba74220cb34788
2013-11-26Add acpica-tools which is a dependency for UEFI nowVishal Bhoj
2013-08-16Replace lib32readline5-dev with lib32readline-gplv2-dev for precise.Paul Sokolovsky
2013-08-16lp:1212474 Install SVN on android builders.Paul Sokolovsky
2013-01-28lp:1099901: Add also autoconf & autoconf to Android build image.Paul Sokolovsky
2013-01-18[bug #1099901] Install libtool on build slaves.Paul Sokolovsky
2012-08-07USe -y for apt-get install linaro-image-toolsPaul Sokolovsky
2012-08-07Install linaro-image-tools so builds can create complete FS images.Paul Sokolovsky
Also, setup jenkins-build user access to it.
2012-08-02Made the wgets more quiet by using -nv. This is slightly less quiet than -q, ↵James Tunnicliffe
but much less noisy than not using any flags. It will show the URL we are downloading and any error messages. Should keep logs small, but usable.
2012-08-02To aid debugging get rid of quiet option to wget.James Tunnicliffe
Accept all certificates for https downloads (wget) because snapshots.linaro.org and releases.linaro.org HTTPS servers use self signed certs. This has only been changed for wget uses that may point to a Linaro hosted download.
2012-07-24Add libxml2-utils as required by Android JellyBean.Paul Sokolovsky
2012-05-23Re-enable S3 mirror.Paul Sokolovsky
2012-05-22Turn off S3 mirror for now, use old EC2 mirror.Paul Sokolovsky
2012-05-21Add lzop package, as required by vexpress_rtsm.Paul Sokolovsky
2012-03-12Add gcc 4.4, to make sure we can build toolchain on older distros.Paul Sokolovsky
2012-03-05Treat apt-get update specially - don't consider failure after retries as fatal.Paul Sokolovsky
Because some subrepositories may be indeed inaccessible during periods of time.
2012-03-01Move user creation at the end again.Paul Sokolovsky
So, if apt-get would fail even with retries, we get fail-fast behavior due to user not created, instead of more tangled error.
2012-03-01Protect apt-get update with retries too.Paul Sokolovsky
2012-03-01Use /bin/bashPaul Sokolovsky
2012-03-01Add retries to apt-get install operations, to workaround EC2 issues.Paul Sokolovsky
2012-02-27Install packages as last step, not first, to workaround S3 mirror issues.Paul Sokolovsky
2012-02-21apt-get update after switching to S3 mirror.Paul Sokolovsky
2012-02-21Switch to use S3 mirror for Ubuntu EC2 packages.Paul Sokolovsky
Per http://groups.google.com/group/ec2ubuntu/browse_thread/thread/507f58dd51b6b631
2012-02-20Add java-commonPaul Sokolovsky
2012-02-20Install unixodbc, sun-java6* dependendency.Paul Sokolovsky
2012-02-20Use exactly same magic command for java dpkg install as was for apt-get.Paul Sokolovsky
2012-02-20Install sun-java6* from local mirror.Paul Sokolovsky
2012-01-31Install uuid-dev on build slave, prereq of UEFI bootloader.Paul Sokolovsky
2011-09-07Revert back to pristine repo.Paul Sokolovsky
2011-09-06Move to patched repo.Paul Sokolovsky
2011-09-01Switch to using our mirror of repo, while android.git.kernel.org is down.Paul Sokolovsky
2011-07-05X11 stuff is being included by SDL which is part of Android codebase.Paul Sokolovsky
2011-07-05Revert to known working java magic.Paul Sokolovsky
2011-07-05Another try to fix java magic.Paul Sokolovsky
2011-07-05Save split seconds on java install attempts.Paul Sokolovsky
2011-07-05Optimize package setup even further.Paul Sokolovsky
2011-06-24Consistent naming for build setup scripts, setup-$BUILD_TYPE.Paul Sokolovsky
Note: we still use setup-build-android in hardcoded way.