From b331713f20148852370a4fae5c2830d46801eb3b Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 18 Feb 2025 16:27:44 +0100 Subject: [PATCH] ci: Use new kernel that supports more Mediatek devices The only change since the previous kernel is that the new one includes the device tree blobs for the mt8195-cherry-tomato-r2 and mt8186-corsola-steelix-sku131072 devices. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/image-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 72c348ec98f..02088c85837 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -33,7 +33,7 @@ variables: DEBIAN_TEST_ANDROID_TAG: "20250212-up-angle" DEBIAN_TEST_GL_TAG: "20250221-piglit-04" DEBIAN_TEST_VK_TAG: "20250221-piglit-04" - KERNEL_ROOTFS_TAG: "20250221-adl-fw" + KERNEL_ROOTFS_TAG: "20250221-mtk-kernel" DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils" DEBIAN_PYUTILS_TAG: "20250129-lavacli" @@ -42,7 +42,7 @@ variables: ALPINE_X86_64_LAVA_SSH_TAG: "20250124-spirv-tools" FEDORA_X86_64_BUILD_TAG: "20250128-llversionm" - KERNEL_TAG: "v6.13-rc4-mesa-6587" + KERNEL_TAG: "v6.13-rc4-mesa-50ca" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "95bf62c"