Project

General

Profile

KernelBuild » History » Version 2

Denis 'GNUtoo' Carikli, 02/03/2016 04:50 PM

1 1 Denis 'GNUtoo' Carikli
h1. KernelBuild
2
3 2 Denis 'GNUtoo' Carikli
h2. Use case
4
5
Building a kernel aside Replicant, is faster to setup and faster to build since you need to fetch and use the huge Android build system.
6
7
Users wanting to add a driver to their kernel, or developers that want to work on kernel related areas can do that to speed up the development process, however if the changes are integrated back into Replicant, they will automatically be built by the Android build system, when building images.
8
9
h2. Example
10
11 1 Denis 'GNUtoo' Carikli
<pre>
12
git clone https://git.replicant.us/replicant/kernel_samsung_crespo.git
13
</pre>