diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9caebf49f5..6ecfaf8f63 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1220,7 +1220,7 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc | |||
1220 | </info> | 1220 | </info> |
1221 | <glossdef> | 1221 | <glossdef> |
1222 | <para> | 1222 | <para> |
1223 | Specifies the architecture of the build system | 1223 | Specifies the architecture of the build host |
1224 | (e.g. <filename>i686</filename>). | 1224 | (e.g. <filename>i686</filename>). |
1225 | The OpenEmbedded build system sets the value of | 1225 | The OpenEmbedded build system sets the value of |
1226 | <filename>BUILD_ARCH</filename> from the machine name | 1226 | <filename>BUILD_ARCH</filename> from the machine name |
@@ -1344,6 +1344,31 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc | |||
1344 | </glossdef> | 1344 | </glossdef> |
1345 | </glossentry> | 1345 | </glossentry> |
1346 | 1346 | ||
1347 | <glossentry id='var-BUILD_SYS'><glossterm>BUILD_SYS<imagedata fileref="figures/define-generic.png" /></glossterm> | ||
1348 | <info> | ||
1349 | BUILD_SYS[doc] = "The toolchain binary prefix used for native recipes." | ||
1350 | </info> | ||
1351 | <glossdef> | ||
1352 | <para> | ||
1353 | Specifies the system, including the architecture and | ||
1354 | the operating system, to use when building for the build | ||
1355 | host (i.e. when building <filename>native</filename> | ||
1356 | recipes). | ||
1357 | </para> | ||
1358 | |||
1359 | <para> | ||
1360 | The OpenEmbedded build system automatically sets this | ||
1361 | variable based on | ||
1362 | <link linkend='var-BUILD_ARCH'><filename>BUILD_ARCH</filename></link>, | ||
1363 | <link linkend='var-BUILD_VENDOR'><filename>BUILD_VENDOR</filename></link>, | ||
1364 | and | ||
1365 | <link linkend='var-BUILD_OS'><filename>BUILD_OS</filename></link>. | ||
1366 | You do not need to set the <filename>BUILD_SYS</filename> | ||
1367 | variable yourself. | ||
1368 | </para> | ||
1369 | </glossdef> | ||
1370 | </glossentry> | ||
1371 | |||
1347 | <glossentry id='var-BUILD_VENDOR'><glossterm>BUILD_VENDOR<imagedata fileref="figures/define-generic.png" /></glossterm> | 1372 | <glossentry id='var-BUILD_VENDOR'><glossterm>BUILD_VENDOR<imagedata fileref="figures/define-generic.png" /></glossterm> |
1348 | <info> | 1373 | <info> |
1349 | BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." | 1374 | BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." |
@@ -9334,6 +9359,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9334 | <filename>SDK_PREFIX</filename> value to set the | 9359 | <filename>SDK_PREFIX</filename> value to set the |
9335 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link> | 9360 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link> |
9336 | when building <filename>nativesdk</filename> recipes. | 9361 | when building <filename>nativesdk</filename> recipes. |
9362 | The default value is "${SDK_SYS}-". | ||
9337 | </para> | 9363 | </para> |
9338 | </glossdef> | 9364 | </glossdef> |
9339 | </glossentry> | 9365 | </glossentry> |
@@ -10946,12 +10972,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10946 | 10972 | ||
10947 | <glossentry id='var-TARGET_PREFIX'><glossterm>TARGET_PREFIX<imagedata fileref="figures/define-generic.png" /></glossterm> | 10973 | <glossentry id='var-TARGET_PREFIX'><glossterm>TARGET_PREFIX<imagedata fileref="figures/define-generic.png" /></glossterm> |
10948 | <info> | 10974 | <info> |
10949 | TARGET_PREFIX[doc] = "Toolchain binary prefix for the target tools." | 10975 | TARGET_PREFIX[doc] = "The prefix used for the toolchain binary target tools." |
10950 | </info> | 10976 | </info> |
10951 | <glossdef> | 10977 | <glossdef> |
10952 | <para> | 10978 | <para> |
10953 | Specifies the prefix used for the path of the toolchain | 10979 | Specifies the prefix used for the toolchain binary target |
10954 | binary target tools. | 10980 | tools. |
10955 | </para> | 10981 | </para> |
10956 | 10982 | ||
10957 | <para> | 10983 | <para> |