summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 13:23:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:52 +0100
commit7fa2c8f6f7f6d358646edf8264d259d9f017aeae (patch)
treec285fd309a66f3b8a7c5f11bf994f26bf1e0694a /documentation/dev-manual/dev-manual-start.xml
parent18d6adb73e734c6ec66ce5ca58af7fa6ce7ec12c (diff)
downloadpoky-7fa2c8f6f7f6d358646edf8264d259d9f017aeae.tar.gz
bsp-guide, dev-manual: Updated for 3.10 default kernel
YP 1.5 default kernel is 3.10. This is a change from 3.8 in the previous release. This change affected several areas of the documentation. 1. The BSP Guide had a crownbay BSP structure that did not account for the new default. 2. The yocto-bsp tool output still asked for the 3.8 kernel as the default. 3. The recipes-bsp section had 3.8 used and had some bad listings that had to be changed. 4. The recipes-graphics section had 3.8 used and also had some stuff supporting two versions of the graphics (emgd and noemgd). I had to pull the emgd stuff. 5. There were miscellaneous spots in the dev-manual that were referencing 3.8 as the default kernel. Particularly the list that shows what kernel repositories we have. That needed updating. (From yocto-docs rev: 9826ce760884f2ce5a4eb72c6a731a85cd6f2b2b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml63
1 files changed, 33 insertions, 30 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 092039368c..63595cfcf6 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -122,11 +122,11 @@
122 <literallayout class='monospaced'> 122 <literallayout class='monospaced'>
123 $ git clone git://git.yoctoproject.org/poky 123 $ git clone git://git.yoctoproject.org/poky
124 Cloning into 'poky'... 124 Cloning into 'poky'...
125 remote: Counting objects: 183981, done. 125 remote: Counting objects: 203728, done.
126 remote: Compressing objects: 100% (47428/47428), done. 126 remote: Compressing objects: 100% (52371/52371), done.
127 remote: Total 183981 (delta 132271), reused 183703 (delta 132044) 127 remote: Total 203728 (delta 147444), reused 202891 (delta 146614)
128 Receiving objects: 100% (183981/183981), 89.71 MiB | 2.93 MiB/s, done. 128 Receiving objects: 100% (203728/203728), 95.54 MiB | 308 KiB/s, done.
129 Resolving deltas: 100% (132271/132271), done. 129 Resolving deltas: 100% (147444/147444), done.
130 </literallayout></para> 130 </literallayout></para>
131 <para>For another example of how to set up your own local Git repositories, see this 131 <para>For another example of how to set up your own local Git repositories, see this
132 <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> 132 <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>
@@ -145,27 +145,28 @@
145 For simplicity, it is recommended that you create these structures outside of the 145 For simplicity, it is recommended that you create these structures outside of the
146 Source Directory (usually <filename>poky</filename>).</para> 146 Source Directory (usually <filename>poky</filename>).</para>
147 <para>As an example, the following transcript shows how to create the bare clone 147 <para>As an example, the following transcript shows how to create the bare clone
148 of the <filename>linux-yocto-3.8</filename> kernel and then create a copy of 148 of the <filename>linux-yocto-3.10</filename> kernel and then create a copy of
149 that clone. 149 that clone.
150 <note>When you have a local Yocto Project kernel Git repository, you can 150 <note>When you have a local Yocto Project kernel Git repository, you can
151 reference that repository rather than the upstream Git repository as 151 reference that repository rather than the upstream Git repository as
152 part of the <filename>clone</filename> command. 152 part of the <filename>clone</filename> command.
153 Doing so can speed up the process.</note></para> 153 Doing so can speed up the process.</note></para>
154 <para>In the following example, the bare clone is named 154 <para>In the following example, the bare clone is named
155 <filename>linux-yocto-3.8.git</filename>, while the 155 <filename>linux-yocto-3.10.git</filename>, while the
156 copy is named <filename>my-linux-yocto-3.8-work</filename>: 156 copy is named <filename>my-linux-yocto-3.10-work</filename>:
157 <literallayout class='monospaced'> 157 <literallayout class='monospaced'>
158 $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.8 linux-yocto-3.8.git 158 $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.10 linux-yocto-3.10.git
159 Cloning into bare repository 'linux-yocto-3.8.git'... 159 Cloning into bare repository 'linux-yocto-3.10.git'...
160 remote: Counting objects: 2847090, done. 160 remote: Counting objects: 3364487, done.
161 remote: Compressing objects: 100% (454675/454675), done. 161 remote: Compressing objects: 100% (507178/507178), done.
162 remote: Total 2847090 (delta 2386170), reused 2825793 (delta 2364886) 162 remote: Total 3364487 (delta 2827715), reused 3364481 (delta 2827709)
163 Receiving objects: 100% (2847090/2847090), 603.19 MiB | 3.54 MiB/s, done. 163 Receiving objects: 100% (3364487/3364487), 722.95 MiB | 423 KiB/s, done.
164 Resolving deltas: 100% (2386170/2386170), done. </literallayout></para> 164 Resolving deltas: 100% (2827715/2827715), done.
165 </literallayout></para>
165 <para>Now create a clone of the bare clone just created: 166 <para>Now create a clone of the bare clone just created:
166 <literallayout class='monospaced'> 167 <literallayout class='monospaced'>
167 $ git clone linux-yocto-3.8.git my-linux-yocto-3.8-work 168 $ git clone linux-yocto-3.10.git my-linux-yocto-3.10-work
168 Cloning into 'my-linux-yocto-3.8-work'... 169 Cloning into 'my-linux-yocto-3.10-work'...
169 done. 170 done.
170 </literallayout></para></listitem> 171 </literallayout></para></listitem>
171 <listitem id='meta-yocto-kernel-extras-repo'><para><emphasis> 172 <listitem id='meta-yocto-kernel-extras-repo'><para><emphasis>
@@ -189,11 +190,12 @@
189 $ cd ~/poky 190 $ cd ~/poky
190 $ git clone git://git.yoctoproject.org/meta-yocto-kernel-extras meta-yocto-kernel-extras 191 $ git clone git://git.yoctoproject.org/meta-yocto-kernel-extras meta-yocto-kernel-extras
191 Cloning into 'meta-yocto-kernel-extras'... 192 Cloning into 'meta-yocto-kernel-extras'...
192 remote: Counting objects: 690, done. 193 remote: Counting objects: 727, done.
193 remote: Compressing objects: 100% (431/431), done. 194 remote: Compressing objects: 100% (452/452), done.
194 remote: Total 690 (delta 238), reused 690 (delta 238) 195 remote: Total 727 (delta 260), reused 719 (delta 252)
195 Receiving objects: 100% (690/690), 532.60 KiB, done. 196 Receiving objects: 100% (727/727), 536.36 KiB | 102 KiB/s, done.
196 Resolving deltas: 100% (238/238), done. </literallayout></para></listitem> 197 Resolving deltas: 100% (260/260), done.
198 </literallayout></para></listitem>
197 <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board 199 <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board
198 Support Packages (BSPs):</emphasis> 200 Support Packages (BSPs):</emphasis>
199 The Yocto Project provides a layer called <filename>meta-intel</filename> and 201 The Yocto Project provides a layer called <filename>meta-intel</filename> and
@@ -246,16 +248,17 @@
246 $ cd ~/poky 248 $ cd ~/poky
247 $ git clone git://git.yoctoproject.org/meta-intel.git 249 $ git clone git://git.yoctoproject.org/meta-intel.git
248 Cloning into 'meta-intel'... 250 Cloning into 'meta-intel'...
249 remote: Counting objects: 6264, done. 251 remote: Counting objects: 7366, done.
250 remote: Compressing objects: 100% (2135/2135), done. 252 remote: Compressing objects: 100% (2491/2491), done.
251 remote: Total 6264 (delta 3321), reused 6235 (delta 3293) 253 remote: Total 7366 (delta 3997), reused 7299 (delta 3930)
252 Receiving objects: 100% (6264/6264), 2.17 MiB | 2.63 MiB/s, done. 254 Receiving objects: 100% (7366/7366), 2.31 MiB | 95 KiB/s, done.
253 Resolving deltas: 100% (3321/3321), done. 255 Resolving deltas: 100% (3997/3997), done.
254 </literallayout></para> 256 </literallayout></para>
255 <para>The same 257 <para>The same
256 <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> 258 <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>wiki page</ulink>
257 wiki page</ulink> referenced earlier covers how to 259 referenced earlier covers how to
258 set up the <filename>meta-intel</filename> Git repository.</para></listitem> 260 set up the <filename>meta-intel</filename> Git repository.
261 </para></listitem>
259 </itemizedlist></para></listitem> 262 </itemizedlist></para></listitem>
260 <listitem><para><emphasis>Eclipse Yocto Plug-in:</emphasis> If you are developing 263 <listitem><para><emphasis>Eclipse Yocto Plug-in:</emphasis> If you are developing
261 applications using the Eclipse Integrated Development Environment (IDE), 264 applications using the Eclipse Integrated Development Environment (IDE),