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

T6322: Include microcode in amd64 architecture builds #922

Open
wants to merge 1 commit into
base: current
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions data/architectures/amd64.toml
Original file line number Diff line number Diff line change
@@ -7,8 +7,15 @@ packages = [
"vyos-intel-qat",
"vyos-intel-ixgbe",
"vyos-intel-ixgbevf",
"intel-microcode",
"amd64-microcode"
]

[additional_repositories.firmware]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why is it needed — we already have non-free-firmware enabled in https://github.com/vyos/vyos-build/blob/current/data/defaults.toml Did you find any issues there?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without specifying the non-free-firmware component here the build fails, as it cannot find the packages.
Although it's not too clear to me why... Like you mentioned it is already specified in the defaults.toml.

Package intel-microcode is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package amd64-microcode is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

url = "https://ftp.debian.org/debian"
components = "non-free-firmware"
no_source = true

[additional_repositories.salt]
architecture = "amd64"
url = "https://packages.vyos.net/saltproject/debian/11/amd64/3005"