summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f3211f84ed..2e4ef56e7c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -636,10 +636,15 @@
636 636
637 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm> 637 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm>
638 <glossdef> 638 <glossdef>
639Core layer for images cannot be removed
640 <para>Lists core layers that cannot be removed from the 639 <para>Lists core layers that cannot be removed from the
641 <filename>bblayers.conf</filename> file. 640 <filename>bblayers.conf</filename> file during a build
642 In order for BitBake to build your image, your 641 using the
642 <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
643 <note>
644 When building an image outside of Hob, this variable
645 is ignored.
646 </note>
647 In order for BitBake to build your image using Hob, your
643 <filename>bblayers.conf</filename> file must include the 648 <filename>bblayers.conf</filename> file must include the
644 <filename>meta</filename> and <filename>meta-yocto</filename> 649 <filename>meta</filename> and <filename>meta-yocto</filename>
645 core layers. 650 core layers.