Re: [yocto] multilib: lib32-libgdiplus complaining about qemuwrapper

2020-11-27 Thread Pelle Windestam
> I am using Yocto 2.5 and have a working multilib-enabled image based on poky > which includes libgdiplus (64-bit). Due to requirements I had to add the > 32-bit version, so I added lib32-libgdiplus to my image recipe. This caused > the following error output from bitbake: > WARNING: tmlinux-i

[yocto] Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108) #python

2020-11-27 Thread vijayrakeshmunganda
Hi, I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)". I had downloaded activated certificates from AW

Re: [yocto] Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108) #python

2020-11-27 Thread Diego Santa Cruz via lists.yoctoproject.org
Hi there, From: yocto@lists.yoctoproject.org On Behalf Of vijayrakeshmunganda via lists.yoctoproject.org Sent: 27 November 2020 09:47 To: yocto@lists.yoctoproject.org Subject: [yocto] Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certi

[yocto] [meta-raspberrypi][PATCH] userland: add knob for ALL_APPS

2020-11-27 Thread Trevor Woerner
The userland sources include a bunch of sample applications. Add an "allapps" PACKAGECONFIG to allow the user to build the additional optional applications. Signed-off-by: Trevor Woerner --- ...cations-remove-non-existent-projects.patch | 30 +++ ...ptionally-build-wayland-specif

[yocto] patch apply for .bb file

2020-11-27 Thread NIKHIL PATIL
Hi team , We are tring to apply to patch to default .bb file. means in gpsd_3.17.bb file we did some changes but after taking patch we are not able to apply it . * steps followd :-* 1) git status 2) git diff yocto_build/meta-openembedded/meta-oe/recipes-navigation/gpsd/

Re: [yocto] [meta-raspberrypi][PATCH] userland: add knob for ALL_APPS

2020-11-27 Thread Khem Raj
Hi Trevor On Fri, Nov 27, 2020 at 2:17 AM Trevor Woerner wrote: > > The userland sources include a bunch of sample applications. Add an "allapps" > PACKAGECONFIG to allow the user to build the additional optional applications. > change is okay, Can you create a GH pull request for this please >

Re: [yocto] patch apply for .bb file

2020-11-27 Thread NIKHIL PATIL
Hi , If anyone know please help. On Sat, Nov 28, 2020 at 12:12 AM NIKHIL PATIL via lists.yoctoproject.org wrote: > Hi team , >We are tring to apply to patch to default .bb file. means in > gpsd_3.17.bb file we did some changes but after taking patch we are not > able to apply it . >