]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kernel-dev: Updated kernel dev flow figure and supporting text.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 15 Aug 2017 19:50:47 +0000 (12:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Sep 2017 23:52:47 +0000 (00:52 +0100)
(From yocto-docs rev: 68dafc1a68d48a8fe5292185d5ca62d1bdcd80ab)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/kernel-dev/figures/kernel-dev-flow.png
documentation/kernel-dev/kernel-dev-intro.xml

index 009105d12230fc505e449e46454496f8940ae3af..dc04925984bbf0260ab5009507507b3d3b5ee1d5 100644 (file)
Binary files a/documentation/kernel-dev/figures/kernel-dev-flow.png and b/documentation/kernel-dev/figures/kernel-dev-flow.png differ
index bb03c60a2cc5e55857467ebf49219e38f3f8334f..95c50e4691c42fa5cb5f64c4bc7434b860fdfc28 100644 (file)
         This illustration and the following list summarizes the kernel
         modification general workflow.
         <imagedata fileref="figures/kernel-dev-flow.png"
-            width="6in" depth="5in" align="center" scalefit="1" />
+            width="9in" depth="5in" align="center" scalefit="1" />
     </para>
 
     <para>
             <listitem><para>
                 <emphasis>Set up Your Host Development System to Support
                 Development Using the Yocto Project</emphasis>:
-                See
-                "<ulink url='&YOCTO_DOCS_QS_URL;#the-linux-distro'>The Linux Distribution</ulink>"
-                and
-                "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>"
-                sections both in the Yocto Project Quick Start for
-                requirements.
-                </para></listitem>
-            <listitem><para>
-                <emphasis>Clone the <filename>poky</filename> Repository</emphasis>:
-                Having the
-                <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
-                on your system gives you access to the build process and tools
-                you need.
-                For information on how to get these files, see the
-                "<ulink url='&YOCTO_DOCS_DEV_URL;#cloning-the-poky-repository'>Cloning the <filename>poky</filename> Repository</ulink>"
-                section in the Yocto Project Development Manual.
+                See the
+                "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>Setting Up to Use the Yocto Project</ulink>"
+                section in the Yocto Project Quick Start for options on how
+                to get a build host ready to use the Yocto Project.
                 </para></listitem>
             <listitem><para>
                 <emphasis>Establish the Temporary Kernel Source Files</emphasis>: