Bitbake error -gnss1-ekf NOT-FOUND
Hello,
I’m trying to build an EKF (Extended Kalman Filter) application using Bitbake on an STM32MP1 platform, but I’m encountering the following error:
Nothing RPROVIDES 'gnss1-ekf' (but /home/futura/STM32MPU_workspace/Distribution-Package/layers/meta-st/meta-st-openstlinux/recipes-samples/images/st-example-image-qtwayland.bb, /home/futura/STM32MPU_workspace/Distribution-Package/layers/meta-st/meta-st-stm32mp/recipes-st/images/st-image-userfs.bb RDEPENDS on or otherwise requires it)
Here are the steps I’ve taken so far:
Sourced the environment: DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
Added "gnss1 gnss1-ekf" in layer.conf and appended the line: IMAGE_INSTALL: "gnss1 gnss1-ekf"
Included "gnss1-ekf" in st-image-userfs.bb.
Ran bitbake st-example-image-qtwayland to create the Qt image, where I encountered the error mentioned above.
It seems like the gnss1-ekf package is not being found. Could someone guide me on what might be missing or misconfigured in this process?
Thanks in advance for your help!
