diff options
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index bc638dcc40..17ff5c7877 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
| @@ -339,9 +339,17 @@ | |||
| 339 | 339 | ||
| 340 | <para> | 340 | <para> |
| 341 | The following command shows how to create a local copy of the | 341 | The following command shows how to create a local copy of the |
| 342 | <filename>linux-yocto-4.4</filename> kernel: | 342 | <filename>linux-yocto-4.9</filename> kernel: |
| 343 | <literallayout class='monospaced'> | 343 | <literallayout class='monospaced'> |
| 344 | $ git clone git://git.yoctoproject.org/linux-yocto-4.4 linux-yocto-4.4.git | 344 | $ git clone git://git.yoctoproject.org/linux-yocto-4.9 linux-yocto-4.9.git |
| 345 | Cloning into 'linux-yocto-4.9.git'... | ||
| 346 | remote: Counting objects: 5094108, done. | ||
| 347 | remote: Compressing objects: 100% (765113/765113), done. | ||
| 348 | remote: Total 5094108 (delta 4294009), reused 5088388 (delta 4288312) | ||
| 349 | Receiving objects: 100% (5094108/5094108), 1.02 GiB | 7.82 MiB/s, done. | ||
| 350 | Resolving deltas: 100% (4294009/4294009), done. | ||
| 351 | Checking connectivity... done. | ||
| 352 | Checking out files: 100% (56233/56233), done. | ||
| 345 | </literallayout> | 353 | </literallayout> |
| 346 | </para> | 354 | </para> |
| 347 | </section> | 355 | </section> |
