[yocto] How to add ARM trust zone TA and CA in my os image

2024-12-06 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Hi guys, I want to add ARM TA trusted application and CA client application to my os image. I am using yocto dunfell 3.1.11 and yocto kirkstone. Can you guys share some documentation that can help me with this? I have seen YouTube videos but none talk about the how to add them to the image. If TA r

Re: [yocto] How to add ARM trust zone TA and CA in my os image

2024-12-09 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Hi Ross, Well you are right. But I need to develop the TA and CA first. They wont support me on it due to security constraints. So i needed to implement it myself. I am thinking of having an application that would allow me store some secret data like key in the RPMB block of the eMMC. Any resour

Re: [yocto] How to install files in root directory

2024-12-09 Thread MOHAMMED HASSAN via lists.yoctoproject.org
It didnt work for me guys. I want to place the file in my root home directory. # Root home directory ROOT_HOME ??= "/root" if you guys have suggestions for me please let me know. I have tried the following lines below but none worked. install -d ${D}/${HOME} install -m 0755 my-file ${D}/${HOME}

Re: [yocto] Upgrading node version from 16 to 20 in yocto kirkstone

2025-02-06 Thread MOHAMMED HASSAN via lists.yoctoproject.org
I get my setup from the vendor and don’t think he has moved to a newer one. Still any suggestions are welcome. On Thu, 6 Feb 2025 at 1:53 PM, Alexander Kanavin wrote: > On Thu, 6 Feb 2025 at 06:35, Khem Raj via lists.yoctoproject.org > wrote: > > It is possible, but success and effort will var

[yocto] Upgrading node version from 16 to 20 in yocto kirkstone

2025-02-05 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Hi guys, I wanted to update the node version from 16 to 20 in yocto kirkstone. For this I have moved the node20 recipes from yocto scarthgap and ran it. Only first error I got was with the icu recipe version and it moved the latest from scarthgap and resolved the issue. I got the error in do_comple

[yocto] How to install files in root directory

2024-12-03 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Hi guys, I am unable to install my files, binary, etc in the /root directory. I have searched the documentation and tried but to no avail. Please share some snippet or recipe code for my reference. Thanks Hassan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Rep

Re: [yocto] glib-2.0 addition to yocto kirkstone image

2025-01-22 Thread MOHAMMED HASSAN via lists.yoctoproject.org
> > On Wed, 22 Jan 2025 at 06:25, MOHAMMED HASSAN via > lists.yoctoproject.org > wrote: > > > > An update, > > I notice the files are not being added in my image recipe. I have called > it correctly but can't see it. Do I need to set any packageconfig variables

Re: [yocto] glib-2.0 addition to yocto kirkstone image

2025-01-23 Thread MOHAMMED HASSAN via lists.yoctoproject.org
arget image through > >> package dependencies. > >> > >> So what is the task you have? > >> > >> Alex > >> > >> On Wed, 22 Jan 2025 at 06:25, MOHAMMED HASSAN via > >> lists.yoctoproject.org > >> wrote: > >> >

Re: [yocto] glib-2.0 addition to yocto kirkstone image

2025-01-21 Thread MOHAMMED HASSAN via lists.yoctoproject.org
An update, I notice the files are not being added in my image recipe. I have called it correctly but can't see it. Do I need to set any packageconfig variables? On Wed, Jan 22, 2025 at 10:47 AM MOHAMMED HASSAN via lists.yoctoproject.org wrote: > Hi guys, > I am facing an issue wi

[yocto] glib-2.0 addition to yocto kirkstone image

2025-01-21 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Hi guys, I am facing an issue with the glib-2.0 library. I have added the package to my image baserootfs as *glib-2.0 . On *manually verifying the image folder under work directory I can see the /usr/lib and other system library file present. But they are not getting added in my final image. i.e I