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>
This commit is contained in:
Scott Rifenbark 2013-11-25 07:18:54 -08:00 committed by Richard Purdie
parent 8995214e47
commit cd64633f94
1 changed files with 1 additions and 1 deletions

View File

@ -5102,7 +5102,7 @@ the details.
<filename>.bbappend</filename> files.
You can do this by providing an expression with the
<filename>BBMASK</filename> variable.
Here is an example:
Here is one example:
<literallayout class='monospaced'>
BBMASK = "/meta-mymachine/recipes-maybe/"
</literallayout>