aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"