I get ERROR: Nothing RPROVIDES 'mesa' (but /design/layers/meta-st/meta-st-stm32mp/recipes-st/images/st-image-vendorfs.bb RDEPENDS on or otherwise requires it) Error when I try to build core-image-minimal
DISTRO : <no-custom-config-set>
DISTRO_CODENAME : dunfell
MACHINE : stm32mp1-disco
I followed instructions from: https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Installing_the_Starter_Package
I initialized repo with:
repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.10-dunfell-mp1-21-03-31
I initialized build environment with command:
DISTRO=nodistro MACHINE=stm32mp1-disco source layers/meta-st/scripts/envsetup.sh
That initialization took only few layers from the manifested layers.
I run:
bitbake core-image-minimal
and got the error that nothing provides "mesa".
I added qt layer, but it did not make any difference.
Should I add some more layers to get builder happy or is this basic "distro" not functional?
