Little build system for Linux kernel building, written in Python
sebaubuntu-python, updated
🕥
2023-03-04 22:42:47
build_kernel

Little build system to build Linux
- Clones AOSP Clang automatically
- Managed with config files
- Automatic AnyKernel3 packing
Requires Python 3.8 or greater
Installation
sh
pip3 install build_kernel
Sources preparation
- Add a config for your kernel in
device/vendor/codename.py
(check the example config in device/examples/example.py
)
- Add kernel sources in
kernel/
(in the path that you specified in the config)
Instructions
sh
python3 -m build_kernel
License
```
Copyright (C) 2022 Sebastiano Barezzi
SPDX-License-Identifier: LGPL-3.0-or-later
```
Issues
opened on 2021-11-06 08:54:51 by mishailovic
Can you please add optional archive upload to Telegram channel? This feature will be very useful I think