Conversation
|
Note: Apparently running |
|
Not sure what the problem is, but passing KVERSION to make should not be necessary if one is building for the running kernel. |
|
By the way, i have CI running on the gitlab server which mirrors the github project, and vice versa. |
yeah the problem is that Anyway, not a real problem, I just pondered how I'd go about setting up a minimal local dev environment. I'll keep working on this when I have time. |
|
Btw, out of interest, i read this article on kernel modules in Docker. |
Good morning!
I thought I'd spike the creation of a Dockerfile which might or might not be useful for local development. (It is possible to use the local sound device as a passthrough, I've explored this here a while ago.)
The build command is
Currently I'm stuck at the
modprobestep, which needs privileged access to run. But even if I run the container manually (docker run --rm -ti --privileged ubuntu-avb) and try to load the module, I get:dmesg output:
This might have to do with the following warning during
make:Which is probably due to the use of
linux-virtualheaders. So it might not be possible after all...