summaryrefslogtreecommitdiffstats
path: root/documentation
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 17:36:11 +0100
commitacf41de1faa9e5d7a4960953a07308e40e9790d7 (patch)
treeb63014fc56015cdcef8603ba49d2d96c463f4479 /documentation
parent3eabeef5d6a60bd6b7303b01aaa9164f1fe79dbb (diff)
downloadpoky-acf41de1faa9e5d7a4960953a07308e40e9790d7.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')
-rw-r--r--documentation/ref-manual/ref-structure.xml4
-rw-r--r--documentation/ref-manual/ref-variables.xml12
2 files changed, 11 insertions, 5 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>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a79d8e5bcb..2d2337cfc1 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -993,6 +993,14 @@
993 /home/scottrif/poky/meta-yocto \ 993 /home/scottrif/poky/meta-yocto \
994 " 994 "
995 </literallayout> 995 </literallayout>
996 <note>
997 The
998 <link linkend='var-BBLAYERS_NON_REMOVABLE'><filename>BBLAYERS_NON_REMOVABLE</filename></link>
999 variable exists only for
1000 <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
1001 The OpenEmbedded build system does not use this
1002 variable.
1003 </note>
996 </para> 1004 </para>
997 1005
998 <para> 1006 <para>
@@ -1013,8 +1021,8 @@
1013 using the 1021 using the
1014 <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>. 1022 <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
1015 <note> 1023 <note>
1016 When building an image outside of Hob, this variable 1024 When building an image outside of Hob, the OpenEmbedded
1017 is ignored. 1025 build system ignores this variable.
1018 </note> 1026 </note>
1019 </para> 1027 </para>
1020 1028