Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime-install: only pull in qcom-firmware on aarch64 #1338

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ installpkg grubby
## https://bugzilla.redhat.com/show_bug.cgi?id=2011615
## bfa-firmware contains only obsolete files - see
## https://bugzilla.redhat.com/show_bug.cgi?id=2152202
## qcom-firmware we pull in again lower down but *only* on aarch64, it is
## no use on other arches - https://bugzilla.redhat.com/show_bug.cgi?id=2178852
bcl marked this conversation as resolved.
Show resolved Hide resolved
## 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
Expand All @@ -53,7 +55,8 @@ installpkg grubby
--except iwlax2xx-firmware \
--except libertas-sd8686-firmware --except libertas-sd8787-firmware \
--except libertas-usb8388-firmware \
--except libertas-usb8388-olpc-firmware
--except libertas-usb8388-olpc-firmware \
AdamWill marked this conversation as resolved.
Show resolved Hide resolved
--except qcom-firmware
installpkg b43-openfwwf
%endif

Expand All @@ -67,6 +70,7 @@ installpkg glibc-all-langpacks
installpkg grub2-tools>=${GRUB2VER}
installpkg shim-aa64
installpkg uboot-tools
installpkg qcom-firmware
%endif
%if basearch == "x86_64":
installpkg grub2-tools-efi>=${GRUB2VER}
Expand Down