Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choueric/kbdashboard
Tool to configure, build and install multiple linux kernels.
https://github.com/choueric/kbdashboard
build-tool linux-kernel
Last synced: 2 months ago
JSON representation
Tool to configure, build and install multiple linux kernels.
- Host: GitHub
- URL: https://github.com/choueric/kbdashboard
- Owner: choueric
- License: gpl-3.0
- Created: 2016-09-06T09:29:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T23:30:30.000Z (over 5 years ago)
- Last Synced: 2024-10-30T22:39:21.243Z (2 months ago)
- Topics: build-tool, linux-kernel
- Language: Go
- Homepage:
- Size: 170 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kernel Build Dashboard
[![Build Status](https://travis-ci.org/choueric/kbdashboard.svg?branch=master)](https://travis-ci.org/choueric/kbdashboard)
This tool (i.e. `kbdashboard`) is used to configure and manage building process
of multiple linux kernels. It is written in Golang.It is just simply easy and comfortable to build ony one kernel with only one
configuration. But it is perfectly different when you have to handle with
various kernels used in different projects or various configruations of one
kernel. This tool helps you tackle with the management.## features
- Run in any directories, no need of changing into the one where the kernel
source tree is.
- Use individual building directory without affecting the kernel source tree.
- Simple commands to perform various actions from configuring to installing.
- Easy to configure by the json format.
- Colorful shell output.
- Built-in environment variables for installation scrips.
- Find out all DTS files related to the target DTB.# Detailed Information
See [this post](http://ericnode.info/post/kbdashboard/).
# TODO
- [X] Built-in variables for installation scripts.
- [X] Add dts gathering.
- [X] Add extra options for kernel build, like `CFLAGS_KERNEL=-march=armv7-a`.
- [X] Get the version string, include local version, like `3.14.28-132859-g953d55a`
- [ ] parse the ~ for path in configurations.
- [ ] Improve the install script template.
- [ ] Add Dropbox support to sync and backup configurations and scripts.
- [ ] Complete test code.# LICENSE
The GPLv3 License. See `LICENSE.md` file for more details.