diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 56 |
1 files changed, 25 insertions, 31 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e34cfbcffb..8b1ca83938 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -1299,29 +1299,29 @@ | |||
| 1299 | 1299 | ||
| 1300 | <glossentry id='var-BBSERVER'><glossterm>BBSERVER</glossterm> | 1300 | <glossentry id='var-BBSERVER'><glossterm>BBSERVER</glossterm> |
| 1301 | <info> | 1301 | <info> |
| 1302 | BBSERVER[doc] = "Points to the server that runs memory-resident BitBake." | 1302 | BBSERVER[doc] = "Points to the BitBake remote server." |
| 1303 | </info> | 1303 | </info> |
| 1304 | <glossdef> | 1304 | <glossdef> |
| 1305 | <para role="glossdeffirst"> | 1305 | <para role="glossdeffirst"> |
| 1306 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 1306 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 1307 | Points to the server that runs memory-resident BitBake. | 1307 | If defined in the BitBake environment, |
| 1308 | This variable is set by the | 1308 | <filename>BBSERVER</filename> points to the BitBake |
| 1309 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link> | 1309 | remote server. |
| 1310 | setup script and should not be hand-edited. | 1310 | </para> |
| 1311 | The variable is only used when you employ memory-resident | 1311 | |
| 1312 | BitBake. | 1312 | <para> |
| 1313 | The setup script exports the value as follows: | 1313 | Use the following format to export the variable to the |
| 1314 | BitBake environment: | ||
| 1314 | <literallayout class='monospaced'> | 1315 | <literallayout class='monospaced'> |
| 1315 | export BBSERVER=localhost:$port | 1316 | export BBSERVER=localhost:$port" |
| 1316 | </literallayout> | 1317 | </literallayout> |
| 1317 | </para> | 1318 | </para> |
| 1318 | 1319 | ||
| 1319 | <para> | 1320 | <para> |
| 1320 | For more information on how the | 1321 | By default, <filename>BBSERVER</filename> also appears in |
| 1321 | <filename>BBSERVER</filename> is used, see the | 1322 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_HASHBASE_WHITELIST'><filename>BB_HASHBASE_WHITELIST</filename></ulink>. |
| 1322 | <filename>oe-init-build-env-memres</filename> script, which | 1323 | Consequently, <filename>BBSERVER</filename> is excluded |
| 1323 | is located in the | 1324 | from checksum and dependency data. |
| 1324 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
| 1325 | </para> | 1325 | </para> |
| 1326 | </glossdef> | 1326 | </glossdef> |
| 1327 | </glossentry> | 1327 | </glossentry> |
| @@ -1736,11 +1736,9 @@ | |||
| 1736 | <link linkend='build-directory'>Build Directory</link>. | 1736 | <link linkend='build-directory'>Build Directory</link>. |
| 1737 | You can define this directory indirectly through the | 1737 | You can define this directory indirectly through the |
| 1738 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> | 1738 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> |
| 1739 | and | 1739 | script by passing in a Build Directory path when you run |
| 1740 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link> | 1740 | the script. |
| 1741 | scripts by passing in a Build Directory path when you run | 1741 | If you run the script and do not provide a Build Directory |
| 1742 | the scripts. | ||
| 1743 | If you run the scripts and do not provide a Build Directory | ||
| 1744 | path, the <filename>BUILDDIR</filename> defaults to | 1742 | path, the <filename>BUILDDIR</filename> defaults to |
| 1745 | <filename>build</filename> in the current directory. | 1743 | <filename>build</filename> in the current directory. |
| 1746 | </para> | 1744 | </para> |
| @@ -6626,7 +6624,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 6626 | recipe in the | 6624 | recipe in the |
| 6627 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 6625 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> |
| 6628 | for an example initramfs recipe. | 6626 | for an example initramfs recipe. |
| 6629 | To select this sample recipe as the one bulit | 6627 | To select this sample recipe as the one built |
| 6630 | to provide the initramfs image, | 6628 | to provide the initramfs image, |
| 6631 | set <filename>INITRAMFS_IMAGE</filename> to | 6629 | set <filename>INITRAMFS_IMAGE</filename> to |
| 6632 | "core-image-minimal-initramfs". | 6630 | "core-image-minimal-initramfs". |
| @@ -9026,19 +9024,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 9026 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 9024 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 9027 | The directory from which the top-level build environment | 9025 | The directory from which the top-level build environment |
| 9028 | setup script is sourced. | 9026 | setup script is sourced. |
| 9029 | The Yocto Project makes two top-level build environment | 9027 | The Yocto Project provides a top-level build environment |
| 9030 | setup scripts available: | 9028 | setup script: |
| 9031 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> | 9029 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>. |
| 9032 | and | 9030 | When you run this script, the |
| 9033 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>. | ||
| 9034 | When you run one of these scripts, the | ||
| 9035 | <filename>OEROOT</filename> variable resolves to the | 9031 | <filename>OEROOT</filename> variable resolves to the |
| 9036 | directory that contains the script. | 9032 | directory that contains the script. |
| 9037 | </para> | 9033 | </para> |
| 9038 | 9034 | ||
| 9039 | <para> | 9035 | <para> |
| 9040 | For additional information on how this variable is used, | 9036 | For additional information on how this variable is used, |
| 9041 | see the initialization scripts. | 9037 | see the initialization script. |
| 9042 | </para> | 9038 | </para> |
| 9043 | </glossdef> | 9039 | </glossdef> |
| 9044 | </glossentry> | 9040 | </glossentry> |
| @@ -15089,10 +15085,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15089 | The top-level | 15085 | The top-level |
| 15090 | <link linkend='build-directory'>Build Directory</link>. | 15086 | <link linkend='build-directory'>Build Directory</link>. |
| 15091 | BitBake automatically sets this variable when you | 15087 | BitBake automatically sets this variable when you |
| 15092 | initialize your build environment using either | 15088 | initialize your build environment using |
| 15093 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> | 15089 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>. |
| 15094 | or | ||
| 15095 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>. | ||
| 15096 | </para> | 15090 | </para> |
| 15097 | </glossdef> | 15091 | </glossdef> |
| 15098 | </glossentry> | 15092 | </glossentry> |
