diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-08-15 12:50:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:47 +0100 |
commit | 9648d0b9055899b66558c9ae6bc35318cd2976b6 (patch) | |
tree | 7de67febc8073a4f2619e43e840ebaed0a993850 | |
parent | 625613aad7c166c6b0996762bccf2326c45cdb65 (diff) | |
download | poky-9648d0b9055899b66558c9ae6bc35318cd2976b6.tar.gz |
kernel-dev: Updated kernel dev flow figure and supporting text.
(From yocto-docs rev: 68dafc1a68d48a8fe5292185d5ca62d1bdcd80ab)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-dev/figures/kernel-dev-flow.png | bin | 35561 -> 52710 bytes | |||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 22 |
2 files changed, 5 insertions, 17 deletions
diff --git a/documentation/kernel-dev/figures/kernel-dev-flow.png b/documentation/kernel-dev/figures/kernel-dev-flow.png index 009105d122..dc04925984 100644 --- a/documentation/kernel-dev/figures/kernel-dev-flow.png +++ b/documentation/kernel-dev/figures/kernel-dev-flow.png | |||
Binary files differ | |||
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index bb03c60a2c..95c50e4691 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -119,7 +119,7 @@ | |||
119 | This illustration and the following list summarizes the kernel | 119 | This illustration and the following list summarizes the kernel |
120 | modification general workflow. | 120 | modification general workflow. |
121 | <imagedata fileref="figures/kernel-dev-flow.png" | 121 | <imagedata fileref="figures/kernel-dev-flow.png" |
122 | width="6in" depth="5in" align="center" scalefit="1" /> | 122 | width="9in" depth="5in" align="center" scalefit="1" /> |
123 | </para> | 123 | </para> |
124 | 124 | ||
125 | <para> | 125 | <para> |
@@ -127,22 +127,10 @@ | |||
127 | <listitem><para> | 127 | <listitem><para> |
128 | <emphasis>Set up Your Host Development System to Support | 128 | <emphasis>Set up Your Host Development System to Support |
129 | Development Using the Yocto Project</emphasis>: | 129 | Development Using the Yocto Project</emphasis>: |
130 | See | 130 | See the |
131 | "<ulink url='&YOCTO_DOCS_QS_URL;#the-linux-distro'>The Linux Distribution</ulink>" | 131 | "<ulink url='&YOCTO_DOCS_QS_URL;#yp-resources'>Setting Up to Use the Yocto Project</ulink>" |
132 | and | 132 | section in the Yocto Project Quick Start for options on how |
133 | "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Build Host Packages</ulink>" | 133 | to get a build host ready to use the Yocto Project. |
134 | sections both in the Yocto Project Quick Start for | ||
135 | requirements. | ||
136 | </para></listitem> | ||
137 | <listitem><para> | ||
138 | <emphasis>Clone the <filename>poky</filename> Repository</emphasis>: | ||
139 | Having the | ||
140 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> | ||
141 | on your system gives you access to the build process and tools | ||
142 | you need. | ||
143 | For information on how to get these files, see the | ||
144 | "<ulink url='&YOCTO_DOCS_DEV_URL;#cloning-the-poky-repository'>Cloning the <filename>poky</filename> Repository</ulink>" | ||
145 | section in the Yocto Project Development Manual. | ||
146 | </para></listitem> | 134 | </para></listitem> |
147 | <listitem><para> | 135 | <listitem><para> |
148 | <emphasis>Establish the Temporary Kernel Source Files</emphasis>: | 136 | <emphasis>Establish the Temporary Kernel Source Files</emphasis>: |