diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-26 09:10:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:49 +0100 |
commit | b85c4e52276cea3bf11105fd3965f988089ec050 (patch) | |
tree | a917c31d8828f57aa692cd454c5d2bcd0603df73 /documentation | |
parent | b3749265c9ae9668ba44840f2970fba8a851d135 (diff) | |
download | ast2050-yocto-poky-b85c4e52276cea3bf11105fd3965f988089ec050.zip ast2050-yocto-poky-b85c4e52276cea3bf11105fd3965f988089ec050.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: eaed76bbf97bd34205eace952a1efbc600890815)
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.xml | 2 |
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 2ba8b69..3fdd681 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -472,7 +472,7 @@ <listitem><para><emphasis>Prepare for the build</emphasis>: Once you have made all the changes to your kernel (configurations, source code changes, recipe additions, or recipe changes), there remains a few things - you need to do in order for the Yocto Project build system to create your image. + you need to do in order for the Yocto Project build system (BitBake) to create your image. If you have not done so, you need to get the build environment ready by sourcing the environment setup script described earlier. You also need to be sure two key configuration files |