Re: [ANNOUNCEMENT] Yocto Project 4.0 is Released
On 27/04/2022 02:49, Lee, Chee Yang wrote:
I noticed one minor issue in the release notes:
Thanks,
--
Paul Barker
Principal Software Engineer
SanCloud Ltd
e: paul.barker@...
w: https://sancloud.co.uk/
HiCongratulations on another release everyone!
We are pleased to announce the Yocto Project 4.0 Release is now available for download.
I noticed one minor issue in the release notes:
- The Yocto Project now allows you to reuse the Shared State cache fromIt looks like &YOCTO_DOC_VERSION wasn't substituted for 4.0 above.
its autobuilder. If the network connection between our server and your
machine is faster than you would build recipes from source, you can
try to speed up your builds by using such Shared State and Hash
Equivalence by setting::
BB_SIGNATURE_HANDLER = "OEEquivHash"
BB_HASHSERVE = "auto"
BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687"
SSTATE_MIRRORS ?= file://.* https://sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH <file://.*%20https:/sstate.yoctoproject.org/&YOCTO_DOC_VERSION;/PATH;downloadfilename=PATH>
Thanks,
--
Paul Barker
Principal Software Engineer
SanCloud Ltd
e: paul.barker@...
w: https://sancloud.co.uk/