From 863a8c0bf63c535c5937a488b3ecc1a4bcdc6016 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Jul 2017 11:15:53 -0700 Subject: [PATCH] yocto-project-qs: Updated overview to account for re-orged material Because the YP development introductory information was moved to the ref-manual, and the QS will get a CROPS section inserted, the introductory section of the QS needed to be updated a bit. (From yocto-docs rev: e173b762a74678cd660850e4f5bc28712c3d83ac) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f1b6728bd0..6064f96cc4 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -62,7 +62,7 @@ on the OpenEmbedded (OE) project, which uses the BitBake tool, to construct complete Linux images. - The BitBake and OE components are combined together to form + The BitBake and OE components combine together to form a reference build host, historically known as Poky (Pah-kee). @@ -74,8 +74,14 @@ Linux images. Rather than go into great detail about the Yocto Project and its many capabilities, this quick start provides the minimal - information you need to try out the Yocto Project using a - supported Linux build host. + information you need to try out the Yocto Project using either a + supported Linux build host or a build host set up to use + CROPS, + which leverages + Docker Containers. + + + Reading and using the quick start should result in you having a basic understanding of what the Yocto Project is and how to use some of its core components. @@ -100,6 +106,7 @@ Building an Image for Hardware + For more detailed information on the Yocto Project, you can reference these resources: - - Yocto Project Backgrounders: - The - Yocto Project Backgrounder - provides introductory information on the Yocto Project. - Website: The @@ -131,6 +133,19 @@ documentation, and access to a rich Yocto Project Development Community into which you can tap. + + Yocto Project Backgrounders: + The + Yocto Project Backgrounder + provides introductory information on the Yocto Project. + + + Yocto Project Development Environment Overview: + The + "Introducing the Yocto Project Development Environment" + section presents an overview of the Yocto Project + development environment. + FAQs: Lists commonly asked Yocto Project questions and answers.