not sure if this is the right place for it or if I should jump over to discord. We have our own ros2 workspace extending kilted that we’d like to include in our yocto image. Is there a preferred way for creating the receipes - and if so how? After a bit of looking around it seems there’s superflore but I’m not sure if it is intended for use outside of meta-ros.
It seems like the other option is to manually create the receipes for each package in our workspace based off the autogenerated ones?
Is there a third option I am missing?
Sorry for the delayed response. I missed this while getting ready for ROSCon.
There is a brand new tool that I created that will discover packages in a colcon workspace and write Bitbake recipes based on the package.xml files and the git repository information.
So far, I have used it to create and build recipes for Space ROS Jazzy (~ 220 packages). Your use case is something I want to support, so I would be interested in helping you try it out.