Skip to content

Conversation

@tzafrir-mellanox
Copy link

No description provided.

A script to replace configuration of kernel code through autoconf.

The test works by creating a kernel module for each test and
building all of them with the kernel build system and with the -k
option of make and check which of them built successfully.

As an initial stage, we run a test build of a isngle empty module
just to be sure that the build system works.

This also means that we can avoid all the assumptions about the
structure of the the kernel tree.

It needs just a pointer to the kernel source (currently through
environment variables KVERS and KSRC, with default to uname -r).

It still hardcodes the value of PACKAGE_VERSION. That needs to
somehow be copied from autoconf.

This would allow running a dkms build without running autoconf (and
this with a much smaller dkms tarball).

Change-Id: I924243f6d1e16c0bf51ed8aafe7afb8a808b1342
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant