summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-04 08:26:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:47 +0000
commitfcd56baec1ab5bca00453c5ba6c425ac2e6cf93f (patch)
treeb01bef958f5de77fcd32d499bdb00f5c165e9eb0 /documentation/ref-manual/ref-variables.xml
parent7f55ac338af906ee55ac4e923bae1916b420b96c (diff)
downloadpoky-fcd56baec1ab5bca00453c5ba6c425ac2e6cf93f.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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.