KernelBuild » History » Revision 4
« Previous |
Revision 4/41
(diff)
| Next »
Denis 'GNUtoo' Carikli, 02/03/2016 05:02 PM
KernelBuild¶
Use case¶
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.
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.
Dependencies¶
Since you are not compiling any userspace applications, you don't need the Android build system. The Linux Kenrel, and Bootloaders such as uboot can be built without the Android build system.
The Trisquel ARM version of gcc seem to work well.
If you use distributions such as Parabola, this will probably not work because the arm-none-eabi-gcc is too recent for many devices kernels.
To workaround that you can install Trisquel in a container.
This way it will have very few CPU and memory overhead compared to a virtual machine.
It will also save disk space since you can just store the Trisquel rootfs in any directory.
Example under Trisquel¶
$ git clone https://git.replicant.us/replicant/kernel_samsung_crespo.git
Updated by Denis 'GNUtoo' Carikli almost 9 years ago · 4 revisions