From 2dfbade2d8db020cfdb97e461476d003bf8a415e Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 27 Feb 2025 13:23:04 +0100 Subject: [PATCH] ci: Update kernel to include i.MX8MP dtb The only change since the previous kernel is that the new one includes the device tree blob for the NXP i.MX8MP development board. 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 16a96d2df0d..c1d83b5b544 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -40,7 +40,7 @@ variables: DEBIAN_TEST_ANDROID_TAG: "20250217-wrappers" DEBIAN_TEST_GL_TAG: "20250223-way-prot" DEBIAN_TEST_VK_TAG: "20250223-way-prot" - KERNEL_ROOTFS_TAG: "20250215-buildtags" + KERNEL_ROOTFS_TAG: "20250228-imx8mp" DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils" DEBIAN_PYUTILS_TAG: "20250129-lavacli" @@ -49,7 +49,7 @@ variables: ALPINE_X86_64_LAVA_SSH_TAG: "20250124-spirv-tools" FEDORA_X86_64_BUILD_TAG: "20250223-way-prot" - KERNEL_TAG: "v6.13-rc4-mesa-50ca" + KERNEL_TAG: "v6.13-rc4-mesa-a34d" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "95bf62c"