Am Mo., 8. Feb. 2021 um 11:52 Uhr schrieb Mauro Ziliani <mauro@faresoftware.it>:
In the image recipe I put
image-recipe.bb
IMAGE_INSTALL_append := " \ recipe1 \ "
PREFERRED_VERSION_pn-recipe1 := "0.9"
As usual, recipe data is local, conf data is global. Setting things that should affect other recipes (like PREFERRED_VERSION) does not work inside a recipe - and an image recipe is still just a recipe. This needs to go into the DISTRO config, usually.