summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-25 07:18:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:10 +0000
commitcd64633f9407dc706563290cba235243be344970 (patch)
treedacb70e0883ee570b2317436fc36612017d9d186 /documentation/dev-manual
parent8995214e4705e5ef09721ae3a3878ce2414da97b (diff)
downloadpoky-cd64633f9407dc706563290cba235243be344970.tar.gz
dev-manual: Changed wording of BBMASK example
I changed the intro text for this one-line example so that it would not imply that the example is the only syntax that can get the job done. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 40cabe53187a94256c8f2c50598610668ea4de77) 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 67d3ee2f23..e7bebefb63 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5102,7 +5102,7 @@ the details.
5102 <filename>.bbappend</filename> files. 5102 <filename>.bbappend</filename> files.
5103 You can do this by providing an expression with the 5103 You can do this by providing an expression with the
5104 <filename>BBMASK</filename> variable. 5104 <filename>BBMASK</filename> variable.
5105 Here is an example: 5105 Here is one example:
5106 <literallayout class='monospaced'> 5106 <literallayout class='monospaced'>
5107 BBMASK = "/meta-mymachine/recipes-maybe/" 5107 BBMASK = "/meta-mymachine/recipes-maybe/"
5108 </literallayout> 5108 </literallayout>