[Skiboot] [PATCH 1/7] opal-ci: Build qemu from Cedric's powernv-2.12 branch
Joel Stanley
joel at jms.id.au
Tue May 8 20:22:57 AEST 2018
This contains the latest features. It's close to upstream, but there's
enough stuff in there that it probably makes sense to continue using it
for now.
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 3c76d8fb7d71..d852eb98a5fa 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 qemu-powernv-for-skiboot-3 git://github.com/open-power/qemu.git
+git clone --depth=1 -b powernv-2.12 git://github.com/legoater/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"
--
2.17.0
More information about the Skiboot
mailing list