[Letux-kernel] How to build LetuxOS Android Kernel for LetuxOS Replicant 4.2?
Andreas Kemnade
andreas at kemnade.info
Fri Jun 28 19:01:20 CEST 2019
On Fri, 28 Jun 2019 18:41:45 +0200
"H. Nikolaus Schaller" <hns at goldelico.com> wrote:
[...]
> What does this mean?
>
> * kernel can be built outside of Replicant build system
> * uImage can simply be patched over to /boot/uImage
well, that is obvious, because it can be loaded by
ordinary uboot.
> * kernel modules are built differently by the Replicant build system or post-processed
> * and I have not found where this is done...
>
> So if we can find the post-processing script that prepares the kernel modules to /system/lib/modules
> we can do the same outside of the Replicant build system.
>
after make modules_install to somewhere
a oneliner like:
find -name "*.ko" -exec mv \{\} /path/to/system/lib/modules \;
not worth searching for.
Regards,
Andreas
More information about the Letux-kernel
mailing list