From: Alexander Kanavin <alex.kanavin@gmail.com>
To: docs@lists.yoctoproject.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 2/6] ref-manual: drop a sentence about a 'legacy way' to specify UNPACKDIR
Date: Mon, 23 Jun 2025 14:42:53 +0200 [thread overview]
Message-ID: <20250623124257.1544615-2-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20250623124257.1544615-1-alex.kanavin@gmail.com>
From: Alexander Kanavin <alex@linutronix.de>
This wasn't specific, and is obsolete: UNPACKDIR should not be
set by recipes at all, except in very special circumstances
(e.g. gcc/clang unpacking into work-shared).
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
documentation/ref-manual/tasks.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index d85d1151f0c..e379c424d87 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -412,8 +412,7 @@ them. You can learn more by looking at the
-------------
Unpacks the source code into a working directory pointed to by
-``${``\ :term:`UNPACKDIR`\ ``}``. A legacy way to specify
-this directory is through the :term:`S` and :term:`WORKDIR` variables.
+``${``\ :term:`UNPACKDIR`\ ``}``.
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.
--
2.39.5
next prev parent reply other threads:[~2025-06-23 12:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-23 12:42 [PATCH 1/6] overview-manual: correct value of UNPACKDIR and put S under it Alexander Kanavin
2025-06-23 12:42 ` Alexander Kanavin [this message]
2025-06-23 12:42 ` [PATCH 3/6] dev-manual: replace WORKDIR with UNPACKDIR where appropriate Alexander Kanavin
2025-06-23 12:42 ` [PATCH 4/6] overview-manual: correct the bitbake tasks map section and diagram to account for sources in UNPACKDIR Alexander Kanavin
2025-06-23 12:42 ` [PATCH 5/6] ref-manual: correct references to WORKDIR to account for recent do_unpack changes Alexander Kanavin
2025-06-23 12:42 ` [PATCH 6/6] migration-guides/migration-5.1.rst: correct S/UNPACKDIR patterns for file-only recipes Alexander Kanavin
2025-06-24 7:43 ` [docs] " Antonin Godard
2025-06-24 9:13 ` Alexander Kanavin
2025-06-24 9:38 ` Antonin Godard
2025-07-01 8:37 ` [PATCH 1/6] overview-manual: correct value of UNPACKDIR and put S under it Antonin Godard
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=20250623124257.1544615-2-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--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 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.