1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

documentation/dev-manual/dev-manual-common-tasks.xml: Minor edit.

(From yocto-docs rev: 6a71d919a6a4a0d33aeb793e7ddecfc9fa5c6db1)

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
2012-03-13 16:42:02 -06:00
committed by Richard Purdie
parent 9ba2e3dc78
commit 83141b336c
@@ -972,8 +972,9 @@
<title>Excluding Packages</title>
<para>
It is possible to filter or mask out recipe and recipe append files such that
BitBake ignores them.
It is possible to filter or mask out <filename>.bb</filename> and
<filename>.bbappend</filename> files such that BitBake ignores them during
the build.
You can do this by providing an expression with the
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-BBMASK'>BBMASK</ulink></filename>
variable.