Skip to content

Commit

Permalink
manifests: Don't include Wi-Fi firmwares starting with Fedora 41
Browse files Browse the repository at this point in the history
Move Wi-Fi firmwares to their own manifest so that we can automatically
drop then when we rebase to Fedora 41.

We can safely do that now that we have included a warning for existing
users.

See: coreos#2978
Fixes: coreos/fedora-coreos-tracker#1575
  • Loading branch information
travier committed Apr 23, 2024
1 parent 85c7c1b commit e6749f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ packages:
- 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
# Wifi/BT firmware files https://github.com/coreos/fedora-coreos-tracker/issues/1575
- atheros-firmware brcmfmac-firmware mt7xxx-firmware realtek-firmware nxpwireless-firmware tiwilink-firmware


# - irqbalance
Expand Down
3 changes: 3 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ conditional-include:
include: exclude-dnf.yaml
- if: releasever >= 41
include: include-dnf.yaml
# Wifi firmwares will be dropped in F41
- if: releasever < 41
include: wifi-firmwares.yaml

ostree-layers:
- overlay/15fcos
Expand Down
9 changes: 9 additions & 0 deletions manifests/wifi-firmwares.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Wifi/BT firmware files kept in FCOS until the F41 rebase
# See: https://github.com/coreos/fedora-coreos-tracker/issues/1575
packages:
- atheros-firmware
- brcmfmac-firmware
- mt7xxx-firmware
- nxpwireless-firmware
- realtek-firmware
- tiwilink-firmware

0 comments on commit e6749f6

Please sign in to comment.