($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
To: simone.p.weiss@posteo.com
Cc: docs@lists.yoctoproject.org
Subject: Re: [docs] [PATCH] docs: Align order in Quick Build with default local.conf
Date: Tue, 12 Dec 2023 10:40:04 +0100	[thread overview]
Message-ID: <09042827-375a-4e9f-a6a3-4bb5dea46d93@bootlin.com> (raw)
In-Reply-To: <20231210053555.11779-1-simone.p.weiss@posteo.com>

Hi Simone,

On 10.12.23 at 06:35, simone.p.weiss@posteo.com wrote:
> From: Simone Weiß <simone.p.weiss@posteo.com>
>
> Align the order from `BB_SIGNATURE_HANDLER` to `SSTATE_MIRRORS` in Quick Build
> with the order in the default local conf. While trivial it is easier to find,
> if the order matches.
>
> Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
> ---
>   documentation/brief-yoctoprojectqs/index.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
> index df8d75edc2..61c5cbec36 100644
> --- a/documentation/brief-yoctoprojectqs/index.rst
> +++ b/documentation/brief-yoctoprojectqs/index.rst
> @@ -251,10 +251,10 @@ 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_SIGNATURE_HANDLER = "OEEquivHash"
> -         BB_HASHSERVE = "auto"
>            BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
>            SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
> +         BB_HASHSERVE = "auto"
> +         BB_SIGNATURE_HANDLER = "OEEquivHash"
>   
>   #. **Start the Build:** Continue with the following command to build an OS
>      image for the target, which is ``core-image-sato`` in this example:


This makes sense. Thanks for the patch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next.
Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



      reply	other threads:[~2023-12-12  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-10  5:35 [PATCH] docs: Align order in Quick Build with default local.conf simone.p.weiss
2023-12-12  9:40 ` Michael Opdenacker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=09042827-375a-4e9f-a6a3-4bb5dea46d93@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=simone.p.weiss@posteo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).