aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-11 09:07:28 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-11 23:06:06 +0000
commit443846088af9b5df87c7d150f15117647ce8f212 (patch)
treed597df3ef8fbd3b0818cecd3196e035b44b37650 /documentation/ref-manual/ref-variables.xml
parent3c727ff843f3070bc1ec79ea9fc1c6b916b8c862 (diff)
downloadopenembedded-core-contrib-443846088af9b5df87c7d150f15117647ce8f212.tar.gz
ref-manual: Applied review edits to several SDK variables.
(From yocto-docs rev: 3d198bc298e6c88ba229f10b96a8e5faf0727897) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml28
1 files changed, 15 insertions, 13 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8284c73868..9d62f963f0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2465,7 +2465,7 @@
</para>
<para>
- Copying these files is needed because
+ Being able to list explicit files is needed because
<filename>COREBASE</filename> typically contains build
directories and other files that should not normally
be copied into the extensible SDK.
@@ -10726,13 +10726,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SDK_EXT_TYPE'><glossterm>SDK_EXT_TYPE</glossterm>
<info>
- SDK_EXT_TYPE[doc] = "Specifies the required shared state artifacts for the extensible SDK."
+ SDK_EXT_TYPE[doc] = "Controls whether or not shared state artifacts are copied into the extensible SDK."
</info>
<glossdef>
<para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
- Specifies the required shared state artifacts for the
- extensible SDK.
+ Controls whether or not shared state artifacts are copied
+ into the extensible SDK.
The default value of "full" copies all of the required
shared state artifacts into the extensible SDK.
The value "minimal" leaves these artifacts out of the
@@ -10829,13 +10829,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SDK_LOCAL_CONF_BLACKLIST'><glossterm>SDK_LOCAL_CONF_BLACKLIST</glossterm>
<info>
- SDK_LOCAL_CONF_BLACKLIST[doc] = "A list of variables allowed through from the build system configuration into the extensible SDK configuration."
+ SDK_LOCAL_CONF_BLACKLIST[doc] = "A list of variables not allowed through from the build system configuration into the extensible SDK configuration."
</info>
<glossdef>
<para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
- A list of variables allowed through from the build system
- configuration into the extensible SDK configuration.
+ A list of variables not allowed through from the build
+ system configuration into the extensible SDK configuration.
Usually, these are variables that are specific to the
machine on which the build system is running and thus
would be potentially problematic within the extensible SDK.
@@ -11002,19 +11002,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
A list of shared state tasks added to the extensible SDK.
- The default value is "" and adds the following tasks to
- the SDK:
+ By default, the following tasks are added:
<literallayout class='monospaced'>
do_populate_lic
do_package_qa
do_populate_sysroot
do_deploy
</literallayout>
- If you are defining additional tasks that are needed in
+ Despite the default value of "" for the
+ <filename>SDK_RECRDEP_TASKS</filename> variable, the
+ above four tasks are always added to the SDK.
+ To specify tasks beyond these four, you need to use
+ the <filename>SDK_RECRDEP_TASKS</filename> variable (e.g.
+ you are defining additional tasks that are needed in
order to build
- <link linkend='var-SDK_TARGETS'><filename>SDK_TARGETS</filename></link>,
- use the <filename>SDK_RECRDEP_TASKS</filename> variable to
- specify them.
+ <link linkend='var-SDK_TARGETS'><filename>SDK_TARGETS</filename></link>).
</para>
</glossdef>
</glossentry>