From ed0ecc7b76698707529dcc3a765c037b7976de93 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Jun 2017 10:10:51 -0700 Subject: dev-manual, ref-manual: Reorganized "Other Information" Fixes [YOCTO #11630] The exhaustive list of useful links and references to other YP documentation existed in the dev-manual. This is not the correct place for this type of reference information. I have moved that list to the ref-manual where it should be. The dev-manual now simply provides a link into that section. (From yocto-docs rev: eeceb597988134ced85aab4b9ddaeed923f17b03) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-intro.xml | 141 +------------------------- 1 file changed, 5 insertions(+), 136 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 49148abead..020f9373e6 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml @@ -109,144 +109,13 @@ Other Information - Because this manual presents overview information for many different + Because this manual presents information for many different topics, supplemental information is recommended for full comprehension. - The following list presents other sources of information you might find helpful: - - 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. - - - 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 - guide to the OpenEmbedded build system, which is based on BitBake. - The build system is sometimes referred to as "Poky". - - - Yocto Project Software Development Kit (SDK) Developer's Guide: - This guide provides information that lets you get going - with the standard or extensible SDK. - An SDK, with its cross-development toolchains, allows you - to develop projects inside or outside of the Yocto Project - environment. - - - Yocto Project Board Support Package (BSP) Developer's Guide: - This guide defines the structure for BSP components. - 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 - of conceptual information on the construction of the Yocto Linux kernel tree. - - - Yocto Project Profiling and Tracing Manual: - This manual presents a set of common and generally useful tracing and - profiling schemes along with their applications (as appropriate) to each tool. - - - Toaster User Manual: - This manual introduces and describes how to set up and use - Toaster, which is a web interface to the Yocto Project's - OpenEmbedded Build System. - - - - Eclipse IDE Yocto Plug-in: - Instructions that demonstrate how an application developer - uses the Eclipse Yocto Project Plug-in feature within - the Eclipse IDE. - - - FAQ: - A list of commonly asked questions and their answers. - - - Release Notes: - Features, updates and known issues for the current - release of the Yocto Project. - - - Toaster: - An Application Programming Interface (API) and web-based - interface to the OpenEmbedded build system, which uses - BitBake, that reports build information. - - - 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. - - - 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 - 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 - 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. - - - Internet Relay Chat (IRC): - Two IRC channels on freenode are available - for Yocto Project and Poky discussions: #yocto and - #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. - - - 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. - - + See the + "Links and Related Documentation" + section in the Yocto Project Reference Manual for helpful + sources. -- cgit v1.2.3-54-g00ecf