Switch to fetching qemu from git, update to 2.10-rc2 and fix archlinux install-root

This commit is contained in:
Michael Rodler 2017-08-15 16:56:27 +02:00
parent fa0db4f148
commit 1ad0d90246
2 changed files with 4 additions and 5 deletions

View file

@ -1,9 +1,8 @@
#!/bin/bash -ex
set -e -o pipefail
VERSION=2.9.0
curl "http://download.qemu.org/qemu-$VERSION.tar.bz2" | tar xvj
cd "qemu-$VERSION"
VERSION=v2.10.0-rc2
git clone --depth=1 -b "$VERSION" git://git.qemu-project.org/qemu.git
cd qemu
source ctf-tools-venv-activate
./configure "--prefix=$(dirname $PWD)" "--python=$(which python)"

View file

@ -1,3 +1,3 @@
#!/bin/bash -ex
pacman -Syu --noconfirm --needed python2
pacman -Syu --noconfirm --needed python2 pixman dtc