We are in the process of formalising a portion of our automated build process to include building the toolchain used in later stages of the overall build process. Our automated build system is based on using Docker containers. The containers run on a build server that may not be running the same kernel as the toolchain will be targeting, and does not have the same hardware. The NVidia card that needs to be supported by the build is not present in the build server. As such, I need to build the NVidia kernel modules without installing them, without access to the target hardware, only using command arguments, source, and binaries from earlier build stages.
Support is needed for the following cards:
- Geforce GT 630
- Quadro K1200
- Quadro P1000
Kernel being built against:
- 4.4.X
NVidia Driver:
- 384.59
- 390.25
Any assistance in producing a procedure would be greatly appreciated.