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/dev-manual/dev-manual-intro.xml | 5 --- documentation/dev-manual/dev-manual-model.xml | 47 --------------------------- 2 files changed, 52 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index e350882a38..5affa86ea3 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml @@ -168,11 +168,6 @@ Features, updates and known issues for the current release of the Yocto Project. - - Hob: - A graphical user interface for BitBake. - Hob's primary goal is to enable a user to perform common tasks more easily. - Toaster: An Application Programming Interface (API) and web-based diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 984d08df81..489547dae6 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -48,12 +48,6 @@ Toaster provides an efficient interface to the OpenEmbedded build that allows you to start builds and examine build statistics. - Image Development using Hob: - You can use the Hob - to build custom operating system images within the build - environment. - Hob provides an efficient interface to the OpenEmbedded build system. - Using a Development Shell: You can use a devshell to efficiently debug commands or simply edit packages. @@ -3189,47 +3183,6 @@ -
- Image Development Using Hob - - - The Hob is a graphical user interface for the - OpenEmbedded build system, which is based on BitBake. - You can use the Hob to build custom operating system images within the Yocto Project build environment. - Hob simply provides a friendly interface over the build system used during development. - In other words, building images with the Hob lets you take care of common build tasks more easily. - - - - For a better understanding of Hob, see the project page at - - on the Yocto Project website. - If you follow the "Documentation" link from the Hob page, you will - find a short introductory training video on Hob. - The following lists some features of Hob: - - You can setup and run Hob using these commands: - - $ source oe-init-build-env - $ hob - - You can set the - MACHINE - for which you are building the image. - You can modify various policy settings such as the - package format with which to build, - the parallelism BitBake uses, whether or not to build an - external toolchain, and which host to build against. - - You can manage - layers. - You can select a base image and then add extra packages for your custom build. - - You can launch and monitor the build from within Hob. - - -
-
Using a Development Shell -- cgit 1.2.3-korg