An open API service indexing awesome lists of open source software.

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

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 ...
```