On Thu, 24 Oct 2024 at 18:05, umeshyv via lists.yoctoproject.org <umeshyv=gmail....@lists.yoctoproject.org> wrote: > My understanding is that do_install() will uncompress tgz files in the target > once successful. In the recipe I shared in the yocto forum will copy the tgz > files to /opt/tools.
It will not do this, and you will end up with compressed .tgz files on your target device. So you need to delete do_install and SAVEDDIR assignment, then run 'bitbake -c unpack your-recipe', then go to ${WORKDIR} and inspect where and how they were unpacked under that directory. Then you can re-write do_install() to copy the actual content out of ${WORKDIR} into ${D}/opt/tools/. Also, do not call your recipe 'tools-native' - 'native' suffix has a special meaning, and should not be used for target recipes. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64114): https://lists.yoctoproject.org/g/yocto/message/64114 Mute This Topic: https://lists.yoctoproject.org/mt/109168052/21656 Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-