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

2025-01-23 Thread Alexander Kanavin via lists.yoctoproject.org
I don’t know. The problem description is not clear enough for me to give suggestions, and I do not have time to figure out what you need to do in a long exchange of messages. It helps to provide three clear descriptions like is typically asked when writing bug reports: 1. What you did. Which sett

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

2025-01-23 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Does it mean I need to add the packageconfig variables or any more changes will be needed? On Thu, 23 Jan 2025 at 11:46 AM, Alexander Kanavin wrote: > Generally, you need to modify your image recipe to declare what > packages need to be in the target image. > > Note that ${WORKDIR}/image is a s

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

2025-01-22 Thread Alexander Kanavin via lists.yoctoproject.org
Generally, you need to modify your image recipe to declare what packages need to be in the target image. Note that ${WORKDIR}/image is a slightly confusing name: it shows what a particular recipe installs and packages, but it has no influence what goes into actual target images. Alex On Thu, 23

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

2025-01-22 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Well, I believe bluez5 should add it but it isn't happening for now. *So I wanted to add it manually to my build.* So i needed suggestions on how to do it. On Wed, Jan 22, 2025 at 2:10 PM Alexander Kanavin wrote: > It helps to step back and consider what your actual goal is. A library > withou

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

2025-01-22 Thread Alexander Kanavin via lists.yoctoproject.org
It helps to step back and consider what your actual goal is. A library without applications is not useful on the target image. And if you install applications into target images, you do not need to worry about libraries, they will be pulled into the target image through package dependencies. So wh

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 with the glib-2