* [gentoo-soc] kernelconfig - progress report #8
@ 2016-07-17 19:30 André Erdmann
0 siblings, 0 replies; only message in thread
From: André Erdmann @ 2016-07-17 19:30 UTC (permalink / raw
To: gentoo-soc; +Cc: Rafael Martins
Hi everyone,
== Brief summary of this project ==
kernelconfig is about generating kernel configuration files,
using various sources such as curated defconfigs, detected hardware,
installed packages and user input.
The project's code can be found at [0].
== This week's progress ==
As for configuration sources, Debian and CentOS have been added,
and the documentation has been updated to cover configuration of sources
and creating new ones.
Work on "hardware detection" has started.
Initially, kernelconfig will scan /sys for devices with loaded modules
('driver' symlink) and translate them into config options,
which is rather simple to do and has no special prerequisites,
but does not detect hardware for which no module has been loaded.
On this basis, an "extended hardware detection" will scan devices in /sys
for module aliases and translate them into module names (and then to config
options). This will produce better results since 'modalias' entries exist
independently from whether the module in question has been loaded,
but requires creation of a 'modules.alias' file by compiling all modules once.
== Plans for the next week ==
Get "hardware detection" mostly done.
[0] https://github.com/dywisor/kernelconfig
Regards,
André E.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-17 19:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-17 19:30 [gentoo-soc] kernelconfig - progress report #8 André Erdmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox