All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marta Rybczynska <rybczynska@gmail.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: YP docs mailing list <docs@lists.yoctoproject.org>
Subject: Re: [docs] [PATCH] ref/dev-manual: Update multiconfig documentation
Date: Thu, 9 Jun 2022 15:00:55 +0200	[thread overview]
Message-ID: <CAApg2=SWjpDKiWvbBZbXGV9HfxseH2UL_y=-sm3AqFCsFuwg3w@mail.gmail.com> (raw)
In-Reply-To: <20220609094044.41131-1-richard.purdie@linuxfoundation.org>

On Thu, Jun 9, 2022 at 11:40 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> Multiconfigs now work from layers. Update the documentation to match this change.
> Also fix a incorrect reference to different distros working within the same TMPDIR,
> that is incorrect.
>
> [YOCTO #13566]
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  documentation/dev-manual/common-tasks.rst | 31 ++++++++++++-----------
>  documentation/ref-manual/variables.rst    |  9 ++++---
>  2 files changed, 21 insertions(+), 19 deletions(-)
>
> diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
> index ca6d59438..7d17f8d65 100644
> --- a/documentation/dev-manual/common-tasks.rst
> +++ b/documentation/dev-manual/common-tasks.rst
> @@ -3704,7 +3704,7 @@ Setting Up and Running a Multiple Configuration Build
>
>  To accomplish a multiple configuration build, you must define each
>  target's configuration separately using a parallel configuration file in
> -the :term:`Build Directory`, and you
> +the :term:`Build Directory` or configuration directory within a layer, and you
>  must follow a required file hierarchy. Additionally, you must enable the
>  multiple configuration builds in your ``local.conf`` file.
>
> @@ -3712,16 +3712,19 @@ Follow these steps to set up and execute multiple configuration builds:
>
>  -  *Create Separate Configuration Files*: You need to create a single
>     configuration file for each build target (each multiconfig).
> -   Minimally, each configuration file must define the machine and the
> -   temporary directory BitBake uses for the build. Suggested practice
> -   dictates that you do not overlap the temporary directories used
> -   during the builds. However, it is possible that you can share the
> -   temporary directory
> -   (:term:`TMPDIR`). For example,
> -   consider a scenario with two different multiconfigs for the same
> +   The configuration definitions are implmentation dependency but often

A typo: implmentation -> implementation

Kind regards,
Marta


  reply	other threads:[~2022-06-09 13:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09  9:40 [PATCH] ref/dev-manual: Update multiconfig documentation Richard Purdie
2022-06-09 13:00 ` Marta Rybczynska [this message]
2022-06-10 17:42 ` [docs] " Michael Opdenacker
2022-06-13 13:56   ` Richard Purdie

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='CAApg2=SWjpDKiWvbBZbXGV9HfxseH2UL_y=-sm3AqFCsFuwg3w@mail.gmail.com' \
    --to=rybczynska@gmail.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=richard.purdie@linuxfoundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.