mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
ref-manual: introduce UNPACKDIR variable
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. (From yocto-docs rev: 2c892663c3e2d72493ee29898e99335a1e45c01f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Andrew Murray <amurray@thegoodpenguin.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
90e510aee7
commit
c3d154813b
@@ -412,12 +412,11 @@ 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`\ ``}``. A 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.
|
||||
section in the Yocto Project Overview and Concepts Manual.
|
||||
|
||||
Manually Called Tasks
|
||||
=====================
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user