I am working with old Linux built with Yocto. I need to update one package in the image. Recipes for the package can be found here: https://layers.openembedded.org/layerindex/branch/master/recipes/.
What is the best way to do it? Should I add a new layer with a newer version of the recipe and the .patch
files? Does Yocto know which version of the recipe should be used? Recipe file names differ because they have different names (different version suffixes) but in the package I want to be used there is an .inc
file. Does Yocto know which .inc
file should be used?
Thank you in advance for any help.