diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 36387eeb6e..7562aa5fb2 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -5,52 +5,123 @@
The Yocto Project Development Manual
+
+ WRITER NOTE: The goal of this manual is to provide an over-arching development guide for using the Yocto Project.
+ The intent is to give the reader the “big picture” around development.
+ Much of the information in the manual will be detailed in other manuals.
+ For example, detailed information on Git, repositories and open-source in general can be found in many places.
+ Another example is getting set up to use the Yocto Project, which our Yocto Project Quick Start covers.
+ However, this manual needs to at least address it.
+ One might ask “What becomes of the Poky Reference Manual?”
+ This manual, over time, needs to develop into a pure reference manual where all procedural information
+ eventually ends up in an appropriate guide.
+ A good example of information perfect for the Poky Reference Manual is the appendix on variable
+ definitions (glossary).
+
+
Introduction
+
- The Yocto Project presents the kernel as a fully patched, history-clean Git
- repository.
- The Git tree represents the selected features, board support,
- and configurations extensively tested by Yocto Project.
- The Yocto Project kernel allows the end user to leverage community
- best practices to seamlessly manage the development, build and debug cycles.
-
-
- This manual describes the Yocto Project kernel by providing information
- on its history, organization, benefits, and use.
- The manual consists of two sections:
-
- Concepts - Describes concepts behind the kernel.
- You will understand how the kernel is organized and why it is organized in
- the way it is. You will understand the benefits of the kernel's organization
- and the mechanisms used to work with the kernel and how to apply it in your
- design process.
- Using the Kernel - Describes best practices and "how-to" information
- that lets you put the kernel to practical use. Some examples are "How to Build a
- Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel
- Modifications."
-
-
-
- For more information on the kernel, see the following links:
-
-
-
-
-
-
- You can find more information on Yocto Project by visiting the website at
- .
-
+ Welcome to the Yocto Project Development Guide!
+ This guide provides an over-arching view of the development process within the Yocto Project.
+ This guide is just that – a guide.
+ It helps you understand the bigger picture involving development using the Yocto Project.
+
+ What this Manual Provides
+
+ The following list describes what you can get from this guide:
+
+ A general idea of and references to information that lets you get set
+ up to develop using the Yocto Project.
+ Information to help developers that are new to the open source environment
+ and to the distributed revision control system Git, which the Yocto Project
+ uses.
+ An understanding of common end-to-end development models.
+ Development case overviews for both system development and user-space
+ applications.
+ An overview and understanding of the emulation environment used with
+ the Yocto Project (QEMU).
+ A discussion of target-level analysis techniques, tools, tips,
+ and tricks.
+ Considerations for deploying your final product.
+ An understanding of basic kernel architecture and
+ concepts.
+ Information that will help you migrate an existing project to the
+ Yocto Project development environment.
+
+
+
+
+ What this Manual Does Not Provide
+
+ This manual will not give you the following:
+
+ Step-by-step instructions when these instructions exist in other Yocto
+ Project documentation.
+ For example, The Application Development Toolkit (ADT) User’s Guide contains detailed
+ instruction on how to obtain and configure the Eclipse Yocto Plug-in.
+ Reference material.
+ This type of material resides in an appropriate reference manual.
+ For example, system variables are documented in the Poky Reference Manual.
+ Detailed public information that is not specific to the Yocto Project.
+ For example, exhaustive information on how to use Git is better covered in the public
+ domain than in this manual.
+
+
+
-
-
+
+