From d06c7b8ce6249529de0bde0a568c0658b7148bf4 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 15 Mar 2016 09:50:40 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 4 --- documentation/ref-manual/migration.xml | 14 +------- documentation/ref-manual/ref-bitbake.xml | 2 +- documentation/ref-manual/ref-classes.xml | 16 --------- documentation/ref-manual/ref-structure.xml | 3 +- documentation/ref-manual/ref-variables.xml | 54 ------------------------------ 6 files changed, 3 insertions(+), 90 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 57e4a25853..e82f8340fb 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -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 - Hob. diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 7f1ef8cd5d..670e1c1f7d 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -125,7 +125,7 @@ reference hardware Board Support Packages (BSPs), respectively: meta-yocto and meta-yocto-bsp. - When running BitBake or Hob for the first time after upgrading, + When running BitBake for the first time after upgrading, your conf/bblayers.conf 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 @@ -
- Directory Layout Changes - - - The meta-hob layer has been removed from - the top-level of the - Source Directory. - The contents of this layer are no longer needed by the Hob - user interface for building images and toolchains. - -
-
Package Test (ptest) diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index dc402dbffc..1de1148264 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml @@ -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 diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c4f15c9f9d..bf4e5a949b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2558,22 +2558,6 @@
-
- <filename>packageinfo.bbclass</filename> - - - The packageinfo class - gives a BitBake user interface the ability to retrieve information - about output packages from the pkgdata files. - - - - This class is enabled automatically when using the - Hob - user interface. - -
-
<filename>patch.bbclass</filename> diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 725435e700..578b381e09 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -738,8 +738,7 @@ Be careful when deleting files in this directory. You can safely delete old images from this directory (e.g. - core-image-*, hob-image-*, - etc.). + core-image-*). However, the kernel (*zImage*, *uImage*, etc.), bootloader and other supplementary files might be deployed here prior to building an image. 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 @@ -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 \ " - - The - BBLAYERS_NON_REMOVABLE - variable exists only for - Hob. - The OpenEmbedded build system does not use this - variable. - @@ -1157,47 +1144,6 @@ - BBLAYERS_NON_REMOVABLE - - BBLAYERS_NON_REMOVABLE[doc] = "Lists core layers that cannot be removed from the bblayers.conf file." - - - - - Lists core layers that cannot be removed from the - bblayers.conf file during a build - using the - Hob. - - When building an image outside of Hob, the OpenEmbedded - build system ignores this variable. - - - - - In order for BitBake to build your image using Hob, your - bblayers.conf file must include the - meta and meta-yocto - core layers. - Here is an example that shows these two layers listed in - the BBLAYERS_NON_REMOVABLE statement: - - 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 \ - " - - - - - BBMASK BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files." -- cgit v1.2.3-54-g00ecf