On Sat, Jul 13, 2024 at 10:06 AM gavrosc via lists.yoctoproject.org <gavrosc=yahoo....@lists.yoctoproject.org> wrote: > > hi again > > i have removed the line from the file as you suggested and i tried run one by > one the following commands > and finally is successful and all folders created correctly. > > bitbake -c do_fetch helloworld > bitbake -c do_unpack helloworld > bitbake -c do_compile helloworld > bitbake -c do_install helloworld > > > Do you have any idea why it build correct when i ran all the orders one by > one instead of executing 'bitbake helloworld' ?
All these tasks will execute in dependency order when bitbake helloworld is run, however, there are other tasks like packaging task etc which will also be executed. Do you have rm_work enabled ? check if INHERIT += "rm_work" is set in your config metadata e.g. local.conf or distro config etc, since that will delete the intermediate build artifacts to save space. also try bitbake -ccleanall helloworld bitbake helloworld and see if that works better. > > Thank you for your support > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63487): https://lists.yoctoproject.org/g/yocto/message/63487 Mute This Topic: https://lists.yoctoproject.org/mt/107200784/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-