Skip to content
Draft
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions base/comps/mlnx-ofa_kernel/mlnx-ofa_kernel.comp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[components.mlnx-ofa_kernel]
# NVIDIA vGPU guest driver — no upstream Fedora package exists; this is an
# Azure Linux-originating component with a local spec.
spec = { type = "local", path = "mlnx-ofa_kernel.spec" }

[components.mlnx-ofa_kernel.build]
# Kernel version must match the kernel on the target VM.
# target_kernel_dist carries the full dist suffix including any pre-release tag.
defines = { target_kernel_version = "6.18.5.1", target_kernel_release = "3", target_kernel_dist = ".azl4" }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I saw offline discussion regarding how to keep this in sync with the kernel version via macros and such. Are you planning to hold this draft until that solution can be implemented?


[[components.mlnx-ofa_kernel.source-files]]
filename = "MLNX_OFED_SRC-26.01-1.0.0.0.tgz"
hash = "6b3cfd3aae437e0ec84ead943c02686614109a5e4cee23642e8fe46d51c6d347"
hash-type = "SHA256"
origin = { type = "download", uri = "https://linux.mellanox.com/public/repo/doca/3.3.0/SOURCES/mlnx_ofed/MLNX_OFED_SRC-26.01-1.0.0.0.tgz" }
Loading
Loading