diff options
author | Tomeu Vizoso <[email protected]> | 2019-12-13 10:21:48 +0100 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-01-06 14:27:21 +0100 |
commit | f5c2807ff280c77081b1af8161582f99893c6404 (patch) | |
tree | b78396c171eb7cfbb6ae05723ac43cf6c4c60692 /.gitlab-ci/container | |
parent | b3ff83c10751b40292f71a6d3b41d41c820e9fcb (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.sh | 2 |
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}-" |