diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 12:40:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:42 +0100 |
commit | a18982510dc91cb29f0689fbe97357598a4c0af8 (patch) | |
tree | ed520c35a271e78f716cb0b15e31715cdd485a08 /documentation | |
parent | 4b7512ed8ce2c513703017f30fc64ab15178ec3e (diff) | |
download | poky-a18982510dc91cb29f0689fbe97357598a4c0af8.tar.gz |
ref-manual: Various spellings corrected.
(From yocto-docs rev: f05f6a972d68ae9f1acc6e91a69bc9d98242ff5d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index df0b8e7459..49e1fcd8bd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -311,7 +311,7 @@ | |||
311 | of free inodes further reduces by 5 Kbytes in the | 311 | of free inodes further reduces by 5 Kbytes in the |
312 | <filename>${SSTATE_DIR}</filename> directory. | 312 | <filename>${SSTATE_DIR}</filename> directory. |
313 | Subsequent warnings based on the interval occur each time | 313 | Subsequent warnings based on the interval occur each time |
314 | a respective interval is reached beyond the intial warning | 314 | a respective interval is reached beyond the initial warning |
315 | (i.e. 1 Gbytes and 100 Kbytes). | 315 | (i.e. 1 Gbytes and 100 Kbytes). |
316 | </para> | 316 | </para> |
317 | </glossdef> | 317 | </glossdef> |
@@ -1760,7 +1760,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1760 | The second statement is a good example of why the <filename>KMACHINE</filename> variable | 1760 | The second statement is a good example of why the <filename>KMACHINE</filename> variable |
1761 | is needed. | 1761 | is needed. |
1762 | In this example, the OpenEmbedded build system uses the <filename>cedartrail-nopvr</filename> | 1762 | In this example, the OpenEmbedded build system uses the <filename>cedartrail-nopvr</filename> |
1763 | machine name to refer to the Cedar Trail BSP that does not support the propriatory | 1763 | machine name to refer to the Cedar Trail BSP that does not support the proprietary |
1764 | PowerVR driver. | 1764 | PowerVR driver. |
1765 | The kernel, however, uses the machine name <filename>cedartrail</filename>. | 1765 | The kernel, however, uses the machine name <filename>cedartrail</filename>. |
1766 | Thus, the append file must map the <filename>cedartrail-nopvr</filename> machine name to | 1766 | Thus, the append file must map the <filename>cedartrail-nopvr</filename> machine name to |
@@ -1948,7 +1948,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1948 | <para>The Linux version from <filename>kernel.org</filename> | 1948 | <para>The Linux version from <filename>kernel.org</filename> |
1949 | on which the Linux kernel image being built using the | 1949 | on which the Linux kernel image being built using the |
1950 | OpenEmbedded build system is based. | 1950 | OpenEmbedded build system is based. |
1951 | You define this varible in the kernel recipe. | 1951 | You define this variable in the kernel recipe. |
1952 | For example, the <filename>linux-yocto-3.4.bb</filename> | 1952 | For example, the <filename>linux-yocto-3.4.bb</filename> |
1953 | kernel recipe found in | 1953 | kernel recipe found in |
1954 | <filename>meta/recipes-kernel/linux</filename> | 1954 | <filename>meta/recipes-kernel/linux</filename> |
@@ -2621,7 +2621,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2621 | <literallayout class='monospaced'> | 2621 | <literallayout class='monospaced'> |
2622 | PRINC := "${@int(PRINC) + 2}" | 2622 | PRINC := "${@int(PRINC) + 2}" |
2623 | </literallayout> | 2623 | </literallayout> |
2624 | It is adviseable not to use strings such as ".= '.1'" with the variable because | 2624 | It is advisable not to use strings such as ".= '.1'" with the variable because |
2625 | this usage is very sensitive to layer ordering. | 2625 | this usage is very sensitive to layer ordering. |
2626 | You should avoid explicit assignments as they cannot | 2626 | You should avoid explicit assignments as they cannot |
2627 | adequately represent multiple | 2627 | adequately represent multiple |
@@ -2935,7 +2935,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2935 | This variable tells the OpenEmbedded build system which bits to pull | 2935 | This variable tells the OpenEmbedded build system which bits to pull |
2936 | in for the build and how to pull them in. | 2936 | in for the build and how to pull them in. |
2937 | For example, if the recipe only needs to fetch a tarball from the | 2937 | For example, if the recipe only needs to fetch a tarball from the |
2938 | internet, the recipe uses a single <filename>SRC_URI</filename> entry. | 2938 | Internet, the recipe uses a single <filename>SRC_URI</filename> entry. |
2939 | On the other hand, if the recipe needs to fetch a tarball, apply | 2939 | On the other hand, if the recipe needs to fetch a tarball, apply |
2940 | two patches, and include a custom file, the recipe would include four | 2940 | two patches, and include a custom file, the recipe would include four |
2941 | instances of the variable.</para> | 2941 | instances of the variable.</para> |
@@ -3054,7 +3054,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
3054 | <itemizedlist> | 3054 | <itemizedlist> |
3055 | <listitem><para><emphasis><filename>unpack</filename> -</emphasis> Controls | 3055 | <listitem><para><emphasis><filename>unpack</filename> -</emphasis> Controls |
3056 | whether or not to unpack the file if it is an archive. | 3056 | whether or not to unpack the file if it is an archive. |
3057 | The default action is to upack the file.</para></listitem> | 3057 | The default action is to unpack the file.</para></listitem> |
3058 | <listitem><para><emphasis><filename>subdir</filename> -</emphasis> Places the file | 3058 | <listitem><para><emphasis><filename>subdir</filename> -</emphasis> Places the file |
3059 | (or extracts its contents) into the specified | 3059 | (or extracts its contents) into the specified |
3060 | subdirectory of <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>. | 3060 | subdirectory of <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>. |
@@ -3176,7 +3176,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
3176 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, | 3176 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, |
3177 | you need to add | 3177 | you need to add |
3178 | "PATH" at the end as shown in the examples below. | 3178 | "PATH" at the end as shown in the examples below. |
3179 | The build system substitues the correct path within the | 3179 | The build system substitutes the correct path within the |
3180 | directory structure. | 3180 | directory structure. |
3181 | <literallayout class='monospaced'> | 3181 | <literallayout class='monospaced'> |
3182 | SSTATE_MIRRORS ?= "\ | 3182 | SSTATE_MIRRORS ?= "\ |