diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a534ae3060..518dc2e3f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7812,16 +7812,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7812 | Depending on the type of recipe and the build target, the | 7812 | Depending on the type of recipe and the build target, the |
7813 | recipe's value is as follows: | 7813 | recipe's value is as follows: |
7814 | <itemizedlist> | 7814 | <itemizedlist> |
7815 | <listitem><para><emphasis>Recipes Building for the Target Machine</emphasis>: | 7815 | <listitem><para>For recipes building for the target |
7816 | The value is "${STAGING_DIR}/${MACHINE}". | 7816 | machine, the value is "${STAGING_DIR}/${MACHINE}". |
7817 | </para></listitem> | 7817 | </para></listitem> |
7818 | <listitem><para><emphasis>Native Recipes Building for the Build Host</emphasis>: | 7818 | <listitem><para>For <filename>native</filename> |
7819 | The value is empty given the assumption that when | 7819 | recipes building |
7820 | building for the build host, the build host's own | 7820 | for the build host, the value is empty given the |
7821 | directories should be used. | 7821 | assumption that when building for the build host, |
7822 | the build host's own directories should be used. | ||
7822 | </para></listitem> | 7823 | </para></listitem> |
7823 | <listitem><para><emphasis><filename>nativesdk</filename> Recipes that Build for the SDK</emphasis>: | 7824 | <listitem><para>For <filename>nativesdk</filename> |
7824 | The value is "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". | 7825 | recipes that Build for the SDK, the value is |
7826 | "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". | ||
7825 | </para></listitem> | 7827 | </para></listitem> |
7826 | </itemizedlist> | 7828 | </itemizedlist> |
7827 | </para> | 7829 | </para> |