diff options
Diffstat (limited to 'opal-ci')
-rwxr-xr-x | opal-ci/build-qemu-powernv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh index 5d2536e..3b03853 100755 --- a/opal-ci/build-qemu-powernv.sh +++ b/opal-ci/build-qemu-powernv.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -git clone --depth=1 -b qemu-powernv-for-skiboot-2 git://github.com/open-power/qemu.git +git clone --depth=1 -b qemu-powernv-for-skiboot-3 git://github.com/open-power/qemu.git cd qemu git submodule update --init dtc ./configure --target-list=ppc64-softmmu --disable-werror |