mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
be8af376b1
commit
d06c7b8ce6
@@ -192,10 +192,6 @@
|
||||
supported Linux distribution, instances might exist where you
|
||||
encounter a problem while using the Yocto Project on a specific
|
||||
distribution.
|
||||
For example, the CentOS 6.4 distribution does not include the
|
||||
Gtk+ 2.20.0 and PyGtk 2.21.0 (or higher) packages, which are
|
||||
required to run
|
||||
<ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>.
|
||||
</note>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
reference hardware Board Support Packages (BSPs), respectively:
|
||||
<filename>meta-yocto</filename> and
|
||||
<filename>meta-yocto-bsp</filename>.
|
||||
When running BitBake or Hob for the first time after upgrading,
|
||||
When running BitBake for the first time after upgrading,
|
||||
your <filename>conf/bblayers.conf</filename> file will be
|
||||
updated to handle this change and you will be asked to
|
||||
re-run or restart for the changes to take effect.
|
||||
@@ -1446,18 +1446,6 @@
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id='migration-1.6-directory-layout-changes'>
|
||||
<title>Directory Layout Changes</title>
|
||||
|
||||
<para>
|
||||
The <filename>meta-hob</filename> layer has been removed from
|
||||
the top-level of the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
The contents of this layer are no longer needed by the Hob
|
||||
user interface for building images and toolchains.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='migration-1.6-package-test-ptest'>
|
||||
<title>Package Test (ptest)</title>
|
||||
|
||||
|
||||
@@ -414,7 +414,7 @@ Options:
|
||||
-l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS
|
||||
Show debug logging for the specified logging domains
|
||||
-P, --profile Profile the command and save reports.
|
||||
-u UI, --ui=UI The user interface to use (e.g. knotty, hob, depexp).
|
||||
-u UI, --ui=UI The user interface to use (e.g. knotty and depexp).
|
||||
-t SERVERTYPE, --servertype=SERVERTYPE
|
||||
Choose which server to use, process or xmlrpc.
|
||||
--revisions-changed Set the exit code depending on whether upstream
|
||||
|
||||
@@ -2558,22 +2558,6 @@
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-packageinfo'>
|
||||
<title><filename>packageinfo.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
The <filename>packageinfo</filename> class
|
||||
gives a BitBake user interface the ability to retrieve information
|
||||
about output packages from the <filename>pkgdata</filename> files.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This class is enabled automatically when using the
|
||||
<ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>
|
||||
user interface.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-patch'>
|
||||
<title><filename>patch.bbclass</filename></title>
|
||||
|
||||
|
||||
@@ -738,8 +738,7 @@
|
||||
<para>
|
||||
Be careful when deleting files in this directory.
|
||||
You can safely delete old images from this directory (e.g.
|
||||
<filename>core-image-*</filename>, <filename>hob-image-*</filename>,
|
||||
etc.).
|
||||
<filename>core-image-*</filename>).
|
||||
However, the kernel (<filename>*zImage*</filename>, <filename>*uImage*</filename>, etc.),
|
||||
bootloader and other supplementary files might be deployed here prior to building an
|
||||
image.
|
||||
|
||||
@@ -1133,21 +1133,8 @@
|
||||
/home/scottrif/poky/meta-yocto \
|
||||
/home/scottrif/poky/meta-yocto-bsp \
|
||||
/home/scottrif/poky/meta-mykernel \
|
||||
"
|
||||
|
||||
BBLAYERS_NON_REMOVABLE ?= " \
|
||||
/home/scottrif/poky/meta \
|
||||
/home/scottrif/poky/meta-yocto \
|
||||
"
|
||||
</literallayout>
|
||||
<note>
|
||||
The
|
||||
<link linkend='var-BBLAYERS_NON_REMOVABLE'><filename>BBLAYERS_NON_REMOVABLE</filename></link>
|
||||
variable exists only for
|
||||
<ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
|
||||
The OpenEmbedded build system does not use this
|
||||
variable.
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -1157,47 +1144,6 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm>
|
||||
<info>
|
||||
BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para role="glossdeffirst">
|
||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||
Lists core layers that cannot be removed from the
|
||||
<filename>bblayers.conf</filename> file during a build
|
||||
using the
|
||||
<ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>.
|
||||
<note>
|
||||
When building an image outside of Hob, the OpenEmbedded
|
||||
build system ignores this variable.
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
In order for BitBake to build your image using Hob, your
|
||||
<filename>bblayers.conf</filename> file must include the
|
||||
<filename>meta</filename> and <filename>meta-yocto</filename>
|
||||
core layers.
|
||||
Here is an example that shows these two layers listed in
|
||||
the <filename>BBLAYERS_NON_REMOVABLE</filename> statement:
|
||||
<literallayout class='monospaced'>
|
||||
BBLAYERS = " \
|
||||
/home/scottrif/poky/meta \
|
||||
/home/scottrif/poky/meta-yocto \
|
||||
/home/scottrif/poky/meta-yocto-bsp \
|
||||
/home/scottrif/poky/meta-mykernel \
|
||||
"
|
||||
|
||||
BBLAYERS_NON_REMOVABLE ?= " \
|
||||
/home/scottrif/poky/meta \
|
||||
/home/scottrif/poky/meta-yocto \
|
||||
"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm>
|
||||
<info>
|
||||
BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files."
|
||||
|
||||
Reference in New Issue
Block a user