Skip to content

Commit

Permalink
runtime-install: excluded renamed olpc firmware package
Browse files Browse the repository at this point in the history
Similar to c7c6dc7 , this
specifically excludes a firmware package that was renamed in
the recent linux-firmware update so image builds work with both
packages present in the available set (e.g. stable releases
with the older firmware in the release repo and the newer one
in the updates repo). Must go along with the linux-firmware
update.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill authored and bcl committed Aug 7, 2023
1 parent 4174ad7 commit 590fcff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ installpkg grubby
## various iwl package names were changed in linux-firmware-20230625-151
## so need to be excluded or else dnf gets sad - see
## https://pagure.io/releng/issue/11511 . These exclusions can
## be dropped after F38 goes EOL
## be dropped after F38 goes EOL . Ditto libertas-usb8388-olpc-firmware
## obsoleted in linux-firmware-20230804-152
installpkg --optional *-firmware --except alsa* --except midisport-firmware \
--except crystalhd-firmware --except ivtv-firmware \
--except cx18-firmware --except iscan-firmware \
Expand All @@ -49,7 +50,7 @@ installpkg grubby
--except iwl6000-firmware --except iwl6000g2a-firmware \
--except iwl6000g2b-firmware --except iwl6050-firmware \
--except iwl3160-firmware --except iwl7260-firmware \
--except iwlax2xx-firmware
--except iwlax2xx-firmware --except libertas-usb8388-olpc-firmware
installpkg b43-openfwwf
%endif

Expand Down

0 comments on commit 590fcff

Please sign in to comment.