Skip to content

Commit

Permalink
opal-ci: qemu: Use the powernv-3.0 branch
Browse files Browse the repository at this point in the history
This is based off the current development version of Qemu, and
importantly it contains the patch that allows skiboot and Linux to clear
the PCR that we require to boot.

Signed-off-by: Joel Stanley <joel@jms.id.au>
[stewart: use the open-power/qemu.git tree for prosterity]
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
shenki authored and stewartsmith committed Jun 26, 2018
1 parent 440ecc8 commit 5235791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal-ci/build-qemu-powernv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
set -vx

git clone --depth=1 -b powernv-2.12 git://github.com/legoater/qemu.git
git clone --depth=1 -b qemu-powernv-for-skiboot-5 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"
Expand Down

0 comments on commit 5235791

Please sign in to comment.