ref-manual: Edits to the BBLAYERS_NON_REMOVABLE variable.

This variable is only used when building an image using Hob.
The description implied otherwise.  I clearly state this now.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: ee4616ba45f43e631e8040ed4662e403e610fa0b)

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-04 08:26:57 -08:00 committed by Richard Purdie
parent 7f55ac338a
commit fcd56baec1
1 changed files with 8 additions and 3 deletions

View File

@ -636,10 +636,15 @@
<glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm>
<glossdef>
Core layer for images cannot be removed
<para>Lists core layers that cannot be removed from the
<filename>bblayers.conf</filename> file.
In order for BitBake to build your image, your
<filename>bblayers.conf</filename> file during a build
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.
</note>
In order for BitBake to build your image using Hob, your
<filename>bblayers.conf</filename> file must include the
<filename>meta</filename> and <filename>meta-yocto</filename>
core layers.