From fd5c4cf03d3739228ad25e6220039166dd10d466 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Mar 2012 16:41:26 -0600 Subject: documenation/dev-manual/dev-manual-model.xml: Hob section first draft (From yocto-docs rev: 02eb8ac5016ef347a554dfdd214d3e66342f0ee2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index f7d9336fe8..29840ee720 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -692,6 +692,38 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the
Image Development Using Hob + + The Hob is a graphical user interface for the Yocto + Project build system 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 system development. + In other words, building images with the Hob lets you take care of common Yocto Project build tasks more easily. + + + + For a better understanding of Hob, see the project page at + on the Yocto Project website. + The page has 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 used to build with, + the parrallelism BitBake uses, whether or not to build an external toolchain, and which host + to build against. + You can manage Understanding + and Creating 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. + +
-- cgit v1.2.3-54-g00ecf