diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 12:30:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:18 +0100 |
commit | 6f9df237c2877bafc6b3f5aefee46e6ec1a692de (patch) | |
tree | c3a33f231082c794506b90daef3edcc9957be6e6 /documentation/ref-manual | |
parent | 4108f153fe71f5a01a6be8cd8137392091c0700c (diff) | |
download | poky-6f9df237c2877bafc6b3f5aefee46e6ec1a692de.tar.gz |
ref-manual: Removed redundant link to WORKDIR variable.
(From yocto-docs rev: 66ab70483fe1ab963b6e5e822797b144f787a139)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index f5dbf5198c..64c094c399 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -734,8 +734,7 @@ | |||
734 | built within the Yocto Project. | 734 | built within the Yocto Project. |
735 | For this package, a work directory of | 735 | For this package, a work directory of |
736 | <filename>tmp/work/qemux86-poky-linux/linux-yocto/3.0+git1+<.....></filename>, | 736 | <filename>tmp/work/qemux86-poky-linux/linux-yocto/3.0+git1+<.....></filename>, |
737 | referred to as the | 737 | referred to as the <filename>WORKDIR</filename>, is created. |
738 | <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>, is created. | ||
739 | Within this directory, the source is unpacked to | 738 | Within this directory, the source is unpacked to |
740 | <filename>linux-qemux86-standard-build</filename> and then patched by Quilt. | 739 | <filename>linux-qemux86-standard-build</filename> and then patched by Quilt. |
741 | (See the | 740 | (See the |