From patchwork Tue Oct 24 13:27:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 32879 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5130FC27C47 for ; Tue, 24 Oct 2023 13:27:40 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by mx.groups.io with SMTP id smtpd.web10.147731.1698154053139721399 for ; Tue, 24 Oct 2023 06:27:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=DOWchqtJ; spf=pass (domain: bootlin.com, ip: 217.70.183.197, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id A32B31C0004; Tue, 24 Oct 2023 13:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1698154051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7fs6vc5raKKfjcOZ8C9hWL11bOmxabI1mPtsDIk2KOk=; b=DOWchqtJVCCa+08uzfhsXJOm33GM9sLq+bnExQRvpj5Qut/QTvWUWJKUS9MpGfc8Z5kri/ UcjAvqnAMwdTTsHUsK8GnNBmoY85JFETjPGT/FZ4AqC+LtpjFIHo419HNkFKPGolZwXOS0 cMZO1Rpt+ZD/nu4RRdQUTRHT8Xklg/NsaZh/B/2qtouCARC6TtVHKrazU6du74tMDBY5Sh RNwF3tSHfhxJwo8SASvkdqemR0p7+sgrjIYSTOqhqYdF5hVRa9T2NksBh5+qUjp/CwRldI av7+PFcqqGLLl8Nvl2TYe4m5pd9JW+axw87dLojduZh0dXjDcvHlQCJswwX09Q== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker , richard.purdie@linuxfoundation.org Subject: [kirkstone][PATCH 12/16] brief-yoctoprojectqs: use new CDN mirror for sstate Date: Tue, 24 Oct 2023 15:27:08 +0200 Message-Id: <20231024132712.90600-13-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231024132712.90600-1-michael.opdenacker@bootlin.com> References: <20231024132712.90600-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 24 Oct 2023 13:27:40 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4486 From: Michael Opdenacker Recommended instead of the Yocto Project mirror, because expected to be faster. Make sure you only set one such mirror. Signed-off-by: Michael Opdenacker CC: richard.purdie@linuxfoundation.org --- documentation/brief-yoctoprojectqs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 545fa03f1e..20b2ebab6b 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -257,7 +257,7 @@ an entire Linux distribution, including the toolchain, from source. BB_SIGNATURE_HANDLER = "OEEquivHash" BB_HASHSERVE = "auto" BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687" - SSTATE_MIRRORS ?= "file://.* https://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" + SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" #. **Start the Build:** Continue with the following command to build an OS image for the target, which is ``core-image-sato`` in this example: