I would like to update Linux kernel to the 5.x version. I know that I have to download Linux kernel sources, use TC configuration and apply all the patches. When Linux kernel compilation is done, I will have Linux kernel image (vmlinuz) and a lot of Linux kernel modules. TC is providing Linux kernel image (vmlinuz64) and filesystem files (corepure64.gz = rootfs64.gz + modules64.gz) and I know that I will have to regenerate modules64.gz file at least.
Here is my dilemma ..
When you are preparing a new TC release, how do you know which Linux kernel modules files go into modules64.gz? Do you have some kind of list somewhere? How do you resolve dependencies? The same question goes for Linux kernel TCZ packages .. how do you know which Linux kernel modules files belong together when preparing bluetooth-4.19.10-tinycore64.tcz, graphics-4.19.10-tinycore64.tcz, .. etc. How can you be sure that you are not missing a dependency?
Thank you for your support!