diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-11 09:07:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 23:06:06 +0000 |
commit | 443846088af9b5df87c7d150f15117647ce8f212 (patch) | |
tree | d597df3ef8fbd3b0818cecd3196e035b44b37650 /documentation/ref-manual | |
parent | 3c727ff843f3070bc1ec79ea9fc1c6b916b8c862 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 28 |
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 @@ | |||
2465 | </para> | 2465 | </para> |
2466 | 2466 | ||
2467 | <para> | 2467 | <para> |
2468 | Copying these files is needed because | 2468 | Being able to list explicit files is needed because |
2469 | <filename>COREBASE</filename> typically contains build | 2469 | <filename>COREBASE</filename> typically contains build |
2470 | directories and other files that should not normally | 2470 | directories and other files that should not normally |
2471 | be copied into the extensible SDK. | 2471 | be copied into the extensible SDK. |
@@ -10726,13 +10726,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10726 | 10726 | ||
10727 | <glossentry id='var-SDK_EXT_TYPE'><glossterm>SDK_EXT_TYPE</glossterm> | 10727 | <glossentry id='var-SDK_EXT_TYPE'><glossterm>SDK_EXT_TYPE</glossterm> |
10728 | <info> | 10728 | <info> |
10729 | SDK_EXT_TYPE[doc] = "Specifies the required shared state artifacts for the extensible SDK." | 10729 | SDK_EXT_TYPE[doc] = "Controls whether or not shared state artifacts are copied into the extensible SDK." |
10730 | </info> | 10730 | </info> |
10731 | <glossdef> | 10731 | <glossdef> |
10732 | <para role="glossdeffirst"> | 10732 | <para role="glossdeffirst"> |
10733 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 10733 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
10734 | Specifies the required shared state artifacts for the | 10734 | Controls whether or not shared state artifacts are copied |
10735 | extensible SDK. | 10735 | into the extensible SDK. |
10736 | The default value of "full" copies all of the required | 10736 | The default value of "full" copies all of the required |
10737 | shared state artifacts into the extensible SDK. | 10737 | shared state artifacts into the extensible SDK. |
10738 | The value "minimal" leaves these artifacts out of the | 10738 | 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" | |||
10829 | 10829 | ||
10830 | <glossentry id='var-SDK_LOCAL_CONF_BLACKLIST'><glossterm>SDK_LOCAL_CONF_BLACKLIST</glossterm> | 10830 | <glossentry id='var-SDK_LOCAL_CONF_BLACKLIST'><glossterm>SDK_LOCAL_CONF_BLACKLIST</glossterm> |
10831 | <info> | 10831 | <info> |
10832 | SDK_LOCAL_CONF_BLACKLIST[doc] = "A list of variables allowed through from the build system configuration into the extensible SDK configuration." | 10832 | SDK_LOCAL_CONF_BLACKLIST[doc] = "A list of variables not allowed through from the build system configuration into the extensible SDK configuration." |
10833 | </info> | 10833 | </info> |
10834 | <glossdef> | 10834 | <glossdef> |
10835 | <para role="glossdeffirst"> | 10835 | <para role="glossdeffirst"> |
10836 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 10836 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
10837 | A list of variables allowed through from the build system | 10837 | A list of variables not allowed through from the build |
10838 | configuration into the extensible SDK configuration. | 10838 | system configuration into the extensible SDK configuration. |
10839 | Usually, these are variables that are specific to the | 10839 | Usually, these are variables that are specific to the |
10840 | machine on which the build system is running and thus | 10840 | machine on which the build system is running and thus |
10841 | would be potentially problematic within the extensible SDK. | 10841 | 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" | |||
11002 | <para role="glossdeffirst"> | 11002 | <para role="glossdeffirst"> |
11003 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 11003 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
11004 | A list of shared state tasks added to the extensible SDK. | 11004 | A list of shared state tasks added to the extensible SDK. |
11005 | The default value is "" and adds the following tasks to | 11005 | By default, the following tasks are added: |
11006 | the SDK: | ||
11007 | <literallayout class='monospaced'> | 11006 | <literallayout class='monospaced'> |
11008 | do_populate_lic | 11007 | do_populate_lic |
11009 | do_package_qa | 11008 | do_package_qa |
11010 | do_populate_sysroot | 11009 | do_populate_sysroot |
11011 | do_deploy | 11010 | do_deploy |
11012 | </literallayout> | 11011 | </literallayout> |
11013 | If you are defining additional tasks that are needed in | 11012 | Despite the default value of "" for the |
11013 | <filename>SDK_RECRDEP_TASKS</filename> variable, the | ||
11014 | above four tasks are always added to the SDK. | ||
11015 | To specify tasks beyond these four, you need to use | ||
11016 | the <filename>SDK_RECRDEP_TASKS</filename> variable (e.g. | ||
11017 | you are defining additional tasks that are needed in | ||
11014 | order to build | 11018 | order to build |
11015 | <link linkend='var-SDK_TARGETS'><filename>SDK_TARGETS</filename></link>, | 11019 | <link linkend='var-SDK_TARGETS'><filename>SDK_TARGETS</filename></link>). |
11016 | use the <filename>SDK_RECRDEP_TASKS</filename> variable to | ||
11017 | specify them. | ||
11018 | </para> | 11020 | </para> |
11019 | </glossdef> | 11021 | </glossdef> |
11020 | </glossentry> | 11022 | </glossentry> |