ci/intel: add i915/MTL firmware to rootfs

Add Meteor Lake firmware directly to rootfs since it is not available
from debian package.

Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30770>
This commit is contained in:
Deborah Brouwer 2024-08-27 13:21:13 -07:00 committed by Marge Bot
parent 0441202d6b
commit 18f15da94d
3 changed files with 14 additions and 1 deletions

View file

@ -397,6 +397,7 @@ fedora/x86_64_build:
.firmware:
variables:
FIRMWARE_FILES: |
src/intel/ci/mtl-fw.json
.kernel+rootfs:
extends:

View file

@ -30,7 +30,7 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20240826-runner"
DEBIAN_TEST_GL_TAG: "20240826-runner"
DEBIAN_TEST_VK_TAG: "20240826-runner"
KERNEL_ROOTFS_TAG: "20240826-runner"
KERNEL_ROOTFS_TAG: "20240827-fw"
ALPINE_X86_64_BUILD_TAG: "20240814-var"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"

12
src/intel/ci/mtl-fw.json Normal file
View file

@ -0,0 +1,12 @@
{
"src": "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/",
"git_hash": "ad8d5f76c429e5485764a9ecb7a2ce3fbc1386ae",
"files": [
"mtl_dmc.bin",
"mtl_dmc_ver2_10.bin",
"mtl_gsc_1.bin",
"mtl_guc_70.bin",
"mtl_huc_gsc.bin"
],
"dst": "/lib/firmware/i915/"
}