I have repo from http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/ branch imx-morty
there is layer "meta-qt5" but does not contain "python-pyqt" or ""python-pyqt5" recipes. 

I copied python-pyqt5_5.8.2.bb recipe from https://layers.openembedded.org/layerindex/recipe/60914/ 


On Sat, Mar 10, 2018 at 3:41 PM, Alan Martinovic <alan.martinovic@senic.com> wrote:
Seems like the name of the package is: python-pyqt5

A recipe with that name does exist in meta-qt5:
https://layers.openembedded.org/layerindex/recipe/60914/

As on why bitbake didn't automatically set the recipe for execution
(based on RDEPENDS) but you would need to manually add it to
IMAGE_INSTALL_append
I don't know.

Do you have meta-qt5 in your layers?


On Sat, Mar 10, 2018 at 1:53 PM, Peter Balazovic
<balazovic.peter@gmail.com> wrote:
> Dears,
>
>
>
> per Yocto build from fsl-arm-yocto-bsp.git - i.MX Linux BSP Release Yocto
> Project manifests of imx-morty branch I have built fsl-image-qt5 image, I
> need to add qt5 python support, how to add to the image?
>
>
>
> Modifying local.conf not works
>
> IMAGE_INSTALL_append += "python-pyqt"
>
>
> I end up with errors...
>
>
> ERROR: Nothing RPROVIDES 'python-pyqt5' (but
> /home/ubuntu/work/morty/fsl-release-bsp-imx6/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-qt5.bb
> RDEPENDS on or otherwise requires it)
>
> NOTE: Runtime target 'python-pyqt5' is unbuildable, removing...
>
> Missing or unbuildable dependency chain was: ['python-pyqt5']
>
> ERROR: Required build target 'fsl-image-qt5' has no buildable providers.
>
> Missing or unbuildable dependency chain was: ['fsl-image-qt5',
> 'python-pyqt5']
>
>
>
> How to add python QT5 support to Yocto image build?
>
>
> Thank you.
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>