Re: [yocto] Task chain for population to sysroot-native?
Alexander Kanavin <[email protected]> Thu, 4 Jun 2026 10:30:49 +0200
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <CANNYZj_tB=Y9drEvv=L6cNJk+q4ojuYiLpU1nciMnG1ZY8_Rwg@mail.gmail.com> |
On Thu, 4 Jun 2026 at 10:27, H. Wulff via lists.yoctoproject.org <[email protected]> wrote: > I followed your hint and this way it works. Thanks! > > But one thing I haven't figured out yet: Where does the binaries for the sysroot folder come from? From ${WORKDIR} or from the sstate-cache? If bitbake finds a suitable item in sstate cache from previous builds, then the binaries are unpacked from there directly. Otherwise, it runs the full build, and populates sysroot content from the build (and creates an archive of them for sstate, so next time it won't have to rebuild). Alex