From a72bea5bf543b2bc99ede65396deab96c7d18df1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 Feb 2012 12:54:29 -0600 Subject: [PATCH] documentation/dev-manual/dev-manual-common-tasks.xml: Review comments Had to back off a bit on the use of the term "working directory". Paul clarified that it was okay to use the term "temporary source code location" when talking about where the source code for a package was located. (From yocto-docs rev: 8d3f7613f32f1ce91c9d53e2db3c36448abb5a82) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cecfc95e8b..93ac31c0d5 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -839,7 +839,7 @@ so that there are some definite steps on how to do this. I need more detail her - Now that you know where to locate the work directory, you can use a + Now that you know where to locate the directory that has the temporary source code, you can use a Quilt or Git workflow to make your edits, test the changes, and preserve the changes in the form of patches. @@ -864,10 +864,10 @@ so that there are some definite steps on how to do this. I need more detail her Yocto Project build directory. See the "Finding the Temporary Source Code" - section to learn how to locate the work directory for a + section to learn how to locate the directory that has the temporary source code for a particular package. Change Your Working Directory: - You need to be in the work directory that has the source code. + You need to be in the directory that has the temporary source code. That directory is defined by the S variable. @@ -960,10 +960,10 @@ so that there are some definite steps on how to do this. I need more detail her Yocto Project build directory. See the "Finding the Temporary Source Code" - section to learn how to locate the work directory for a + section to learn how to locate the directory that has the temporary source code for a particular package. Change Your Working Directory: - You need to be in the work directory. + You need to be in the directory that has the temporary source code. That directory is defined by the S variable.