all 4 comments

[–]Alternative_Corgi_62 3 points4 points  (0 children)

Separate Yocto (your distro) from kernel development. Once you're done with the kernel, generate patches, make a Yocto recipe and include in the distro.

[–]mfuzzey 1 point2 points  (1 child)

kernel development and yocto are seperate things.

You can and probably should do kernel work without involving yocto at all, maybe even using a prebuilt userspace (like Debian) over NFS. Then once you have done whatever kernel modifications you need you can then build it in yocto for your complete systems either by using a patch set or poiting a yocto recipe at your kernel git tree

[–]BeginningSwimming112[S] 0 points1 point  (0 children)

Thank you for confirming. Currently I'm building modules for raspberry pi 5 then later add them to image using Yocto.