https://github.com/hlandau/kconfigreport
Reports of how the Linux kernel is configured by different distributions.
https://github.com/hlandau/kconfigreport
kconfig linux linux-kernel
Last synced: about 1 year ago
JSON representation
Reports of how the Linux kernel is configured by different distributions.
- Host: GitHub
- URL: https://github.com/hlandau/kconfigreport
- Owner: hlandau
- Created: 2017-11-12T13:09:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T20:51:59.000Z (over 8 years ago)
- Last Synced: 2025-03-27T15:12:27.554Z (over 1 year ago)
- Topics: kconfig, linux, linux-kernel
- Language: Python
- Homepage: https://hlandau.github.io/kconfigreport/
- Size: 913 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kconfigreport
Generates XHTML reports of how the Linux kernel is configured by different
Linux distributions.
[**See the published reports.**](https://hlandau.github.io/kconfigreport)
## Building
Clone and run `make`. You will need GNU make, Python 3, `7z` and `wget`
installed.
The report is produced in the directory `report`. An SQLite3 database,
`configs.db`, is also produced, which can be used to interrogate the data. The
configurations used to generate the data are placed in `configs`.
## Adding support for distros
Add a file named `scripts/mk/DISTRO.mk` and add an include for it in the
Makefile. Pull requests accepted.
Currently the kernel versions used for each distro are hardcoded. In the future
this should be fixed to something more sophisticated.
## Licence
© 2017 Hugo Landau MIT License