diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-10 15:46:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:48 +0100 |
commit | 088da288438eaabe2a31a73e626bfc56323330dc (patch) | |
tree | 0ee1296d26c4012efa8ffe0eb8b64e5fbe0a0c78 | |
parent | 1657abe3f2ef87ea3394e3442172fc93cfde3457 (diff) | |
download | poky-088da288438eaabe2a31a73e626bfc56323330dc.tar.gz |
ref-manual: Edits to some STAGING* variables.
Changed a view wordings to more accurately describe what was
going on. This was feedback from Paul Eggleton's review.
(From yocto-docs rev: 6152a849c0e26178ce13a29b1f353d1b2912427c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 fff28ffed6..a534ae3060 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7721,8 +7721,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7721 | <glossdef> | 7721 | <glossdef> |
7722 | <para> | 7722 | <para> |
7723 | Specifies the path to the <filename>/lib</filename> | 7723 | Specifies the path to the <filename>/lib</filename> |
7724 | subdirectory of the sysroot directory for which the target | 7724 | subdirectory of the sysroot directory for the target |
7725 | is being built | 7725 | for which the current recipe is being built |
7726 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). | 7726 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). |
7727 | </para> | 7727 | </para> |
7728 | </glossdef> | 7728 | </glossdef> |
@@ -7733,7 +7733,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7733 | <para> | 7733 | <para> |
7734 | Specifies the path to the | 7734 | Specifies the path to the |
7735 | <filename>/usr/bin</filename> subdirectory of the | 7735 | <filename>/usr/bin</filename> subdirectory of the |
7736 | sysroot directory for which the target is being built | 7736 | sysroot directory for the target for which the current |
7737 | recipe is being built | ||
7737 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). | 7738 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). |
7738 | </para> | 7739 | </para> |
7739 | </glossdef> | 7740 | </glossdef> |
@@ -7775,8 +7776,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7775 | <glossdef> | 7776 | <glossdef> |
7776 | <para> | 7777 | <para> |
7777 | Specifies the path to the <filename>/usr/share</filename> | 7778 | Specifies the path to the <filename>/usr/share</filename> |
7778 | subdirectory of the sysroot directory for which the | 7779 | subdirectory of the sysroot directory for the target |
7779 | target is being built | 7780 | for which the current recipe is being built |
7780 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). | 7781 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). |
7781 | </para> | 7782 | </para> |
7782 | </glossdef> | 7783 | </glossdef> |
@@ -7791,7 +7792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7791 | <note> | 7792 | <note> |
7792 | Recipes should never write files directly under | 7793 | Recipes should never write files directly under |
7793 | this directory because the OpenEmbedded build system | 7794 | this directory because the OpenEmbedded build system |
7794 | the directory automatically. | 7795 | manages the directory automatically. |
7795 | Instead, files should be installed to | 7796 | Instead, files should be installed to |
7796 | <filename>${</filename><link linkend='var-D'><filename>D</filename></link><filename>}</filename> | 7797 | <filename>${</filename><link linkend='var-D'><filename>D</filename></link><filename>}</filename> |
7797 | within your recipe's | 7798 | within your recipe's |
@@ -7850,8 +7851,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7850 | <glossentry id='var-STAGING_DIR_TARGET'><glossterm>STAGING_DIR_TARGET</glossterm> | 7851 | <glossentry id='var-STAGING_DIR_TARGET'><glossterm>STAGING_DIR_TARGET</glossterm> |
7851 | <glossdef> | 7852 | <glossdef> |
7852 | <para> | 7853 | <para> |
7853 | Specifies the path to the sysroot directory for which | 7854 | Specifies the path to the sysroot directory for the |
7854 | the target is being built. | 7855 | target for which the current recipe is being built. |
7855 | In most cases, this path is the | 7856 | In most cases, this path is the |
7856 | <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>. | 7857 | <link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>. |
7857 | </para> | 7858 | </para> |
@@ -7885,8 +7886,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7885 | <glossdef> | 7886 | <glossdef> |
7886 | <para> | 7887 | <para> |
7887 | Specifies the path to the <filename>/usr</filename> | 7888 | Specifies the path to the <filename>/usr</filename> |
7888 | subdirectory of the sysroot directory for which the | 7889 | subdirectory of the sysroot directory for the target |
7889 | target is being built | 7890 | for which the current recipe is being built |
7890 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). | 7891 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). |
7891 | </para> | 7892 | </para> |
7892 | </glossdef> | 7893 | </glossdef> |
@@ -7897,7 +7898,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7897 | <para> | 7898 | <para> |
7898 | Specifies the path to the | 7899 | Specifies the path to the |
7899 | <filename>/usr/include</filename> subdirectory of the | 7900 | <filename>/usr/include</filename> subdirectory of the |
7900 | sysroot directory for which the target is being built | 7901 | sysroot directory for the target for which the current |
7902 | recipe being built | ||
7901 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). | 7903 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). |
7902 | </para> | 7904 | </para> |
7903 | </glossdef> | 7905 | </glossdef> |
@@ -7916,8 +7918,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7916 | <glossdef> | 7918 | <glossdef> |
7917 | <para> | 7919 | <para> |
7918 | Specifies the path to the <filename>/usr/lib</filename> | 7920 | Specifies the path to the <filename>/usr/lib</filename> |
7919 | subdirectory of the sysroot directory for which the target | 7921 | subdirectory of the sysroot directory for the target for |
7920 | is being built | 7922 | which the current recipe is being built |
7921 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). | 7923 | (<link linkend='var-STAGING_DIR_HOST'><filename>STAGING_DIR_HOST</filename></link>). |
7922 | </para> | 7924 | </para> |
7923 | </glossdef> | 7925 | </glossdef> |