aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-05-08 19:52:57 +0930
committerStewart Smith <stewart@linux.ibm.com>2018-05-09 10:17:42 -0500
commit62348fd4990be8044383b05234e78ee7ac859ca1 (patch)
tree88abf4e50fe24f5bff296ac574d766feb2c39e4f
parent106e77504c53b54e552f6f3b25064ef47c256d0b (diff)
downloadskiboot-62348fd4990be8044383b05234e78ee7ac859ca1.zip
skiboot-62348fd4990be8044383b05234e78ee7ac859ca1.tar.gz
skiboot-62348fd4990be8044383b05234e78ee7ac859ca1.tar.bz2
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 <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rwxr-xr-xopal-ci/build-qemu-powernv.sh2
1 files changed, 1 insertions, 1 deletions
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"