mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
ref-manual: add SRCTREECOVEREDTASKS to variable glossary
(From yocto-docs rev: c3e8eb234c9d1cf67dc46666ea26c1e4eb945c2c) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b5d761583e
commit
23ff556abe
@@ -7092,6 +7092,30 @@ system and gives an overview of their function and contents.
|
||||
":ref:`dev-manual/common-tasks:automatically incrementing a package version number`"
|
||||
section, which is in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`SRCTREECOVEREDTASKS`
|
||||
A list of tasks that are typically not relevant (and therefore skipped)
|
||||
when building using the :ref:`externalsrc <ref-classes-externalsrc>`
|
||||
class. The default value as set in that class file is the set of tasks
|
||||
that are rarely needed when using external source::
|
||||
|
||||
SRCTREECOVEREDTASKS ?= "do_patch do_unpack do_fetch"
|
||||
|
||||
The notable exception is when processing external kernel source as
|
||||
defined in the :ref:`kernel-yocto <ref-classes-kernel-yocto>`
|
||||
class file (formatted for aesthetics)::
|
||||
|
||||
SRCTREECOVEREDTASKS += "\
|
||||
do_validate_branches \
|
||||
do_kernel_configcheck \
|
||||
do_kernel_checkout \
|
||||
do_fetch \
|
||||
do_unpack \
|
||||
do_patch \
|
||||
"
|
||||
|
||||
See the associated :term:`EXTERNALSRC` and :term:`EXTERNALSRC_BUILD`
|
||||
variables for more information.
|
||||
|
||||
:term:`SSTATE_DIR`
|
||||
The directory for the shared state cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user