[yocto] [ANNOUNCEMENT] Yocto Project 4.0.9 is Released

2023-04-21 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.9 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.9/poky-09def309f91929f47c6cce386016ccb777bd2cfc.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.9/poky-09def309f91929f47c6cce386016ccb77

[yocto] [meta-security] Unnecessary/optional dependencies in tpm2-tools

2023-04-21 Thread Peter Kjellerstedt
I have a team that is looking at starting to use some of the recipes from meta-security and I am currently reviewing their changes to our layers. In a bbappend for tpm2-tools they removed the build dependency on tpm2-abrmd, which got me wondering why it was there in the first place. After doing

Re: [yocto] [meta-security][PATCH] tpm2-tss: upgrade 3.2.0 -> 4.0.1

2023-04-21 Thread Petr Gotthard
Yeah, I am sorry for that. It was intentional, but I discovered there is a bug in the upstream that prevents me from using this feature properly. https://github.com/tpm2-software/tpm2-tss/issues/2571 I thought it will be fixed quickly, but it wasn't. Let me fix this. -Original Message- F

Re: [yocto] [meta-security][PATCH] tpm2-tss: upgrade 3.2.0 -> 4.0.1

2023-04-21 Thread Peter Kjellerstedt
> -Original Message- > From: yocto@lists.yoctoproject.org On Behalf > Of Petr Gotthard > Sent: den 17 februari 2023 20:02 > To: yocto@lists.yoctoproject.org > Subject: [yocto] [meta-security][PATCH] tpm2-tss: upgrade 3.2.0 -> 4.0.1 > > Changelog: > https://github.com/tpm2-software/tpm2-t

Re: Private: Re: [yocto] SFTP protocol supported by curl

2023-04-21 Thread Ross Burton
Re-adding the list. > On 21 Apr 2023, at 15:30, daniel-s-men...@telecom.pt wrote: > Yes, in the same line of thought I also managed to enable the SFTP protocol > through PACKAGECONFIG. My question was also to clarify if there was any other > method or try to understand why it doesn't have that o

Re: [yocto] SFTP protocol supported by curl

2023-04-21 Thread daniel-s-mendes
Thanks for the fast reply, Ross. Yes, in the same line of thought I also managed to enable the SFTP protocol through PACKAGECONFIG. My question was also to clarify if there was any other method or try to understand why it doesn't have that option set from the start. Anyway, with the link provid

Re: [yocto] SFTP protocol supported by curl

2023-04-21 Thread Ross Burton
> On 21 Apr 2023, at 12:42, Daniel Seca Mendes via lists.yoctoproject.org > wrote: > > Hello, community, > > I've developing an application that uses curl using SFTP to transfer data. > The first time I cross-compiled my application and and tested it, it would > print this message: "Protocol

[yocto] SFTP protocol supported by curl

2023-04-21 Thread Daniel Seca Mendes
Hello, community, I've developing an application that uses curl using SFTP to transfer data. The first time I cross-compiled my application and and tested it, it would print this message: "Protocol sftp not supported or disabled in libcurl". The solution used was to add the libssh2 parameter in t

Re: [yocto] OTA updates for Application Software

2023-04-21 Thread Jose Quaresma
Leon Woestenberg escreveu no dia sexta, 21/04/2023 à(s) 09:24: > On Fri, Apr 21, 2023 at 5:53 AM MOHAMMED HASSAN > wrote: > > > > I wanted to know if it is possible to update your application through > OTA updates. > > If yes, then please share some documentation or some steps in achieving > it.

Re: [yocto] OTA updates for Application Software

2023-04-21 Thread Leon Woestenberg
On Fri, Apr 21, 2023 at 5:53 AM MOHAMMED HASSAN wrote: > > I wanted to know if it is possible to update your application through OTA > updates. > If yes, then please share some documentation or some steps in achieving it. > Also note "ostree", which allows incremental updates and is especially s

Re: [yocto] OTA updates for Application Software

2023-04-21 Thread Josef Holzmayr
On Fri, Apr 21, 2023 at 6:01 AM Khem Raj wrote: > there are several options that can be used for OTA with yocto project. > > mender > https://mender.io/ > https://github.com/mendersoftware/meta-mender I am currently working on a comprehensive list of boards/releases that are directly supported