summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index f5e5e61b1e..86bf30bb77 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -872,7 +872,7 @@
872 that run on the target <filename>MACHINE</filename>; 872 that run on the target <filename>MACHINE</filename>;
873 "nativesdk", which targets the SDK machine instead of 873 "nativesdk", which targets the SDK machine instead of
874 <filename>MACHINE</filename>; and "mulitlibs" in the form 874 <filename>MACHINE</filename>; and "mulitlibs" in the form
875 "<filename>multilib:&lt;multilib_name&gt;</filename>". 875 "<filename>multilib:</filename><replaceable>multilib_name</replaceable>".
876 </para> 876 </para>
877 877
878 <para> 878 <para>
@@ -884,7 +884,7 @@
884 metadata: 884 metadata:
885 <literallayout class='monospaced'> 885 <literallayout class='monospaced'>
886 BBCLASSEXTEND =+ "native nativesdk" 886 BBCLASSEXTEND =+ "native nativesdk"
887 BBCLASSEXTEND =+ "multilib:&lt;multilib_name&gt;" 887 BBCLASSEXTEND =+ "multilib:<replaceable>multilib_name</replaceable>"
888 </literallayout> 888 </literallayout>
889 </para> 889 </para>
890 </glossdef> 890 </glossdef>
@@ -1091,9 +1091,9 @@
1091 Set the variable as you would any environment variable 1091 Set the variable as you would any environment variable
1092 and then run BitBake: 1092 and then run BitBake:
1093 <literallayout class='monospaced'> 1093 <literallayout class='monospaced'>
1094 $ BBPATH="&lt;build_directory&gt;" 1094 $ BBPATH="<replaceable>build_directory</replaceable>"
1095 $ export BBPATH 1095 $ export BBPATH
1096 $ bitbake &lt;target&gt; 1096 $ bitbake <replaceable>target</replaceable>
1097 </literallayout> 1097 </literallayout>
1098 </para> 1098 </para>
1099 </glossdef> 1099 </glossdef>
@@ -1888,7 +1888,7 @@
1888 Here is the general syntax to specify versions with 1888 Here is the general syntax to specify versions with
1889 the <filename>RDEPENDS</filename> variable: 1889 the <filename>RDEPENDS</filename> variable:
1890 <literallayout class='monospaced'> 1890 <literallayout class='monospaced'>
1891 RDEPENDS_${PN} = "&lt;package&gt; (&lt;operator&gt; &lt;version&gt;)" 1891 RDEPENDS_${PN} = "<replaceable>package</replaceable> (<replaceable>operator</replaceable> <replaceable>version</replaceable>)"
1892 </literallayout> 1892 </literallayout>
1893 For <filename>operator</filename>, you can specify the 1893 For <filename>operator</filename>, you can specify the
1894 following: 1894 following:
@@ -1954,7 +1954,7 @@
1954 Here is the general syntax to specify versions with 1954 Here is the general syntax to specify versions with
1955 the <filename>RRECOMMENDS</filename> variable: 1955 the <filename>RRECOMMENDS</filename> variable:
1956 <literallayout class='monospaced'> 1956 <literallayout class='monospaced'>
1957 RRECOMMENDS_${PN} = "&lt;package&gt; (&lt;operator&gt; &lt;version&gt;)" 1957 RRECOMMENDS_${PN} = "<replaceable>package</replaceable> (<replaceable>operator</replaceable> <replaceable>version</replaceable>)"
1958 </literallayout> 1958 </literallayout>
1959 For <filename>operator</filename>, you can specify the 1959 For <filename>operator</filename>, you can specify the
1960 following: 1960 following: