From 0e163082bd8a68412c66e2ea20e665b1ddfcc9f7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 2 May 2024 17:06:28 +0100 Subject: brief-yoctoprojectqs: Update to the correct hash equivalence server address Also add a note about needing python websockets installed. (From yocto-docs rev: 9c7869b95b1784f58f0a31f7c015ad3e15af34e1) Signed-off-by: Richard Purdie --- documentation/brief-yoctoprojectqs/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 61c5cbec36..4301bfd970 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -251,11 +251,14 @@ an entire Linux distribution, including the toolchain, from source. To use such mirrors, uncomment the below lines in your ``conf/local.conf`` file in the :term:`Build Directory`:: - BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" + BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" BB_HASHSERVE = "auto" BB_SIGNATURE_HANDLER = "OEEquivHash" + The hash equivalence server needs a recent version of python + websockets installed to work correctly. + #. **Start the Build:** Continue with the following command to build an OS image for the target, which is ``core-image-sato`` in this example: -- cgit v1.2.3-54-g00ecf