summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-09-10 08:00:36 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:43 +0100
commit79fd7f1b25656f381d3079bb5b571c171044dceb (patch)
treec1f4371e288ff3799118208488c02d30dc210684 /documentation/dev-manual
parent018c498d0f7371fea6694a1367269422b07752a8 (diff)
downloadpoky-79fd7f1b25656f381d3079bb5b571c171044dceb.tar.gz
dev-manual: Updated another EXTERNALSRC example.
Found another occurrance of where I needed to add a <replaceable> tag set in an example. (From yocto-docs rev: 586e5a590bb5382a28fde4670fdcd6cbb75f6c32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 8b1ffe9e1c..8573581caf 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7272,7 +7272,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
7272 <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTERNALSRC_BUILD'><filename>EXTERNALSRC_BUILD</filename></ulink> 7272 <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTERNALSRC_BUILD'><filename>EXTERNALSRC_BUILD</filename></ulink>
7273 to point to that directory: 7273 to point to that directory:
7274 <literallayout class='monospaced'> 7274 <literallayout class='monospaced'>
7275 EXTERNALSRC_BUILD_pn-myrecipe = "<replaceable>path-to-your-source-tree</replaceable>" 7275 EXTERNALSRC_BUILD_pn-<replaceable>myrecipe</replaceable> = "<replaceable>path-to-your-source-tree</replaceable>"
7276 </literallayout> 7276 </literallayout>
7277 </para> 7277 </para>
7278 </section> 7278 </section>