From: michael.opdenacker@bootlin.com
To: docs@lists.yoctoproject.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>
Subject: [PATCH 2/3] ref-manual: introduce UNPACKDIR variable
Date: Thu, 23 May 2024 15:56:27 +0200 [thread overview]
Message-ID: <20240523135628.3076018-2-michael.opdenacker@bootlin.com> (raw)
In-Reply-To: <20240523135628.3076018-1-michael.opdenacker@bootlin.com>
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
Note that this doesn't touch the "Source Fetching" section
in overview-manual/concepts.rst yet, as the unpack implementation
may not be finalized yet.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
documentation/ref-manual/tasks.rst | 8 ++++----
documentation/ref-manual/variables.rst | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 2e4b23408d..70c0dea3bb 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -412,12 +412,12 @@ them. You can learn more by looking at the
-------------
Unpacks the source code into a working directory pointed to by
-``${``\ :term:`WORKDIR`\ ``}``. The :term:`S`
-variable also plays a role in where unpacked source files ultimately
-reside. For more information on how source files are unpacked, see the
+``${``\ :term:`UNPACKDIR`\ ``}``. Another, legacy way to specify
+this directory is through the :term:`S` and :term:`WORKDIR` variables.
+For more information on how source files are unpacked, see the
":ref:`overview-manual/concepts:source fetching`"
section in the Yocto Project Overview and Concepts Manual and also see
-the :term:`WORKDIR` and :term:`S` variable descriptions.
+the :term:`UNPACKDIR`, :term:`WORKDIR` and :term:`S` variable descriptions.
Manually Called Tasks
=====================
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 546c674699..07b5b6f95c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9698,6 +9698,11 @@ system and gives an overview of their function and contents.
:ref:`ref-classes-insane` class and is only enabled if the
recipe inherits the :ref:`ref-classes-autotools` class.
+ :term:`UNPACKDIR`
+ This variable, used by the :ref:`ref-classes-base` class,
+ specifies where fetches sources should be unpacked by the
+ :ref:`ref-tasks-unpack` task.
+
:term:`UPDATERCPN`
For recipes inheriting the
:ref:`ref-classes-update-rc.d` class, :term:`UPDATERCPN`
--
2.34.1
next prev parent reply other threads:[~2024-05-23 13:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-23 13:56 [PATCH 1/3] migration-guides: placeholder files for 5.1 michael.opdenacker
2024-05-23 13:56 ` michael.opdenacker [this message]
2024-05-23 14:15 ` [docs] [PATCH 2/3] ref-manual: introduce UNPACKDIR variable Andrew Murray
2024-05-24 8:26 ` Michael Opdenacker
2024-05-24 10:01 ` Andrew Murray
2024-05-24 13:05 ` Michael Opdenacker
2024-05-23 13:56 ` [PATCH 3/3] migration-5.1.rst: preliminary description of UNPACKDIR changes michael.opdenacker
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=20240523135628.3076018-2-michael.opdenacker@bootlin.com \
--to=michael.opdenacker@bootlin.com \
--cc=docs@lists.yoctoproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox