[Skiboot] [PATCH] ci: Bump qemu version

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Sat May 29 00:56:01 AEST 2021


On 5/27/21 1:14 PM, Vasant Hegde wrote:
> Move to qemu version powernv-6.0. Also add required packages.
> 

Merged to master as 098ec9244.

-Vasant


> Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> ---
>   opal-ci/build-qemu-powernv.sh        | 2 +-
>   opal-ci/install-deps-qemu-powernv.sh | 5 +++--
>   2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
> index 904f0e67b..cf96048a8 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 a67daf40a..a18732db5 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
> 



More information about the Skiboot mailing list