summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2016-03-15 09:50:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:06 +0000
commitd06c7b8ce6249529de0bde0a568c0658b7148bf4 (patch)
treed60aed6a7853974c077a138215509fb2e0a78319 /documentation/ref-manual/ref-variables.xml
parentbe8af376b1181b4fec823ccddeba950490ec9431 (diff)
downloadpoky-d06c7b8ce6249529de0bde0a568c0658b7148bf4.tar.gz
documentation: remove all references to Hob
Hob and the packageinfo class have now been removed from the code base. This patch removes all references to: * Hob * meta-hob * packageinfo and * BBLAYERS_NON_REMOVABLE from the documentation. So long, Hob, and thanks for all the fish. (From yocto-docs rev: 6a1ba2761d5c2ec1072616ce3d791787f1b1b2a7) Signed-off-by: Belen Barros Pena <belen.barros.pena@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.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d8e6127b63..376cd9a9ee 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1134,20 +1134,7 @@
1134 /home/scottrif/poky/meta-yocto-bsp \ 1134 /home/scottrif/poky/meta-yocto-bsp \
1135 /home/scottrif/poky/meta-mykernel \ 1135 /home/scottrif/poky/meta-mykernel \
1136 " 1136 "
1137
1138 BBLAYERS_NON_REMOVABLE ?= " \
1139 /home/scottrif/poky/meta \
1140 /home/scottrif/poky/meta-yocto \
1141 "
1142 </literallayout> 1137 </literallayout>
1143 <note>
1144 The
1145 <link linkend='var-BBLAYERS_NON_REMOVABLE'><filename>BBLAYERS_NON_REMOVABLE</filename></link>
1146 variable exists only for
1147 <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
1148 The OpenEmbedded build system does not use this
1149 variable.
1150 </note>
1151 </para> 1138 </para>
1152 1139
1153 <para> 1140 <para>
@@ -1157,47 +1144,6 @@
1157 </glossdef> 1144 </glossdef>
1158 </glossentry> 1145 </glossentry>
1159 1146
1160 <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm>
1161 <info>
1162 BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file."
1163 </info>
1164 <glossdef>
1165 <para role="glossdeffirst">
1166<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
1167 Lists core layers that cannot be removed from the
1168 <filename>bblayers.conf</filename> file during a build
1169 using the
1170 <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
1171 <note>
1172 When building an image outside of Hob, the OpenEmbedded
1173 build system ignores this variable.
1174 </note>
1175 </para>
1176
1177 <para>
1178 In order for BitBake to build your image using Hob, your
1179 <filename>bblayers.conf</filename> file must include the
1180 <filename>meta</filename> and <filename>meta-yocto</filename>
1181 core layers.
1182 Here is an example that shows these two layers listed in
1183 the <filename>BBLAYERS_NON_REMOVABLE</filename> statement:
1184 <literallayout class='monospaced'>
1185 BBLAYERS = " \
1186 /home/scottrif/poky/meta \
1187 /home/scottrif/poky/meta-yocto \
1188 /home/scottrif/poky/meta-yocto-bsp \
1189 /home/scottrif/poky/meta-mykernel \
1190 "
1191
1192 BBLAYERS_NON_REMOVABLE ?= " \
1193 /home/scottrif/poky/meta \
1194 /home/scottrif/poky/meta-yocto \
1195 "
1196 </literallayout>
1197 </para>
1198 </glossdef>
1199 </glossentry>
1200
1201 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm> 1147 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm>
1202 <info> 1148 <info>
1203 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files." 1149 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files."