summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-30 13:37:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 12:59:16 +0100
commit70ddcce44697fb8e0af6b01afd5900bad713ac28 (patch)
treeab764b2e4f1ad47314faad50e9316b6dfe9c3856 /documentation/ref-manual/ref-structure.xml
parentae4951d976689714ae22c8c6c443dfa01ef0f2e9 (diff)
downloadpoky-70ddcce44697fb8e0af6b01afd5900bad713ac28.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r--documentation/ref-manual/ref-structure.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 8976097d36..d6e506d18e 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -522,9 +522,7 @@
522 which are directory trees, traversed (or walked) by BitBake. 522 which are directory trees, traversed (or walked) by BitBake.
523 The <filename>bblayers.conf</filename> file uses the 523 The <filename>bblayers.conf</filename> file uses the
524 <link linkend='var-BBLAYERS'><filename>BBLAYERS</filename></link> 524 <link linkend='var-BBLAYERS'><filename>BBLAYERS</filename></link>
525 variable to list the layers BitBake tries to find, and uses the 525 variable to list the layers BitBake tries to find.
526 <link linkend='var-BBLAYERS_NON_REMOVABLE'><filename>BBLAYERS_NON_REMOVABLE</filename></link>
527 variable to list layers that must not be removed.
528 </para> 526 </para>
529 527
530 <para> 528 <para>