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)
downloadast2050-yocto-poky-888fb56e97eecab43bf5c5acaadfde90f3d80f40.zip
ast2050-yocto-poky-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 c67879b..0500be3 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1915,7 +1915,7 @@
</literallayout>
Alternatively, you can use
<filename>devtool build</filename>, which is equivalent to
- <filename>bitbake -c install</filename>.
+ <filename>bitbake -c populate_sysroot</filename>.
For example:
<literallayout class='monospaced'>
$ devtool build <replaceable>your-project-name</replaceable>
@@ -2226,7 +2226,7 @@
OpenEmbedded build system to build your software based
on the recipe file.
The <filename>devtool build</filename> command is equivalent to
- <filename>bitbake -c install</filename>.
+ <filename>bitbake -c populate_sysroot</filename>.
Here is an example:
<literallayout class='monospaced'>
$ devtool build <replaceable>recipe</replaceable>
OpenPOWER on IntegriCloud