Where are bootfs, userfs, and vendorfs installed by bitbake?
I am bitbaking the core-image-minimal image, for a plain yocto poky distribution (Kirkstone), using stm32mp1 as my machine, and I am trying to figure out how the various st partition images are included in the build process.
That is, how and where are the st-image-bootfs.bb, st-image-userfs.bb and st-image-vendorfs.bb included in the core-image-minimal build? Everything is build as intended, but I cannot figure out how.
I cannot find anywhere, where the recipes are added to any of the environment variables I usually use to include recipes, (IMAGE_INSTALL, PACKAGE_INSTALL, etc.).
The only place I can find a reference to, for instance the bootfs recipe, is in meta-st-stm32mp/conf/machine/include/st-machine-common-stm32mp.inc
STM32MP_BOOTFS_IMAGE ?= "st-image-bootfs"But I cannot trace that to how the recipe is included in the build.
Please help.
