Traceback (most recent call last):
File "./build-lkddb.py", line 77, in <module>
make(args, kerneldir, dirs)
File "./build-lkddb.py", line 19, in make
tree = lkddb.linux.LinuxKernelTree(lkddb.TASK_BUILD, kerneldir, dirs)
File "/home/onkobu/git/lkddb/lkddb/linux/__init__.py", line 106, in __init__
self.retrieve_version()
File "/home/onkobu/git/lkddb/lkddb/linux/__init__.py", line 161, in retrieve_version
assert False, "Unknown structure of EXTRAVERSION (%s) in kernel version" % extra
AssertionError: Unknown structure of EXTRAVERSION (-gentoo) in kernel version
I'd give it a try to form the foundation for a kernel config recommendation tool like the security ones. Instead of rendering a complete config it'd outline deviations from optimum, e.g. drivers not necessary because the hardware doesn't exist on the current system. (Along the lines of improving your autoconfig thingy.)
I'd give it a try to form the foundation for a kernel config recommendation tool like the security ones. Instead of rendering a complete config it'd outline deviations from optimum, e.g. drivers not necessary because the hardware doesn't exist on the current system. (Along the lines of improving your autoconfig thingy.)