diff mbox series

opal-ci: qemu: Use the powernv-3.0 branch

Message ID 20180625135658.31661-1-joel@jms.id.au
State Accepted
Headers show
Series opal-ci: qemu: Use the powernv-3.0 branch | expand

Commit Message

Joel Stanley June 25, 2018, 1:56 p.m. UTC
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>
---
 opal-ci/build-qemu-powernv.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith June 27, 2018, 4:54 a.m. UTC | #1
Joel Stanley <joel@jms.id.au> writes:
> 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>

Cheers, merged to master as of af1cbe34c85d9a6c9f4669ecd6fa91aaa1366c27.

I made the change of pointing it at the open-power/qemu.git repo, with a
tag for Cedric's current branch.

I also went and fixed up some of the Travis things to build and use this
built qemu.
diff mbox series

Patch

diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
index d852eb98a5fa..45da346c8a2f 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 powernv-2.12 git://github.com/legoater/qemu.git
+git clone --depth=1 -b powernv-3.0 git://github.com/legoater/qemu.git
 cd qemu
 git submodule update --init dtc
 export CC="ccache gcc"