cancel
Showing results for 
Search instead for 
Did you mean: 

PyQt Gui Application

fiyan
Associate II

Hi there, 

I followed the instructions as mentioned below.

  1. repo init -u https://github.com/STMicroelectronics/oe-manifest -b refs/tags/openstlinux-6.1-yocto-mickledore-mp1-v24.03.13 (v5.0.3)
  2. repo sync
  3. 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
  4. 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.”
  5. added IMAGE_INSTALL:append = " python3-pyqt5" to my image in build-openstlinuxweston-stm32mp1/conf/local.conf
  6. 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?

 

0 REPLIES 0