summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-07 14:23:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:53 +0000
commit9addcf5ccbd96eb791c333c53dcb8ccab593b64c (patch)
tree12362068768b43fa66a501abb9045e34bf357597 /documentation/kernel-dev
parenta665b9b68e54cb878e3d653bd049f3be6cc8ce73 (diff)
downloadpoky-9addcf5ccbd96eb791c333c53dcb8ccab593b64c.tar.gz
documentation: Scrubbed use of directory names
There was inconsistent use of the way directory names were handled throughout the YP documentation. I have scrubbed the set and replaced many instances such as the following: meta/<something> replaces /meta/<something> poky replaces ~/poky (except in some very specific examples) I basically got rid of leading slash characters. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 12a96db6dffe09fca7ce848e006c591a637be5a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-maint-appx.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml
index 5f9788aa31..a7c144ff75 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml
@@ -45,7 +45,7 @@
45 Here is an example that assumes the local Git repository for the kernel is in 45 Here is an example that assumes the local Git repository for the kernel is in
46 a top-level directory named <filename>linux-yocto-3.4</filename>: 46 a top-level directory named <filename>linux-yocto-3.4</filename>:
47 <literallayout class='monospaced'> 47 <literallayout class='monospaced'>
48 $ cd ~/linux-yocto-3.4 48 $ cd linux-yocto-3.4
49 $ git checkout -b meta origin/meta 49 $ git checkout -b meta origin/meta
50 </literallayout> 50 </literallayout>
51 Once you have checked out and switched to the <filename>meta</filename> branch, 51 Once you have checked out and switched to the <filename>meta</filename> branch,
@@ -208,7 +208,7 @@
208 the build tree directory. 208 the build tree directory.
209 The files include the final <filename>.config</filename> file, all the <filename>.o</filename> 209 The files include the final <filename>.config</filename> file, all the <filename>.o</filename>
210 files, the <filename>.a</filename> files, and so forth. 210 files, the <filename>.a</filename> files, and so forth.
211 Since each machine or BSP has its own separate 211 Since each machine or BSP has its own separate
212 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 212 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
213 in its own separate branch 213 in its own separate branch
214 of the Git repository, you can easily switch between different builds. 214 of the Git repository, you can easily switch between different builds.