[Skiboot] [PATCH] opal-ci: qemu: Use the powernv-3.0 branch

Joel Stanley joel at jms.id.au
Mon Jun 25 23:56:58 AEST 2018


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 at jms.id.au>
---
 opal-ci/build-qemu-powernv.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.17.1



More information about the Skiboot mailing list