mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
documentation/dev-manual/dev-manual-intro.xml: minor edits.
Some indentations applied. Also, a few minor changes to some wordings. (From yocto-docs rev: a166f41a5bbf3590d8a2fabbee267bdd190f19dd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f00ad2924f
commit
90ed20051c
@@ -4,6 +4,8 @@
|
|||||||
<chapter id='dev-manual-intro'>
|
<chapter id='dev-manual-intro'>
|
||||||
|
|
||||||
<title>The Yocto Project Development Manual</title>
|
<title>The Yocto Project Development Manual</title>
|
||||||
|
<section id='intro'>
|
||||||
|
<title>Introduction</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Welcome to the Yocto Project Development Manual!
|
Welcome to the Yocto Project Development Manual!
|
||||||
@@ -13,7 +15,8 @@
|
|||||||
using the Yocto Project.
|
using the Yocto Project.
|
||||||
Because much of the information in this manual is general, it contains many references to other
|
Because much of the information in this manual is general, it contains many references to other
|
||||||
sources where you can find more detail.
|
sources where you can find more detail.
|
||||||
For example, detailed information on Git, repositories and open-source in general can be found in many places.
|
For example, detailed information on Git, repositories and open-source in general
|
||||||
|
can be found in many places.
|
||||||
Another example is how to get set up to use the Yocto Project, which our Yocto Project Quick Start covers.
|
Another example is how to get set up to use the Yocto Project, which our Yocto Project Quick Start covers.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -22,16 +25,6 @@
|
|||||||
Board Support Package (BSP), change the kernel source code, and re-configure the kernel.
|
Board Support Package (BSP), change the kernel source code, and re-configure the kernel.
|
||||||
You can find this information in the appendices of the manual.
|
You can find this information in the appendices of the manual.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section id='intro'>
|
|
||||||
<title>Introduction</title>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Welcome to the Yocto Project Development Guide!
|
|
||||||
This guide provides a general view of the development process using the Yocto Project.
|
|
||||||
This guide is just that – a guide.
|
|
||||||
It helps you understand the bigger picture involving development using the Yocto Project.
|
|
||||||
</para>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id='what-this-manual-provides'>
|
<section id='what-this-manual-provides'>
|
||||||
@@ -50,13 +43,13 @@
|
|||||||
applications.</para></listitem>
|
applications.</para></listitem>
|
||||||
<listitem><para>An overview and understanding of the emulation environment used with
|
<listitem><para>An overview and understanding of the emulation environment used with
|
||||||
the Yocto Project (QEMU).</para></listitem>
|
the Yocto Project (QEMU).</para></listitem>
|
||||||
<listitem><para>A discussion of target-level analysis techniques, tools, tips,
|
<!-- <listitem><para>A discussion of target-level analysis techniques, tools, tips,
|
||||||
and tricks.</para></listitem>
|
and tricks.</para></listitem>
|
||||||
<listitem><para>Considerations for deploying your final product.</para></listitem>
|
<listitem><para>Considerations for deploying your final product.</para></listitem> -->
|
||||||
<listitem><para>An understanding of basic kernel architecture and
|
<listitem><para>An understanding of basic kernel architecture and
|
||||||
concepts.</para></listitem>
|
concepts.</para></listitem>
|
||||||
<listitem><para>Information that will help you migrate an existing project to the
|
<!-- <listitem><para>Information that will help you migrate an existing project to the
|
||||||
Yocto Project development environment.</para></listitem>
|
Yocto Project development environment.</para></listitem> -->
|
||||||
<listitem><para>Many references to other sources of related information.</para></listitem>
|
<listitem><para>Many references to other sources of related information.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
@@ -74,7 +67,9 @@
|
|||||||
instruction on how to obtain and configure the Eclipse Yocto Plug-in.</para></listitem>
|
instruction on how to obtain and configure the Eclipse Yocto Plug-in.</para></listitem>
|
||||||
<listitem><para>Reference material.
|
<listitem><para>Reference material.
|
||||||
This type of material resides in an appropriate reference manual.
|
This type of material resides in an appropriate reference manual.
|
||||||
For example, system variables are documented in the Poky Reference Manual.</para></listitem>
|
For example, system variables are documented in the
|
||||||
|
<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'>
|
||||||
|
Yocto Project Reference Manual</ulink>.</para></listitem>
|
||||||
<listitem><para>Detailed public information that is not specific to the Yocto Project.
|
<listitem><para>Detailed public information that is not specific to the Yocto Project.
|
||||||
For example, exhaustive information on how to use Git is covered better through the
|
For example, exhaustive information on how to use Git is covered better through the
|
||||||
Internet than in this manual.</para></listitem>
|
Internet than in this manual.</para></listitem>
|
||||||
@@ -140,9 +135,9 @@
|
|||||||
lists, click on the following URLs and follow the instructions:
|
lists, click on the following URLs and follow the instructions:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><ulink url='http://lists.yoctoproject.org/listinfo/yocto'></ulink> for a
|
<listitem><para><ulink url='http://lists.yoctoproject.org/listinfo/yocto'></ulink> for a
|
||||||
Yocto Discussions mailing list.</para></listitem>
|
|
||||||
<listitem><para><ulink url='http://lists.yoctoproject.org/listinfo/poky'></ulink> for a
|
|
||||||
Yocto Project Discussions mailing list.</para></listitem>
|
Yocto Project Discussions mailing list.</para></listitem>
|
||||||
|
<listitem><para><ulink url='http://lists.yoctoproject.org/listinfo/poky'></ulink> for a
|
||||||
|
Yocto Project Discussions mailing list about the Poky build system.</para></listitem>
|
||||||
<listitem><para><ulink url='http://lists.yoctoproject.org/listinfo/yocto-announce'></ulink>
|
<listitem><para><ulink url='http://lists.yoctoproject.org/listinfo/yocto-announce'></ulink>
|
||||||
for a mailing list to receive offical Yocto Project announcements for developments and
|
for a mailing list to receive offical Yocto Project announcements for developments and
|
||||||
as well as Yocto Project milestones.</para></listitem>
|
as well as Yocto Project milestones.</para></listitem>
|
||||||
@@ -176,11 +171,10 @@
|
|||||||
primarily for handheld and mobile devices.</para></listitem>
|
primarily for handheld and mobile devices.</para></listitem>
|
||||||
<listitem><para><emphasis>
|
<listitem><para><emphasis>
|
||||||
<ulink url='http://wiki.qemu.org/Index.html'>QEMU</ulink>:
|
<ulink url='http://wiki.qemu.org/Index.html'>QEMU</ulink>:
|
||||||
</emphasis> An open source machine emulator and virtualizer.</para></listitem>
|
</emphasis> An open-source machine emulator and virtualizer.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
<!--
|
<!--
|
||||||
vim: expandtab tw=80 ts=4
|
vim: expandtab tw=80 ts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user