All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonin Godard" <antonin.godard@bootlin.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>,
	"YP docs mailing list" <docs@lists.yoctoproject.org>
Subject: Re: [docs] [PATCH] dev-manual: update AUTOREV explanation to match current file
Date: Tue, 16 Jun 2026 15:37:16 +0200	[thread overview]
Message-ID: <DJAIJ3JCA5SW.11J878DQ91TUS@bootlin.com> (raw)
In-Reply-To: <6fcb9b9c-e179-6c09-e233-56919a855701@crashcourse.ca>

Hi,

On Fri Jun 12, 2026 at 10:09 AM CEST, Robert P. J. Day wrote:
>
> The code snippet for listing AUTOREV-enabled recipes needs updating
> since it now inherits the "poky-bleeding" class file.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/documentation/dev-manual/external-scm.rst b/documentation/dev-manual/external-scm.rst
> index 3ca9079b3..7971d65f5 100644
> --- a/documentation/dev-manual/external-scm.rst
> +++ b/documentation/dev-manual/external-scm.rst
> @@ -38,26 +38,27 @@ configuration file contains the line::
>
>     require conf/distro/include/poky-floating-revisions.inc
>
> -This line pulls in the
> -listed include file that contains numerous lines of exactly that form::
> -
> -   #SRCREV:pn-opkg-native ?= "${AUTOREV}"
> -   #SRCREV:pn-opkg-sdk ?= "${AUTOREV}"
> -   #SRCREV:pn-opkg ?= "${AUTOREV}"
> -   #SRCREV:pn-opkg-utils-native ?= "${AUTOREV}"
> -   #SRCREV:pn-opkg-utils ?= "${AUTOREV}"
> -   SRCREV:pn-gconf-dbus ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-common ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-config-gtk ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-desktop ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-keyboard ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-panel-2 ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-themes-extra ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-terminal ?= "${AUTOREV}"
> -   SRCREV:pn-matchbox-wm ?= "${AUTOREV}"
> -   SRCREV:pn-settings-daemon ?= "${AUTOREV}"
> -   SRCREV:pn-screenshot ?= "${AUTOREV}"
> -   . . .
> +This line pulls in the listed include file that defines the set of
> +AUTOREV-enabled recipes::
> +
> +   INHERIT += "poky-bleeding"
> +
> +   POKY_AUTOREV_RECIPES = "\
> +       libmatchbox \
> +       opkg-utils \
> +       matchbox-config-gtk \
> +       matchbox-desktop \
> +       matchbox-keyboard \
> +       matchbox-panel-2 \
> +       matchbox-terminal \
> +       matchbox-theme-sato \
> +       matchbox-wm \
> +       pseudo \
> +       puzzles \
> +       sato-icon-theme \
> +       sato-screenshot \
> +       settings-daemon \
> +   "
>
>  These lines allow you to

s/These lines allow/This allows/

>  experiment with building a distribution that tracks the latest

Antonin


      reply	other threads:[~2026-06-16 13:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-12  8:09 [PATCH] dev-manual: update AUTOREV explanation to match current file Robert P. J. Day
2026-06-16 13:37 ` Antonin Godard [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=DJAIJ3JCA5SW.11J878DQ91TUS@bootlin.com \
    --to=antonin.godard@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=rpjday@crashcourse.ca \
    /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.