https://github.com/fpoussin/ubuntu-mainline-build
Python script that download and build Ubuntu mainline kernels with optional patches
https://github.com/fpoussin/ubuntu-mainline-build
Last synced: 12 months ago
JSON representation
Python script that download and build Ubuntu mainline kernels with optional patches
- Host: GitHub
- URL: https://github.com/fpoussin/ubuntu-mainline-build
- Owner: fpoussin
- License: mit
- Created: 2019-07-30T14:54:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T12:32:39.000Z (12 months ago)
- Last Synced: 2025-06-17T13:41:26.640Z (12 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubuntu-mainline-build
### Dependencies
You need the kernel development packages
```
sudo apt install git build-essential kernel-package fakeroot libncurses5-dev libssl-dev bison flex
```
### Using
```
git submodule update --init # This takes a while
./build.py [version] -p patches/*.patch -p ...
```