summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-15 11:26:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:11 +0000
commit34c75fadbd2d8af941feb3187ec6dfd402f8151b (patch)
tree833104600627a2f13158dcf8e1a131e7356d8707 /documentation/ref-manual
parent2b2ced01f770d04f06693d3736209b5caf211398 (diff)
downloadpoky-34c75fadbd2d8af941feb3187ec6dfd402f8151b.tar.gz
ref-manual: Updated the S variable description with feedback
Applied wording feedback. Fixes [YOCTO #8542] (From yocto-docs rev: 847d8bad345728c4a1c95766a127ec6ddb8ad33c) 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-variables.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1445f16369..4ca4e51d5d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10550,10 +10550,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
10550 </para> 10550 </para>
10551 10551
10552 <para> 10552 <para>
10553 This next example assumes Git, which means the default 10553 This next example assumes a Git repository.
10554 directory is <filename>${WORKDIR}/git</filename>. 10554 By default, Git repositories are cloned to
10555 Consequently, you must explicitly set 10555 <filename>${WORKDIR}/git</filename> during
10556 <filename>S</filename> so the source can be located: 10556 <link linkend='ref-tasks-fetch'><filename>do_fetch</filename></link>.
10557 Since this path is different from the default value of
10558 <filename>S</filename>, you must set it specifically
10559 so the source can be located:
10557 <literallayout class='monospaced'> 10560 <literallayout class='monospaced'>
10558 SRC_URI = "git://path/to/repo.git" 10561 SRC_URI = "git://path/to/repo.git"
10559 S = "${WORKDIR}/git" 10562 S = "${WORKDIR}/git"