From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- .../overview-manual/overview-manual-intro.xml | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 poky/documentation/overview-manual/overview-manual-intro.xml (limited to 'poky/documentation/overview-manual/overview-manual-intro.xml') diff --git a/poky/documentation/overview-manual/overview-manual-intro.xml b/poky/documentation/overview-manual/overview-manual-intro.xml new file mode 100644 index 000000000..39433aa41 --- /dev/null +++ b/poky/documentation/overview-manual/overview-manual-intro.xml @@ -0,0 +1,112 @@ + %poky; ] > + + + +The Yocto Project Overview and Concepts Manual +
+ Welcome + + + Welcome to the Yocto Project Overview and Concepts Manual! + This manual introduces the Yocto Project by providing concepts, + software overviews, best-known-methods (BKMs), and any other + high-level introductory information suitable for a new Yocto + Project user. + + + + The following list describes what you can get from this manual: + + + Introducing the Yocto Project: + This chapter provides an introduction to the Yocto + Project. + You will learn about features and challenges of the + Yocto Project, the layer model, components and tools, + development methods, the + Poky + reference distribution, the OpenEmbedded build system + workflow, and some basic Yocto terms. + + + The Yocto Project Development Environment: + This chapter helps you get started understanding the + Yocto Project development environment. + You will learn about open source, development hosts, + Yocto Project source repositories, workflows using Git + and the Yocto Project, a Git primer, and information + about licensing. + + + Yocto Project Concepts: + This chapter presents various concepts regarding the + Yocto Project. + You can find conceptual information about components, + development, cross-toolchains, and so forth. + + + + + + This manual does not give you the following: + + + Step-by-step Instructions for Development Tasks: + Instructional procedures reside in other manuals within + the Yocto Project documentation set. + For example, the + Yocto Project Development Tasks Manual + provides examples on how to perform various development + tasks. + As another example, the + Yocto Project Application Development and the Extensible Software Development Kit (eSDK) + manual contains detailed instructions on how to install an + SDK, which is used to develop applications for target + hardware. + + + Reference Material: + This type of material resides in an appropriate reference + manual. + For example, system variables are documented in the + Yocto Project Reference Manual. + As another example, the + Yocto Project Board Support Package (BSP) Developer's Guide + contains reference information on BSPs. + + + Detailed Public Information Not Specific to the + Yocto Project: + For example, exhaustive information on how to use the + Source Control Manager Git is better covered with Internet + searches and official Git Documentation than through the + Yocto Project documentation. + + + +
+ +
+ Other Information + + + Because this manual presents information for many different + topics, supplemental information is recommended for full + comprehension. + For additional introductory information on the Yocto Project, see + the Yocto Project Website. + If you want to build an image with no knowledge of Yocto Project + as a way of quickly testing it out, see the + Yocto Project Quick Build + document. + For a comprehensive list of links and other documentation, see the + "Links and Related Documentation" + section in the Yocto Project Reference Manual. + +
+
+ -- cgit v1.2.3