From 888fb56e97eecab43bf5c5acaadfde90f3d80f40 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 2 Apr 2015 07:42:10 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 @@ Alternatively, you can use devtool build, which is equivalent to - bitbake -c install. + bitbake -c populate_sysroot. For example: $ devtool build your-project-name @@ -2226,7 +2226,7 @@ OpenEmbedded build system to build your software based on the recipe file. The devtool build command is equivalent to - bitbake -c install. + bitbake -c populate_sysroot. Here is an example: $ devtool build recipe -- cgit v1.2.3-54-g00ecf