summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 09:10:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:31 +0100
commit0dda5d88a5f2d3f4a048d99dbf04680f7161e569 (patch)
tree679463c35c5019b10ed5aaff6aafae5b62726693 /documentation
parent06f44161f1c2291cba3d6bccbbd6bc92d85bc5a0 (diff)
downloadpoky-0dda5d88a5f2d3f4a048d99dbf04680f7161e569.tar.gz
documentation/dev-manual/dev-manual-model.xml: Added BitBake
Throughout the documentation set I have refered to the YP build system generically in order to avoid use of the "Poky" term. Richard has suggested that we refer to the actual thing that does the building. So I have added BitBake to this particular sentence to refer to the tool. (From yocto-docs rev: 4d52fc9c8d1e1cbfca99590fcaa09392f5d235bf) 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/dev-manual/dev-manual-model.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 2ba8b69ad5..3fdd681f4f 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -472,7 +472,7 @@
472 <listitem><para><emphasis>Prepare for the build</emphasis>: Once you have made all the 472 <listitem><para><emphasis>Prepare for the build</emphasis>: Once you have made all the
473 changes to your kernel (configurations, source code changes, recipe additions, 473 changes to your kernel (configurations, source code changes, recipe additions,
474 or recipe changes), there remains a few things 474 or recipe changes), there remains a few things
475 you need to do in order for the Yocto Project build system to create your image. 475 you need to do in order for the Yocto Project build system (BitBake) to create your image.
476 If you have not done so, you need to get the build environment ready by sourcing 476 If you have not done so, you need to get the build environment ready by sourcing
477 the environment setup script described earlier. 477 the environment setup script described earlier.
478 You also need to be sure two key configuration files 478 You also need to be sure two key configuration files