ci: Update baremetal kernel to 5.11 plus patches

For imx6 we need the following fec ethernet fix:
 c730ab423bfa ("net: fec: Fix temporary RMII clock reset on link up")

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9046>
This commit is contained in:
Christian Gmeiner 2021-02-15 13:59:02 +01:00 committed by Marge Bot
parent 98b6cd157a
commit 309f9f565f
2 changed files with 3 additions and 3 deletions

View File

@ -447,7 +447,7 @@ arm64_test:
extends:
- .use-arm_test-base
variables:
MESA_IMAGE_TAG: &arm64_test "2021-02-11-vkglcts-1.2.5.1"
MESA_IMAGE_TAG: &arm64_test "2021-02-15-kernel"
.use-arm64_test:
extends:
@ -464,7 +464,7 @@ armhf_test:
extends:
- .use-arm_test-base
variables:
MESA_IMAGE_TAG: &armhf_test "2021-02-11-vkglcts-1.2.5.1"
MESA_IMAGE_TAG: &armhf_test "2021-02-15-kernel"
.use-armhf_test:
extends:

View File

@ -52,7 +52,7 @@ mkdir /var/cache/apt/archives/$arch
. .gitlab-ci/container/container_pre_build.sh
############### Create rootfs
KERNEL_URL=https://github.com/anholt/linux/archive/mesa-ci-2021-01-27-5.11rc5.tar.gz
KERNEL_URL=https://github.com/austriancoder/linux/archive/mesa-ci-2021-02-15-5.11.tar.gz
DEBIAN_ARCH=$arch . .gitlab-ci/container/lava_build.sh