diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 55bbc2bcd4..e377c26fb9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10147,7 +10147,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10147 | the build host's own directories should be used. | 10147 | the build host's own directories should be used. |
10148 | </para></listitem> | 10148 | </para></listitem> |
10149 | <listitem><para>For <filename>nativesdk</filename> | 10149 | <listitem><para>For <filename>nativesdk</filename> |
10150 | recipes that Build for the SDK, the value is | 10150 | recipes that build for the SDK, the value is |
10151 | "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". | 10151 | "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". |
10152 | </para></listitem> | 10152 | </para></listitem> |
10153 | </itemizedlist> | 10153 | </itemizedlist> |
@@ -10858,26 +10858,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10858 | </info> | 10858 | </info> |
10859 | <glossdef> | 10859 | <glossdef> |
10860 | <para> | 10860 | <para> |
10861 | The toolchain binary prefix for the target tools. | 10861 | Specifies the prefix used for the path of the toolchain |
10862 | binary target tools. | ||
10862 | </para> | 10863 | </para> |
10863 | 10864 | ||
10864 | <para> | 10865 | <para> |
10865 | Depending on what you are building your image for, the | 10866 | Depending on the type of recipe and the build target, |
10866 | OpenEmbedded build system sets | 10867 | <filename>TARGET_PREFIX</filename> is set as follows: |
10867 | <filename>TARGET_PREFIX</filename> as follows: | ||
10868 | <itemizedlist> | 10868 | <itemizedlist> |
10869 | <listitem><para> | 10869 | <listitem><para> |
10870 | For targets, which is the default, the build | 10870 | For recipes building for the target machine, |
10871 | system sets the variable to | 10871 | the value is |
10872 | "${<link linkend='var-TARGET_SYS'>TARGET_SYS</link>}-". | 10872 | "${<link linkend='var-TARGET_SYS'>TARGET_SYS</link>}-". |
10873 | </para></listitem> | 10873 | </para></listitem> |
10874 | <listitem><para> | 10874 | <listitem><para> |
10875 | For a <filename>native</filename> recipe, the build | 10875 | For <filename>native</filename> recipes, the build |
10876 | system sets the variable to the value of | 10876 | system sets the variable to the value of |
10877 | <filename>BUILD_PREFIX</filename>. | 10877 | <filename>BUILD_PREFIX</filename>. |
10878 | </para></listitem> | 10878 | </para></listitem> |
10879 | <listitem><para> | 10879 | <listitem><para> |
10880 | For a <filename>nativesdk</filename> recipe, the | 10880 | For <filename>nativesdk</filename> recipes, the |
10881 | build system sets the variable to the value of | 10881 | build system sets the variable to the value of |
10882 | <filename>SDK_PREFIX</filename>. | 10882 | <filename>SDK_PREFIX</filename>. |
10883 | </para></listitem> | 10883 | </para></listitem> |