]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: cache modules from playground
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 31 May 2015 18:38:47 +0000 (15:38 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sun, 31 May 2015 18:38:47 +0000 (15:38 -0300)
commit23603f1f837caeff45c6960722c2cad690db801d
tree313f1b145e53cad2555fffb00139477ded99783d
parent7266ec43371fff8304e730b24729b2c6a95d75c4
build: cache modules from playground

Now that we are able to build our own test modules, also allow to use
cached modules so a) kernel headers are not required and b) distro
maintainers are happy.  It's still need a "--disable-test-modules" in
the configure since the default is enabled.

There's no license problems anymore since all modules come from our own
repository, we ship the sources and the modules can be easily rebuilt.
17 files changed:
Makefile.am
configure.ac
testsuite/module-playground/.gitignore
testsuite/module-playground/Makefile
testsuite/module-playground/cache/mod-fake-cciss.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-fake-hpsa.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-fake-scsi-mod.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-foo-a.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-foo-b.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-foo-c.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-foo.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-loop-a.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-loop-b.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-loop-c.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-loop-d.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-loop-e.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-simple.ko [new file with mode: 0644]