Hi there,
I followed the instructions as mentioned below.
- repo init -u https://github.com/STMicroelectronics/oe-manifest -b refs/tags/openstlinux-6.1-yocto-mickledore-mp1-v24.03.13 (v5.0.3)
- repo sync
- got pyqt5 files from https://github.com/STMicroelectronics/meta-st-pkgrepo-updates/tree/openstlinux-ecosystem-5.0.0/recipes-python/pyqt5
and copied them to layers/meta-qt5/recipes-python/pyqt5 - run DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh to get the conf/local.conf file
All packages installed: “Check OK: all required packages are installed on host.” - added IMAGE_INSTALL:append = " python3-pyqt5" to my image in build-openstlinuxweston-stm32mp1/conf/local.conf
- bitbake st-weston image
However, I'm encountering the following error:
ERROR: Task (/home/abcd/DistributionPackage/layers/meta-openembedded/meta-oe/recipes-support/libiio/libiio_git.bb:do_configure) failed with exit code '1'
when i checked error log in that it was mentioned #include<pthread.h> compilation terminated. But that header was included in sysroot.
Could you please help me resolve this?