diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-intro.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 22 |
1 files changed, 5 insertions, 17 deletions
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>: |