aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/container
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2019-12-13 10:21:48 +0100
committerTomeu Vizoso <[email protected]>2020-01-06 14:27:21 +0100
commitf5c2807ff280c77081b1af8161582f99893c6404 (patch)
treeb78396c171eb7cfbb6ae05723ac43cf6c4c60692 /.gitlab-ci/container
parentb3ff83c10751b40292f71a6d3b41d41c820e9fcb (diff)
gitlab-ci: Update kernel for LAVA to 5.5-rc1 plus fixes
Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to '.gitlab-ci/container')
-rw-r--r--.gitlab-ci/container/lava_arm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/container/lava_arm.sh b/.gitlab-ci/container/lava_arm.sh
index de03f8ee213..c6fdebad423 100644
--- a/.gitlab-ci/container/lava_arm.sh
+++ b/.gitlab-ci/container/lava_arm.sh
@@ -140,7 +140,7 @@ apt-get -y remove \*llvm\*
############### Cross-build kernel
-KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/panfrost-veyron-fix/linux-panfrost-veyron-fix.tar.gz"
+KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-rc1-panfrost-fixes/linux-v5.5-rc1-panfrost-fixes.tar.gz"
export ARCH=${KERNEL_ARCH}
export CROSS_COMPILE="${GCC_ARCH}-"