]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Applied review edits to several SDK variables.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 11 Mar 2016 17:07:28 +0000 (09:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2016 23:06:06 +0000 (23:06 +0000)
(From yocto-docs rev: 3d198bc298e6c88ba229f10b96a8e5faf0727897)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 8284c738687a9a670c6a76c3b61fa7292335f193..9d62f963f0173ab036bd05b34452151ace082b88 100644 (file)
                 </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>