ref-manual: Downplayed the BBLAYERS_NON_REMOVABLE variable.

Applied some suggestions from Paul Eggleton to downplay the role
of this variable.  It is basically ignored now in all parts of the
manual set except for the descriptions of the variable itself
and the BBLAYERS variable.  I added some text reinforcing the fact
that BBLAYERS_NON_REMOVABLE is ignored by the build system and only
matters if you are using Hob.

(From yocto-docs rev: 98112751aaec6e25de48d9e3ee56592be3f53a07)

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 2015-03-30 13:37:11 -07:00 committed by Richard Purdie
parent ae4951d976
commit 70ddcce446
2 changed files with 11 additions and 5 deletions

View File

@ -522,9 +522,7 @@
which are directory trees, traversed (or walked) by BitBake.
The <filename>bblayers.conf</filename> file uses the
<link linkend='var-BBLAYERS'><filename>BBLAYERS</filename></link>
variable to list the layers BitBake tries to find, and uses the
<link linkend='var-BBLAYERS_NON_REMOVABLE'><filename>BBLAYERS_NON_REMOVABLE</filename></link>
variable to list layers that must not be removed.
variable to list the layers BitBake tries to find.
</para>
<para>

View File

@ -993,6 +993,14 @@
/home/scottrif/poky/meta-yocto \
"
</literallayout>
<note>
The
<link linkend='var-BBLAYERS_NON_REMOVABLE'><filename>BBLAYERS_NON_REMOVABLE</filename></link>
variable exists only for
<ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
The OpenEmbedded build system does not use this
variable.
</note>
</para>
<para>
@ -1013,8 +1021,8 @@
using the
<ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
<note>
When building an image outside of Hob, this variable
is ignored.
When building an image outside of Hob, the OpenEmbedded
build system ignores this variable.
</note>
</para>