From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 1/2] archiver.bbclass: Improve the indentation of the documentation
Date: Tue, 25 Aug 2026 21:07:39 +0200 [thread overview]
Message-ID: <20260825190741.3011162-1-pkj@axis.com> (raw)
This makes the class documentation's indentation consistent.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
meta/classes/archiver.bbclass | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index 3124b7040d..f38409774d 100644
--- a/meta/classes/archiver.bbclass
+++ b/meta/classes/archiver.bbclass
@@ -19,12 +19,12 @@
# - The recipe (.bb and .inc): ARCHIVER_MODE[recipe] = "1"
# - Filter the license, the recipe whose license in
# COPYLEFT_LICENSE_INCLUDE will be included, and in
-# COPYLEFT_LICENSE_EXCLUDE will be excluded.
-# COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*'
-# COPYLEFT_LICENSE_EXCLUDE = 'CLOSED Proprietary'
-# - The recipe type that will be archived:
-# COPYLEFT_RECIPE_TYPES = 'target'
-# - The source mirror mode:
+# COPYLEFT_LICENSE_EXCLUDE will be excluded:
+# COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*'
+# COPYLEFT_LICENSE_EXCLUDE = 'CLOSED Proprietary'
+# - The recipe type that will be archived:
+# COPYLEFT_RECIPE_TYPES = 'target'
+# - The source mirror mode:
# ARCHIVER_MODE[mirror] = "split" (default): Sources are split into
# per-recipe directories in a similar way to other archiver modes.
# Post-processing may be required to produce a single mirror directory.
@@ -33,13 +33,13 @@
# ARCHIVER_MODE[mirror] = "combined": All sources are placed into a single
# directory suitable for direct use as a mirror. Duplicate sources are
# ignored.
-# - Source mirror exclusions:
-# ARCHIVER_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror.
-# This may be used for sources which you are already publishing yourself
-# (e.g. if the URI starts with 'https://mysite.com/' and your mirror is
-# going to be published to the same site). It may also be used to exclude
-# local files (with the prefix 'file://') if these will be provided as part
-# of an archive of the layers themselves.
+# - Source mirror exclusions:
+# ARCHIVER_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror.
+# This may be used for sources which you are already publishing yourself
+# (e.g. if the URI starts with 'https://mysite.com/' and your mirror is
+# going to be published to the same site). It may also be used to exclude
+# local files (with the prefix 'file://') if these will be provided as part
+# of an archive of the layers themselves.
#
# Create archive for all the recipe types
next reply other threads:[~2026-08-25 19:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-25 19:07 Peter Kjellerstedt [this message]
2026-08-25 19:07 ` [PATCH 2/2] archiver.bbclass: Add ARCHIVER_MIRROR_INCLUDE Peter Kjellerstedt
2026-08-26 7:12 ` [OE-core] " 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=20260825190741.3011162-1-pkj@axis.com \
--to=pkj@axis.com \
--cc=openembedded-core@lists.openembedded.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.