From 356a1bbb6d72c7cef3e998093f4722f08dbcfbd6 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:42:46 +0200 Subject: [PATCH] image: install gsp firmware Co-authored-by: derpsteb --- image/base/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/image/base/BUILD.bazel b/image/base/BUILD.bazel index 69460bc66..d40088345 100644 --- a/image/base/BUILD.bazel +++ b/image/base/BUILD.bazel @@ -30,6 +30,7 @@ copy_to_directory( extra_trees = { "lts": [ "//image:nvidia_kernel_modules", + "//image:nvidia_gsp_firmware", ], "mainline": [], }