diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-20 16:59:43 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-20 16:59:43 +1100 |
commit | cce5b7136895080cfd27848e908f9b6a90cf8c68 (patch) | |
tree | 1f02df1f55ea365f4e453302e027b0f2cedae671 /opal-ci | |
parent | 1cec33c680312afff1568e96f9cf5b30ab57ea78 (diff) | |
download | talos-skiboot-cce5b7136895080cfd27848e908f9b6a90cf8c68.tar.gz talos-skiboot-cce5b7136895080cfd27848e908f9b6a90cf8c68.zip |
update qemu revisions for opal-ci
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
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 5b9a4f4b..5d2536ea 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-1 git://github.com/open-power/qemu.git +git clone --depth=1 -b qemu-powernv-for-skiboot-2 git://github.com/open-power/qemu.git cd qemu git submodule update --init dtc ./configure --target-list=ppc64-softmmu --disable-werror |