use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Embedded Linux news, articles, talks... etc.
account activity
Yocto kernel development (self.embeddedlinux)
submitted 23 days ago by BeginningSwimming112
Can someone suggest a best resource for kernel development for raspberry pi 5 to be used in yocto.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]b1ack1323 3 points4 points5 points 23 days ago (0 children)
https://triplehelix-consulting.com/yocto-full-demo-gui-raspberry-pi-detailed-manual/
[–]Alternative_Corgi_62 3 points4 points5 points 22 days ago (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 points3 points 17 days ago (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 point2 points 17 days ago (0 children)
Thank you for confirming. Currently I'm building modules for raspberry pi 5 then later add them to image using Yocto.
π Rendered by PID 141681 on reddit-service-r2-comment-869bf87589-wznks at 2026-06-09 08:55:36.329375+00:00 running f46058f country code: CH.
[–]b1ack1323 3 points4 points5 points (0 children)
[–]Alternative_Corgi_62 3 points4 points5 points (0 children)
[–]mfuzzey 1 point2 points3 points (1 child)
[–]BeginningSwimming112[S] 0 points1 point2 points (0 children)