On Thu, May 16, 2024 at 12:28 PM SIMON BABY via lists.yoctoproject.org <simonkbaby=gmail....@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 files under temp are created. > Nothing else. Can I know if I am missing any configuration? > > tmp/work/cortexa5t2hf-neon-vfpv4-poky-linux-gnueabi/marvell-umsd/3.0.7-r0$ ls > -ll > total 12 > drwxr-xr-x 2 sbaby sbaby 12288 May 16 12:26 temp > > This is valid for other recipes as well. > > /build/tmp/work/cortexa5t2hf-neon-vfpv4-poky-linux-gnueabi/libgcc/11.4.0-r0$ > ls > temp
Packages usually fall into 3 categories roughly all - meant to work on all architectures e.g. scripts etc. arch - runs on given architecture and machines based on this arch machine - has machine specific stuff that makes it work only on the given machine what you search for is in arch specific build area, there is also machine build area which is usually <MACHINE>-poky-linux-gnueabi and will be located in parallel to cortexa5t2hf-neon-vfpv4-poky-linux-gnueabi in your case. Look in there as well. > > > Regards > Simon > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63126): https://lists.yoctoproject.org/g/yocto/message/63126 Mute This Topic: https://lists.yoctoproject.org/mt/106141357/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-