diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-25 07:18:54 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:20 +0000 |
commit | 19e6f3f28b103518da123a32f9b59904532d3618 (patch) | |
tree | 40417afd027177752ce1143bb5bfd9047ca7c5cc /documentation | |
parent | b288fa475a39066fd1706bfce5bf01ebefdebd54 (diff) | |
download | poky-19e6f3f28b103518da123a32f9b59904532d3618.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: 5d0151b692bef9ef67a6237f3e4e4387e6f00c63)
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.xml | 2 |
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 aaa72cc19d..81a47ff4a1 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4371,7 +4371,7 @@ | |||
4371 | <filename>.bbappend</filename> files. | 4371 | <filename>.bbappend</filename> files. |
4372 | You can do this by providing an expression with the | 4372 | You can do this by providing an expression with the |
4373 | <filename>BBMASK</filename> variable. | 4373 | <filename>BBMASK</filename> variable. |
4374 | Here is an example: | 4374 | Here is one example: |
4375 | <literallayout class='monospaced'> | 4375 | <literallayout class='monospaced'> |
4376 | BBMASK = "/meta-mymachine/recipes-maybe/" | 4376 | BBMASK = "/meta-mymachine/recipes-maybe/" |
4377 | </literallayout> | 4377 | </literallayout> |