Currently, the do_build task does a cargo build not in --offline mode which is, by default, disabled in later Yocto versions (but can be enabled). It is likely preferred to do the network operations (via cargo fetch) outside of the build stage. Doing so likely aids with offline builds in some cases.
Currently, the
do_buildtask does acargo buildnot in--offlinemode which is, by default, disabled in later Yocto versions (but can be enabled). It is likely preferred to do the network operations (viacargo fetch) outside of the build stage. Doing so likely aids with offline builds in some cases.