From 62348fd4990be8044383b05234e78ee7ac859ca1 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 8 May 2018 19:52:57 +0930 Subject: opal-ci: Build qemu from Cedric's powernv-2.12 branch This contains the latest features. It's close to upstream, but there's enough stuff in there that it probably makes sense to continue using it for now. Signed-off-by: Joel Stanley Signed-off-by: Stewart Smith --- opal-ci/build-qemu-powernv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh index 3c76d8f..d852eb9 100755 --- a/opal-ci/build-qemu-powernv.sh +++ b/opal-ci/build-qemu-powernv.sh @@ -2,7 +2,7 @@ set -e set -vx -git clone --depth=1 -b qemu-powernv-for-skiboot-3 git://github.com/open-power/qemu.git +git clone --depth=1 -b powernv-2.12 git://github.com/legoater/qemu.git cd qemu git submodule update --init dtc export CC="ccache gcc" -- cgit v1.1