Skip to content

Commit

Permalink
manifests: Move GPU firmwares to EL10 shared manifest
Browse files Browse the repository at this point in the history
GPU firmwares are split into their own package in CentOS Stream 10.
Move those packages to an Enterprise Linux 10 only manifest to prepare
for that change.
  • Loading branch information
travier committed Jun 6, 2024
1 parent 7a9c6f8 commit 7a763fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include:
# See https://github.com/coreos/bootupd
- bootupd.yaml
- shared-el9.yaml
- shared-el10.yaml
ostree-layers:
- overlay/05core
- overlay/08nouveau
Expand Down Expand Up @@ -156,8 +157,6 @@ packages:
# In F35+ need `iptables-legacy` package
# See https://github.com/coreos/fedora-coreos-tracker/issues/676#issuecomment-928028451
- iptables-legacy
# GPU Firmware files (not broken out into subpackage of linux-firmware in RHEL yet)
- amd-gpu-firmware intel-gpu-firmware nvidia-gpu-firmware


# - irqbalance
Expand Down
4 changes: 4 additions & 0 deletions manifests/shared-el10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Shared with EL 10 (CentOS Stream 10 and RHCOS 10) only
packages:
# GPU Firmware files (not broken out into subpackage of linux-firmware in RHEL yet)
- amd-gpu-firmware intel-gpu-firmware nvidia-gpu-firmware

0 comments on commit 7a763fb

Please sign in to comment.