Skip to content

Commit

Permalink
manifests: Explicitly include amd-ucode-firmware
Browse files Browse the repository at this point in the history
Explicitly include this sub package as we want to make sure that AMD CPU
microcode firmwares are included in FCOS, just like we include the ones
for Intel CPU.

See: https://bugzilla.redhat.com/show_bug.cgi?id=2251053
Fixes: coreos/fedora-coreos-tracker#1618
  • Loading branch information
travier authored and aaradhak committed Mar 18, 2024
1 parent 8cf5932 commit 43dfc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest-lock.x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"amd-gpu-firmware": {
"evra": "20231111-1.fc39.noarch"
},
"amd-ucode-firmware": {
"evra": "20231111-1.fc39.noarch"
},
"atheros-firmware": {
"evra": "20231111-1.fc39.noarch"
},
Expand Down
1 change: 1 addition & 0 deletions manifests/bootable-rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages-s390x:
packages-x86_64:
- grub2 grub2-efi-x64 efibootmgr shim
- microcode_ctl
- amd-ucode-firmware

exclude-packages:
# Exclude kernel-debug-core to make sure that it doesn't somehow get
Expand Down

0 comments on commit 43dfc69

Please sign in to comment.