Skip to content

Commit

Permalink
opal-ci: Build qemu from Cedric's powernv-2.12 branch
Browse files Browse the repository at this point in the history
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@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
shenki authored and stewartsmith committed May 9, 2018
1 parent 106e775 commit 62348fd
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 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"
Expand Down

0 comments on commit 62348fd

Please sign in to comment.