From d27584da673cb30a0709cf454d4ce0a549b8853c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 15:00:08 -0700 Subject: dev-manual: Edits to "Using a Quilt Workflow" section. (From yocto-docs rev: 392cfbab010858ce0354a41e1e6c2304a3be9287) 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 2b4be3dd1d..8c20a9a5c9 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1696,7 +1696,7 @@ $ bitbake -c compile -f <name_of_package> The -f or --force - option forces re-execution of the specified task. + option forces the specified task to execute. If you find problems with your code, you can just keep editing and re-testing iteratively until things work as expected. All the modifications you make to the temporary source code @@ -1713,7 +1713,7 @@ $ quilt refresh - At this point the my_changes.patch file has all your edits made + At this point, the my_changes.patch file has all your edits made to the file1.c, file2.c, and file3.c files. You can find the resulting patch file in the patches/ -- cgit v1.2.3-54-g00ecf