summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-09-10 07:58:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:43 +0100
commit018c498d0f7371fea6694a1367269422b07752a8 (patch)
tree80ddc77910899145b7f2788e4010234c3526e460 /documentation
parent567c1ae31544993f15aa19380fc1d4ead454b0ef (diff)
downloadast2050-yocto-poky-018c498d0f7371fea6694a1367269422b07752a8.zip
ast2050-yocto-poky-018c498d0f7371fea6694a1367269422b07752a8.tar.gz
dev-manual: Updated EXTERNALSRC example for user-input formatting.
I missed a <replaceable> tag set on the example. Adding it clears up confusion for how to use the variable. (From yocto-docs rev: 8bbf2a012e580d82aaf9c9a98ad5dab1aea64f7b) 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.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 5611d56..8b1ffe9 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7258,7 +7258,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
<filename>local.conf</filename> file:
<literallayout class='monospaced'>
INHERIT += "externalsrc"
- EXTERNALSRC_pn-myrecipe = "<replaceable>path-to-your-source-tree</replaceable>"
+ EXTERNALSRC_pn-<replaceable>myrecipe</replaceable> = "<replaceable>path-to-your-source-tree</replaceable>"
</literallayout>
</para>
OpenPOWER on IntegriCloud