summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-02-07 04:37:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-08 17:41:17 +0000
commit94208e7bf4b700dd71b7d528f604af5944126c0d (patch)
tree578c45aebb8f5bd6599baddb1af5392f8cf3032d /bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
parent9f6a310002ad557a27b442322e91bc25bf096cb3 (diff)
downloadpoky-94208e7bf4b700dd71b7d528f604af5944126c0d.tar.gz
bitbake: doc: Standardize spelling on 'BitBake' throughout docs
Since the proper spelling is, in fact, 'BitBake', might as well make it consistent throughout the user manual. (Bitbake rev: 79ada807de0b202c3d568fc4365a1d3f17ba1bce) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 421364c2cf..383f94b162 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -5,7 +5,7 @@
5 <title>Syntax and Operators</title> 5 <title>Syntax and Operators</title>
6 6
7 <para> 7 <para>
8 Bitbake files have their own syntax. 8 BitBake files have their own syntax.
9 The syntax has similarities to several 9 The syntax has similarities to several
10 other languages but also has some unique features. 10 other languages but also has some unique features.
11 This section describes the available syntax and operators 11 This section describes the available syntax and operators
@@ -1414,7 +1414,7 @@
1414 </section> 1414 </section>
1415 1415
1416 <section id='bitbake-style-python-functions-versus-python-functions'> 1416 <section id='bitbake-style-python-functions-versus-python-functions'>
1417 <title>Bitbake-Style Python Functions Versus Python Functions</title> 1417 <title>BitBake-Style Python Functions Versus Python Functions</title>
1418 1418
1419 <para> 1419 <para>
1420 Following are some important differences between 1420 Following are some important differences between
@@ -1895,7 +1895,7 @@
1895 <para> 1895 <para>
1896 Sometimes, it is useful to be able to obtain information 1896 Sometimes, it is useful to be able to obtain information
1897 from the original execution environment. 1897 from the original execution environment.
1898 Bitbake saves a copy of the original environment into 1898 BitBake saves a copy of the original environment into
1899 a special variable named 1899 a special variable named
1900 <link linkend='var-bb-BB_ORIGENV'><filename>BB_ORIGENV</filename></link>. 1900 <link linkend='var-bb-BB_ORIGENV'><filename>BB_ORIGENV</filename></link>.
1901 </para> 1901 </para>
@@ -2616,7 +2616,7 @@
2616 <para> 2616 <para>
2617 It is often necessary to access variables in the 2617 It is often necessary to access variables in the
2618 BitBake datastore using Python functions. 2618 BitBake datastore using Python functions.
2619 The Bitbake datastore has an API that allows you this 2619 The BitBake datastore has an API that allows you this
2620 access. 2620 access.
2621 Here is a list of available operations: 2621 Here is a list of available operations:
2622 </para> 2622 </para>