HELP: Working on a PR for an extension that packages the Xilinx DMA drivers #648
-
Hi!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 18 replies
-
the drivers are built in the
|
Beta Was this translation helpful? Give feedback.
-
@frezbo Thanks for the reply Thanks! |
Beta Was this translation helpful? Give feedback.
-
@smira I was able to get a build up and have confirmed the modules are built, in the proper place and extension installed all from upstream artifacts published by sidero/talos. The module lands in
The last piece of the puzzle seems like a simple one that perhaps I'm missing:
|
Beta Was this translation helpful? Give feedback.
the drivers are built in the
pkgs
which has access to thekernel-build
stage repo, see this as an example https://github.com/siderolabs/pkgs/tree/main/gasket-driverextensions
repo just copies over the built driver modules from thepkgs
repo