Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuz/kernelcompile
Python Compile Scripts for Stable / Mainline / Longterm Linux Kernels on any distro
https://github.com/mariuz/kernelcompile
debian kernel mainline python python-script
Last synced: about 1 month ago
JSON representation
Python Compile Scripts for Stable / Mainline / Longterm Linux Kernels on any distro
- Host: GitHub
- URL: https://github.com/mariuz/kernelcompile
- Owner: mariuz
- Created: 2009-01-09T08:18:13.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T09:07:12.000Z (over 9 years ago)
- Last Synced: 2024-05-01T13:26:00.971Z (8 months ago)
- Topics: debian, kernel, mainline, python, python-script
- Language: Python
- Homepage:
- Size: 376 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compiling latest vanilla kernel with a python script
it can be used with the stable version or the release candidate one or longterm
http://mapopa.blogspot.com/2009/01/compiling-2.html
And here is howto use it on ubuntu/debian for building a RC version and then install it
http://mapopa.blogspot.com/2009/01/building-kernel-2.html
Install Requirements
apt-get install python-pip
pip install sh feedparserUsually the script will do all the work for you , here is the example for mainline
sudo python kernel-compile.py --type mainlineor for stable default
sudo python kernel-compile.py
also a version can be provided
sudo python kernel-compile.py --type mainline --version 4.2
Default build type is debian way but it can be changed to normal (aka make , make install)
sudo python kernel-compile.py -b=normal
License is GPL3 as usual
http://www.gnu.org/licenses/gpl-3.0.html