From f2242e613c6b9618bfe70c01e615a9b40a93a8e7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Apr 2018 10:38:57 -0700 Subject: documentation: Purged the YP Quick Start references from YP set The original Yocto Project Quick Start is being retired for the YP 2.5 release (sumo). I have purged all the various references from the YP manual set and replaced them with references to the appropriate doc. The references were mainly into the YP dev-manual for setting up the host or for building an image. There were a few references into the new "Yocto Project Quick Build" document for overviewing manual-type references. (From yocto-docs rev: 11c0ab693962f16f87f1e21f33dd5c6ca6a6f895) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 2 +- documentation/kernel-dev/kernel-dev-intro.xml | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) (limited to 'documentation/kernel-dev') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 9686609bf5..d8eeb9ec50 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -25,7 +25,7 @@ Before you can do any kernel development, you need to be sure your build host is set up to use the Yocto Project. For information on how to get set up, see the - "Setting Up to Use the Yocto Project" + "Setting Up the Development Host to Use the Yocto Project" section in the Yocto Project Development Tasks Manual. Part of preparing the system is creating a local Git repository of the diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 7a5a34deb1..f61af3104d 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml @@ -108,7 +108,15 @@ review and understand the following documentation: - Yocto Project Quick Start + Yocto Project Quick Build + document. + + + Getting Started With Yocto Project + manual. + + + Yocto Project Concepts Manual devtool workflow @@ -153,12 +161,15 @@ - Set Up Your Host Development System to Support - Development Using the Yocto Project: + + + Set up Your Host Development System to Support + Development Using the Yocto Project: See the - "Setting Up to Use the Yocto Project" - section in the Yocto Project Quick Start for options on how - to get a build host ready to use the Yocto Project. + "Setting Up the Development Host to Use the Yocto Project" + section in the Yocto Project Development Tasks Manual for + options on how to get a build host ready to use the Yocto + Project. Set Up Your Host Development System for Kernel Development: -- cgit 1.2.3-korg