[Mesa-dev] [PATCH] panfrost/ci: Update kernel to 5.2

Alyssa Rosenzweig alyssa.rosenzweig at collabora.com
Thu Jul 25 13:03:15 UTC 2019


A-b
On Thu, Jul 25, 2019 at 01:26:07PM +0200, Tomeu Vizoso wrote:
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
> ---
>  src/gallium/drivers/panfrost/ci/debian-install.sh | 4 ++--
>  src/gallium/drivers/panfrost/ci/gitlab-ci.yml     | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/src/gallium/drivers/panfrost/ci/debian-install.sh b/src/gallium/drivers/panfrost/ci/debian-install.sh
> index beff1027fd92..c42c4387729a 100644
> --- a/src/gallium/drivers/panfrost/ci/debian-install.sh
> +++ b/src/gallium/drivers/panfrost/ci/debian-install.sh
> @@ -103,12 +103,12 @@ rm -rf /VK-GL-CTS-opengl-es-cts-3.2.5.0
>  
>  
>  ############### Cross-build kernel
> -KERNEL_URL="https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux/+archive/refs/tags/v5.2-rc2.tar.gz"
> +KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.2.tar.gz"
>  export ARCH=${KERNEL_ARCH}
>  export CROSS_COMPILE="${GCC_ARCH}-"
>  
>  mkdir -p /kernel
> -wget -qO- ${KERNEL_URL} | tar -xz -C /kernel
> +wget -qO- ${KERNEL_URL} | tar -xz --strip-components=1 -C /kernel
>  cd /kernel
>  ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ${PANFROST_CI_DIR}/${KERNEL_ARCH}.config
>  make -j12 ${KERNEL_IMAGE_NAME} dtbs
> diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
> index 3c015678a755..a135c5dd57c2 100644
> --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
> +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
> @@ -16,7 +16,7 @@
>  variables:
>    UPSTREAM_REPO: mesa/mesa
>    DEBIAN_VERSION: testing-slim
> -  IMAGE_TAG: "2019-06-26-3"
> +  IMAGE_TAG: "2019-07-25-1"
>  
>  include:
>    - project: 'wayland/ci-templates'
> -- 
> 2.20.1
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190725/b79dc781/attachment.sig>


More information about the mesa-dev mailing list