aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xopal-ci/build-qemu-powernv.sh2
-rwxr-xr-xopal-ci/install-deps-qemu-powernv.sh5
2 files changed, 4 insertions, 3 deletions
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
index 904f0e6..cf96048 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-7 git://github.com/open-power/qemu.git
+git clone --depth=1 -b powernv-6.0 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"
diff --git a/opal-ci/install-deps-qemu-powernv.sh b/opal-ci/install-deps-qemu-powernv.sh
index a67daf4..a18732d 100755
--- a/opal-ci/install-deps-qemu-powernv.sh
+++ b/opal-ci/install-deps-qemu-powernv.sh
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
sudo apt-get -y install eatmydata
-sudo eatmydata apt-get -y install gcc python g++ pkg-config \
-libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git
+sudo eatmydata apt-get -y install gcc python g++ pkg-config libz-dev \
+ libglib2.0-dev libpixman-1-dev libfdt-dev git ninja-build g++ \
+ libbz2-dev sparse libglib2.0-dev make ccache