Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Anthony Abboud
Hi, Thank you all for your contribution to this thread. Following this, here's what I have tried so far that HAS NOT worked. 1. The initial code of this post as a separate recipe. 2. The initial code of this post as a .bbappend. 3. The example shown here:

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Anthony Abboud
Sorry about the weird formatting in the previous reply. New to this... -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59856): https://lists.yoctoproject.org/g/yocto/message/59856 Mute This Topic: https://lists.yoctoproject.org/mt/98649960/21656

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Anthony Abboud
Hi, Thank you all for your contribution to this thread. Following this, here's what I have tried so far that HAS NOT worked. 1. The initial code of this post as a separate recipe. 2. The initial code of this post as a .bbappend. 3. The example shown here:

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Josef Holzmayr
My guess is that you are on a recent release, which as changed syntax. To add files to packages, you need: FILES:${PN} += ... But I agree with the other responders, please be as precise as possible. Name your used versions please, for one thing. The other part is that things will not be added to

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread MOHAMMED HASSAN
On Tue, May 2, 2023 at 03:17 PM, Anthony Abboud wrote: > > HI Yocto Community, > > I am currently working on build a custom Boot2Qt image to learn about > How-To's since it's my first time playing with Yocto. I am successfully > able to build an image for my system; manually inserting and

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Mohammed Hassan
On Wed, May 3, 2023 at 03:47 AM, Anthony Abboud wrote: > > HI Yocto Community, > > I am currently working on build a custom Boot2Qt image to learn about > How-To's since it's my first time playing with Yocto. I am successfully > able to build an image for my system; manually inserting and

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Mikko Rapeli
Hi, On Tue, May 02, 2023 at 06:17:27PM -0400, Anthony Abboud wrote: > HI Yocto Community, > > I am currently working on build a custom Boot2Qt image to learn about > How-To's since it's my first time playing with Yocto. I am successfully > able to build an image for my system; manually inserting

Re: [yocto] Trouble Adding Files to rootfs

2023-05-02 Thread MOHAMMED HASSAN
On Tue, May 2, 2023 at 03:17 PM, Anthony Abboud wrote: > > HI Yocto Community, > > I am currently working on build a custom Boot2Qt image to learn about > How-To's since it's my first time playing with Yocto. I am successfully > able to build an image for my system; manually inserting and

[yocto] Trouble Adding Files to rootfs

2023-05-02 Thread Anthony Abboud
HI Yocto Community, I am currently working on build a custom Boot2Qt image to learn about How-To's since it's my first time playing with Yocto. I am successfully able to build an image for my system; manually inserting and launching my Qt application works great. Now I want to include this app