summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-qemu-powernv.sh
blob: 5d2536ead68d26a1b07581fed7d7eab58e9ec468 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

git clone --depth=1 -b qemu-powernv-for-skiboot-2 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
./configure --target-list=ppc64-softmmu --disable-werror
make -j `grep -c processor /proc/cpuinfo`
OpenPOWER on IntegriCloud