From ab23dd967e5a59de3cffe48762b4956edba5d478 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 May 2015 11:12:19 -0600 Subject: yocto-project-qs and others: Rewrite of the QS This was a complete re-write of the YP Quick Start in an attempt to streamline it, remove unecessary detail, and make it flow better with the examples. In doing so, many manuals were affected due to section headings being renamed, information being moved, etc. Here is a list of the changes by manual: Makefile - Removed two figures from TARFILE list for the yocto-project-qs. Added building-an-image.png to the ref-manual TARFILE list. Added using-a-pre-build-image.png to the adt-manual TARFILE list. Repositioned 'eclipse' in the adt-manual TARFILE list. adt-manual: Fixed a cross-reference so that it goes to the new 'Building Images' section that is within the YP QS. Added new section 'Example Using Pre-Build Binaries and QEMU' to hold the information that was formerly in YP QS. dev-manual: Removed a cross-reference into the YP QS that promised how to configure the most efficent build. Changed a cross-reference into the YP QS from 'The Packages' to 'The Build System Packages'. Changed a cross-reference into the YP QS from 'Building an Image' to 'Building Images'. Changed a text reference from the YP QS to the adt-manual. Moved the bit about getting YP files by using the YP website from the YP QS to the dev-manual. Changed a cross-reference into the YP QS from 'Using Pre-Built Binaries and QEMU' to 'Example Using Pre-built Binaries and QEMU', which was moved to the adt-manual. ref-manual: Changed a cross-reference into the YP QS from 'What You Need and How You Get It' to 'Setting Up to Use the Yocto Project'. Moved the note about if your system has oss4-dev in the packages area in the YP QS to the appropriate area in the ref-manual. Moved the introduction information regarding building an image along with the figure from YP QS to the ref-manual's section on building images. toaster-manual: Changed a cross-reference into the YP QS from 'What You Need and How You Get It' to 'Setting Up to Use the Yocto Project'. yocto-project-qs: Complete rewrite that changed many section headings and removed much detail, which was placed in other manuals. (From yocto-docs rev: da4ed8147b04963a700caa784bda709c57b4eb6e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 03eb5f1176..9c549d7464 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -124,7 +124,7 @@ development using the Yocto Project: See the "The Linux Distribution" and the - "The Packages" sections both + "The Build Host Packages" sections both in the Yocto Project Quick Start for requirements. Establish a local copy of the project files on your system: You need this Source @@ -223,7 +223,7 @@ "Enabling Your Layer" section for information on how to let the build system know about your new layer. The entire process for building an image is overviewed in the section - "Building an Image" section + "Building Images" section of the Yocto Project Quick Start. You might want to reference this information. Build the image: The OpenEmbedded build system @@ -451,7 +451,7 @@ Set up your host development system to support development using the Yocto Project: See "The Linux Distribution" and - "The Packages" sections both + "The Build Host Packages" sections both in the Yocto Project Quick Start for requirements. Establish a local copy of project files on your system: Having the Source @@ -476,7 +476,7 @@ (local.conf and bblayers.conf) are configured appropriately. The entire process for building an image is overviewed in the - "Building an Image" + "Building Images" section of the Yocto Project Quick Start. You might want to reference this information. You can find more information on BitBake in the @@ -617,7 +617,7 @@ For information on pre-built kernel image naming schemes for images that can run on the QEMU emulator, see the "Downloading the Pre-Built Linux Kernel" - section in the Yocto Project Quick Start. + section in the Yocto Project Application Developer's Guide. Install the ADT: The ADT provides a target-specific cross-development toolchain, the root filesystem, the QEMU emulator, and other tools that can help you develop your application. @@ -646,7 +646,7 @@ section in the Yocto Project Application Developer's Guide for information and the "Installing the Toolchain" - in the Yocto Project Quick Start for information on finding and installing + in the Yocto Project Application Developer's Guide for information on finding and installing the correct toolchain based on your host development system and your target architecture. @@ -1163,7 +1163,7 @@ If the architecture you need is not listed in the menu, you will need to build the image. See the - "Building an Image" + "Building Images" section of the Yocto Project Quick Start for more information. @@ -1740,7 +1740,7 @@ For information on how to set up a local copy of the poky repository and on how to build a Yocto Project image, see the - "Building an Image" + "Building Images" section in the Yocto Project Quick Start. @@ -2375,7 +2375,7 @@ bitbake -c cleanall package). Modifications will also disappear if you use the rm_work feature as described in the - "Building an Image" + "Building Images" section of the Yocto Project Quick Start. Generate the Patch: -- cgit v1.2.3-54-g00ecf