summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-02 07:42:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-02 17:42:24 +0100
commit888fb56e97eecab43bf5c5acaadfde90f3d80f40 (patch)
treebe7d6522017c1f3a8ada9e0c4375a3d050b6d4e0 /documentation
parent1444bef5511fa3844c467645ecaf1f7b6667f107 (diff)
downloadpoky-888fb56e97eecab43bf5c5acaadfde90f3d80f40.tar.gz
dev-manual: Fixed bitbake -c populate_sysroot example.
This was incorrectly stated as 'bitbake -c install' in two places. I substituted the correct string. (From yocto-docs rev: fe54de82cff054d4319c635a0ddba2de7cc6ebd6) 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index c67879ba9e..0500be356d 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1915,7 +1915,7 @@
1915 </literallayout> 1915 </literallayout>
1916 Alternatively, you can use 1916 Alternatively, you can use
1917 <filename>devtool build</filename>, which is equivalent to 1917 <filename>devtool build</filename>, which is equivalent to
1918 <filename>bitbake -c install</filename>. 1918 <filename>bitbake -c populate_sysroot</filename>.
1919 For example: 1919 For example:
1920 <literallayout class='monospaced'> 1920 <literallayout class='monospaced'>
1921 $ devtool build <replaceable>your-project-name</replaceable> 1921 $ devtool build <replaceable>your-project-name</replaceable>
@@ -2226,7 +2226,7 @@
2226 OpenEmbedded build system to build your software based 2226 OpenEmbedded build system to build your software based
2227 on the recipe file. 2227 on the recipe file.
2228 The <filename>devtool build</filename> command is equivalent to 2228 The <filename>devtool build</filename> command is equivalent to
2229 <filename>bitbake -c install</filename>. 2229 <filename>bitbake -c populate_sysroot</filename>.
2230 Here is an example: 2230 Here is an example:
2231 <literallayout class='monospaced'> 2231 <literallayout class='monospaced'>
2232 $ devtool build <replaceable>recipe</replaceable> 2232 $ devtool build <replaceable>recipe</replaceable>