summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-11-02 13:04:22 +0000
committerAlex Bennée <alex.bennee@linaro.org>2016-11-02 13:08:30 +0000
commit58d6cfb7ae5791a2ae6ccd387df3e095add70f89 (patch)
tree61840a43e37a5b96182ec175206d19273d3d4265
parent0a17f903c92b88fa64a2fe4d29a9874904f52536 (diff)
fix chroot install
Change-Id: I52e8ad019567a60a3295b9fa847c9509a6d7f6c3
-rw-r--r--ubuntu/install-qemu-chroot.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ubuntu/install-qemu-chroot.yaml b/ubuntu/install-qemu-chroot.yaml
index b2c7d6e..092dd8a 100644
--- a/ubuntu/install-qemu-chroot.yaml
+++ b/ubuntu/install-qemu-chroot.yaml
@@ -15,7 +15,7 @@ params:
# Location of chroot
CHROOT: /home/chroot
ARCH: aarch64
- ROOTFS: http://cdimages.ubuntu.com/ubuntu-core/releases/14.04/release/ubuntu-core-14.04-core-arm64.tar.gz
+ ROOTFS: https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-arm64-root.tar.gz
install:
steps:
@@ -32,7 +32,6 @@ install:
- mount -o bind ${LAVA_DIR} ${CHROOT_LAVA_DIR}
- mkdir -p ${CHROOT}/home
- mount -o bind /home ${CHROOT}/home
- - cp -f /etc/resolv.conf ${CHROOT}/etc/resolv.conf
- ${OLDPWD}/common/scripts/qemu-binfmt.sh || true
deps: