aboutsummaryrefslogtreecommitdiff
path: root/jessie-amd64
AgeCommit message (Collapse)Author
2016-12-11replace python-pycurl by python-requestsFathi Boudra
linaro-cp is now based on python-requests instead of python-pycurl. Change-Id: I3fd10d781ada66b0b7efb796f30395884954df7a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-26remove libguestfs-tools - not used anymoreFathi Boudra
Change-Id: I7cb3a01b5db836b04fa70b5e5ad198cd5bcae500 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-24libvirt: don't hardcode the gateway ipFathi Boudra
It should be configured at runtime, in the jenkins jobs. Change-Id: I36164f6ab08602ca1b9c62b2dc79e65ee21f8c0a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-13All images: Add --pull option to "docker build"Maxim Kuvyrkov
... to re-download base image, such as ubuntu:trusty when it changes upstream, even when an [older] copy is present locally. This prevents re-using older base images when re-building fresh ones. This change was done programmatically with: find -name build.sh | xargs sed -i -e "s/docker build --tag/docker build --pull --tag/" Change-Id: I3c567139fd1534e74e6846af573ad025d293bf9f
2016-09-14Add libvirt clients support to Jessie and Xenial imagesFathi Boudra
Change-Id: I1a141b27c5ca7c5761261d2b56b21f6f2aae6d9d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-07-20jessie-{amd64,arm64,armhf}: add localesFathi Boudra
OE/bitbake requires UTF-8 in master. We need to set debconf before installing the package so the locale is properly generated. Change-Id: I35d47acae90ad04a31ae8b1c969aa9b8d11e8464 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-20jessie: remove PPA - not used on DebianFathi Boudra
Change-Id: I6e11c318b5938b7c56f59c3ad62b26fe196d8d08 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-20jessie: replace @DISTRIBUTION@ tagFathi Boudra
While Linaro Overlay repository is added, the tag isn't updated to use the proper distribution. Fix it by replacing the tag as we do on Ubuntu images (using sed). Change-Id: I8ed18aa2feebec59f99bd838e3d1f4047b2f3dda Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-05jessie-amd64: enable multiarch (i386)Fathi Boudra
Linaro toolchains are 32bits. Enable i386 architecture, include libstdc++6:i386 and zlib1g:i386 in order to run the pre-installed toolchains. Change-Id: Ie89b7b307ced4d62db6ddbaf4d928b42bbf2dea7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-04-30standardize to use SSH username with key instead of username with passwordFathi Boudra
Change-Id: I860ed79c4b0bfba7255c02e3278ebdaf17005425 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-25jessie-amd64: add X86_64 imageRiku Voipio
Amd64 images didn't have backports enabled. On the second check, there is no corresponding dockerfile either. Add Dockerfile so docker slaves will have more matching configuration. Change-Id: I2224ae3942cd56922d88cbf0809fd15646fcecb4 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>