Re: [yocto] query on do_stage

2024-06-03 Thread SIMON BABY
Thank you Richard. Regards Simon > On Jun 3, 2024, at 2:48 PM, Richard Purdie > wrote: > > On Fri, 2024-05-31 at 15:17 -0700, SIMON BABY via > lists.yoctoproject.org wrote: >> Hei Team, >> >> I have a recipe below. I did not see the staging directory under the >> tmp generated folder. Is

Re: [yocto] query on do_stage

2024-06-03 Thread Richard Purdie
On Fri, 2024-05-31 at 15:17 -0700, SIMON BABY via lists.yoctoproject.org wrote: > Hei Team, > > I have a recipe below. I did not see the staging directory under the > tmp generated folder. Is there a hidden folder or where are the files > going? > > > [...] > > do_stage () { >         mkdir

Re: [yocto] query on do_stage

2024-06-03 Thread SIMON BABY
Hello Alexander, Thank you for your comments. I tried the below sequence of commands and still could not see anything generated for include or library files. bitbake -c clean marvell-umsd bitbake -c clean -f marvell-umsd bitbake -c cleansstate marvell-umsd rm -rf sstate-cache/

Re: [yocto] query on do_stage

2024-06-01 Thread Alexander Kanavin
The folders indicate that the build happened entirely from sstate, and so only the sstate objects for populate_sysroot and package_write_ipk tasks were executed. You need to use -c cleansstate first and rerun it. Alex On Sat, 1 Jun 2024 at 00:17, SIMON BABY via lists.yoctoproject.org wrote: > >

[yocto] query on do_stage

2024-05-31 Thread SIMON BABY
Hei Team, I have a recipe below. I did not see the staging directory under the tmp generated folder. Is there a hidden folder or where are the files going? DESCRIPTION = "UMSD SDK library for Marvell Switch Product Family." LICENSE = "CLOSED" PR = "r0" PROVIDES = "marvell-umsd" SRC_URI =