Re: [yocto] python-pyqt

2018-03-10 Thread Alan Martinovic
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

[yocto] python-pyqt

2018-03-10 Thread Peter Balazovic
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

Re: [yocto] python-pyqt

2018-03-10 Thread Peter Balazovic
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

Re: [yocto] python-pyqt

2018-03-10 Thread Peter Balazovic
i've added "sip" package to my build and mow by using python-pyqt5_5.8.2.bb ERROR: python-pyqt5-5.8.2-r0 do_patch: Command Error: 'quilt --quiltrc /home/ubuntu/work/morty/fsl-release-bsp-imx6/build/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 0 Output: Applying patch fix-sm.patch

[yocto] Documentation error report

2018-03-10 Thread daryl
I'm not sure who to send this to, so maybe someone can redirect me... I'm going through the Yocto Project Quick Start at https://www.yoctoproject.org/docs/2.4.1/yocto-project-qs/yocto-project-qs.html, and I encountered a minor error that might be worth fixing. There are two consecutive

Re: [yocto] How and where does yocto find lighttpd-module-fastcgi?

2018-03-10 Thread Wayne Witzke
That makes perfect sense. Thank you very much for your help! Wayne On 03/09/2018 05:35 PM, Andre McCurdy wrote: On Fri, Mar 9, 2018 at 6:18 AM, Wayne Witzke > wrote: Thank you for the reply! When I wasn't adding lighttpd-module-fastcgi,

Re: [yocto] Documentation error report

2018-03-10 Thread Trevor Woerner
Hi Daryl, On Sat 2018-03-10 @ 07:10:02 PM, da...@daryllee.com wrote: > I'm not sure who to send this to, so maybe someone can redirect me... Scott Rifenbark is responsible for all YP documentation: srifenbark AT gmail DOT com Ideally, if you're comfortable with git, you could generate a patch

[yocto] [prelink-cross][PATCH] prelink: Add RISC-V support

2018-03-10 Thread Khem Raj
Signed-off-by: Khem Raj --- ChangeLog | 5 + src/elf.h | 25 - src/rtld/dl-tls.c | 5 + src/rtld/rtld.c | 14 ++ 4 files changed, 48 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index