Hi! Le ven. 8 sept. 2023 à 08:01, MOHAMMED HASSAN <[email protected]> a écrit :
> Right, you're not the only one! > See > > https://docs.yoctoproject.org/ref-manual/system-requirements.html#minimum-free-disk-space > and https://docs.yoctoproject.org/dev/dev-manual/disk-space.html > > I can use rm_work and remove all the build related files, however every > subsequent build would take a lot more time to build. I want my builds to > be as fast as possible. Do you have any suggestions to for faster builds > while consuming less memory space. > rm_work does not impact build time. Every important piece of built software is kept in the "sstate cache" and this cache is not removed by rm_work. I usually have rm_work activated globally and reasonable build time : most things are not re-built but taken from the sstate cache. Regards, -- Yoann Congal Smile ECS - Tech expert
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60944): https://lists.yoctoproject.org/g/yocto/message/60944 Mute This Topic: https://lists.yoctoproject.org/mt/101231469/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
