Skip to content

Commit f3d3991

Browse files
committed
overlay profiles: support NVIDIA-2025 license
required to build for example nvidia-drivers-570.172.08 Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent f366f42 commit f3d3991

File tree

1 file changed

+2
-1
lines changed
  • sdk_container/src/third_party/coreos-overlay/profiles/coreos/base

1 file changed

+2
-1
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ USE="${USE} bindist"
5858
# freedist - license for sys-kernel/coreos-kernel
5959
# intel-ucode - license for sys-firmware/intel-microcode
6060
# NVIDIA-2023 - license for x11-drivers/nvidia-drivers
61+
# NVIDIA-2025 - license for x11-drivers/nvidia-drivers (>= 570)
6162
ACCEPT_LICENSE="${ACCEPT_LICENSE} no-source-code
62-
linux-fw-redistributable freedist intel-ucode NVIDIA-2023"
63+
linux-fw-redistributable freedist intel-ucode NVIDIA-2023 NVIDIA-2025"
6364

6465
# Favor our own mirrors over Gentoo's
6566
GENTOO_MIRRORS="

0 commit comments

Comments
 (0)