From 73abcb0b161aba4e84fb8c2c99c88d18ed910878 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 Jul 2014 08:37:54 +0300 Subject: dev-manual: Fixed up the list of other references. There was a bogus link in there to the Build Appliance page. I also noted many links that use the tag that crossed multiple lines. That is not good. I cleaned all that up. Reported-by: Robert P. J. Day (From yocto-docs rev: a39cea47cae29d7efb8e12495e8eefb484d464c4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-intro.xml | 83 ++++++++++++++++----------- 1 file changed, 51 insertions(+), 32 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 92d67e0d63..33239390bb 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml @@ -107,12 +107,16 @@ Yocto Project Website: The home page for the Yocto Project provides lots of information on the project - as well as links to software and documentation. + as well as links to software and documentation. + - Yocto Project Quick Start: This short document lets you get started - with the Yocto Project and quickly begin building an image. + Yocto Project Quick Start: + This short document lets you get started + with the Yocto Project and quickly begin building an image. + - Yocto Project Reference Manual: This manual is a reference + Yocto Project Reference Manual: + This manual is a reference guide to the OpenEmbedded build system, which is based on BitBake. The build system is sometimes referred to as "Poky". @@ -120,11 +124,13 @@ Yocto Project Application Developer's Guide: This guide provides information that lets you get going with the Application Development Toolkit (ADT) and stand-alone cross-development toolchains to - develop projects using the Yocto Project. + develop projects using the Yocto Project. + Yocto Project Board Support Package (BSP) Developer's Guide: This guide defines the structure for BSP components. - Having a commonly understood structure encourages standardization. + Having a commonly understood structure encourages standardization. + Yocto Project Linux Kernel Development Manual: This manual describes how to work with Linux Yocto kernels as well as provides a bit @@ -137,23 +143,28 @@ - Eclipse IDE Yocto Plug-in: A step-by-step instructional video that + Eclipse IDE Yocto Plug-in: + A step-by-step instructional video that demonstrates how an application developer uses Yocto Plug-in features within - the Eclipse IDE. + the Eclipse IDE. + FAQ: - A list of commonly asked questions and their answers. + A list of commonly asked questions and their answers. + Release Notes: Features, updates and known issues for the current - release of the Yocto Project. + 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. + Hob: + A graphical user interface for BitBake. + Hob's primary goal is to enable a user to perform common tasks more easily. + - - Build Appliance: A virtual machine that + Build Appliance: + A virtual machine that enables you to build and boot a custom embedded Linux image with the Yocto Project using a non-Linux development system. @@ -161,46 +172,54 @@ Bugzilla: The bug tracking application the Yocto Project uses. If you find problems with the Yocto Project, you should report them using this - application. - - Yocto Project Mailing Lists: To subscribe to the Yocto Project mailing + application. + + Yocto Project Mailing Lists: + To subscribe to the Yocto Project mailing lists, click on the following URLs and follow the instructions: - for a - Yocto Project Discussions mailing list. - for a - Yocto Project Discussions mailing list about the + + for a Yocto Project Discussions mailing list. + + + for a Yocto Project Discussions mailing list about the OpenEmbedded build system (Poky). for a mailing list to receive official Yocto Project announcements - as well as Yocto Project milestones. - for a - listing of all public mailing lists on lists.yoctoproject.org. + as well as Yocto Project milestones. + + + for a listing of all public mailing lists on + lists.yoctoproject.org. Internet Relay Chat (IRC): Two IRC channels on freenode are available for Yocto Project and Poky discussions: #yocto and - #poky, respectively. + #poky, respectively. + OpenEmbedded: The build system used by the Yocto Project. This project is the upstream, generic, embedded distribution from which the Yocto Project derives its build system (Poky) - and to which it contributes. + and to which it contributes. + - - BitBake: The tool used by the OpenEmbedded build system - to process project metadata. + BitBake: + The tool used by the OpenEmbedded build system + to process project metadata. + BitBake User Manual: A comprehensive guide to the BitBake tool. If you want information on BitBake, see this manual. - Quick EMUlator (QEMU): - An open-source machine emulator and virtualizer. + Quick EMUlator (QEMU): + An open-source machine emulator and virtualizer. + -- cgit 1.2.3-korg