Skip to content

Commit

Permalink
manifests: Move GPU firmwares & kdump tools to EL10 shared manifest
Browse files Browse the repository at this point in the history
Move packages to an Enterprise Linux 10 only manifest to prepare
for the package split changes:
- GPU firmwares are split into their own package in CentOS Stream 10
- kdump tools are split between kexec-utils, makedumpfile and
  kdump-utils
  • Loading branch information
travier committed Aug 27, 2024
1 parent 0fc3258 commit 7f865c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 1 addition & 8 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,16 +157,8 @@ 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
# NIC firmware we've traditionally shipped but then were split out of linux-firmware in Fedora
- qed-firmware # https://github.com/coreos/fedora-coreos-tracker/issues/1746
# makedumpfile and kexec were split into subpackages in kexec-tools 0.2.28-7
# which is not in RHCOS yet
# These should be with kexec-tools in the user-experience manifest, move them
# once the split lands in RHCOS.
- makedumpfile
- kdump-utils


# - irqbalance
Expand Down
8 changes: 8 additions & 0 deletions manifests/shared-el10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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
# makedumpfile and kexec were split into subpackages in kexec-tools 0.2.28-7
# These should be with kexec-tools in the user-experience manifest
- makedumpfile
- kdump-utils

0 comments on commit 7f865c8

Please sign in to comment.