summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 12:54:29 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:00 -0800
commita72bea5bf543b2bc99ede65396deab96c7d18df1 (patch)
tree2333609efb0e5847442cffeba06a0d13d8b1ace8 /documentation
parent8268a69c409f504a5cbdb8acd116ae0b99976cf4 (diff)
downloadpoky-a72bea5bf543b2bc99ede65396deab96c7d18df1.tar.gz
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 <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-common-tasks.xml10
1 files 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
839 </note> 839 </note>
840 840
841 <para> 841 <para>
842 Now that you know where to locate the work directory, you can use a 842 Now that you know where to locate the directory that has the temporary source code, you can use a
843 Quilt or Git workflow to make your edits, test the changes, and preserve the 843 Quilt or Git workflow to make your edits, test the changes, and preserve the
844 changes in the form of patches. 844 changes in the form of patches.
845 </para> 845 </para>
@@ -864,10 +864,10 @@ so that there are some definite steps on how to do this. I need more detail her
864 Yocto Project build directory. 864 Yocto Project build directory.
865 See the 865 See the
866 "<link linkend='finding-the-temporary-source-code'>Finding the Temporary Source Code</link>" 866 "<link linkend='finding-the-temporary-source-code'>Finding the Temporary Source Code</link>"
867 section to learn how to locate the work directory for a 867 section to learn how to locate the directory that has the temporary source code for a
868 particular package.</para></listitem> 868 particular package.</para></listitem>
869 <listitem><para><emphasis>Change Your Working Directory:</emphasis> 869 <listitem><para><emphasis>Change Your Working Directory:</emphasis>
870 You need to be in the work directory that has the source code. 870 You need to be in the directory that has the temporary source code.
871 That directory is defined by the 871 That directory is defined by the
872 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-S'>S</ulink> 872 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-S'>S</ulink>
873 variable.</para></listitem> 873 variable.</para></listitem>
@@ -960,10 +960,10 @@ so that there are some definite steps on how to do this. I need more detail her
960 Yocto Project build directory. 960 Yocto Project build directory.
961 See the 961 See the
962 "<link linkend='finding-the-temporary-source-code'>Finding the Temporary Source Code</link>" 962 "<link linkend='finding-the-temporary-source-code'>Finding the Temporary Source Code</link>"
963 section to learn how to locate the work directory for a 963 section to learn how to locate the directory that has the temporary source code for a
964 particular package.</para></listitem> 964 particular package.</para></listitem>
965 <listitem><para><emphasis>Change Your Working Directory:</emphasis> 965 <listitem><para><emphasis>Change Your Working Directory:</emphasis>
966 You need to be in the work directory. 966 You need to be in the directory that has the temporary source code.
967 That directory is defined by the 967 That directory is defined by the
968 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-S'>S</ulink> 968 <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-S'>S</ulink>
969 variable.</para></listitem> 969 variable.</para></listitem>