Re: [yocto] packages not generated in output folder

2024-05-17 Thread Ross Burton
On 16 May 2024, at 20:28, SIMON BABY via lists.yoctoproject.org wrote: > > Hello, > > I am building some applications in 5.15.0-102-generic #112~20.04.1-Ubuntu. My > yocto recipes aeh building successfully but I am unable to see any package > folders under the tmp directory. I see only log

Re: [yocto] packages not generated in output folder

2024-05-16 Thread SIMON BABY
sounds good . I have fixed it already. My local.conf file has rm_work and after iIremoved it, it worked. Thank you for the quick answer. Regards Simon On Thu, May 16, 2024 at 12:55 PM Martin Jansa wrote: > You probably inherit rm_work somewhere, use bitbake-getvar to find out > where and

Re: [yocto] packages not generated in output folder

2024-05-16 Thread Khem Raj
On Thu, May 16, 2024 at 12:55 PM Martin Jansa via lists.yoctoproject.org wrote: > > You probably inherit rm_work somewhere, use bitbake-getvar to find out > where and remove it if you don't want the files to be removed after > the build is finished. right, thats perhaps the real reason for the

Re: [yocto] packages not generated in output folder

2024-05-16 Thread Khem Raj
On Thu, May 16, 2024 at 12:28 PM SIMON BABY via lists.yoctoproject.org wrote: > > Hello, > > I am building some applications in 5.15.0-102-generic #112~20.04.1-Ubuntu. My > yocto recipes aeh building successfully but I am unable to see any package > folders under the tmp directory. I see only

Re: [yocto] packages not generated in output folder

2024-05-16 Thread Martin Jansa
You probably inherit rm_work somewhere, use bitbake-getvar to find out where and remove it if you don't want the files to be removed after the build is finished. On Thu, May 16, 2024 at 9:28 PM SIMON BABY via lists.yoctoproject.org wrote: > > Hello, > > I am building some applications in

[yocto] packages not generated in output folder

2024-05-16 Thread SIMON BABY
Hello, I am building some applications in 5.15.0-102-generic #112~20.04.1-Ubuntu. My yocto recipes aeh building successfully but I am unable to see any package folders under the tmp directory. I see only log files under temp are created. Nothing else. Can I know if I am missing any configuration?