diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-09-01 14:12:19 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:49 +0100 |
| commit | bfe0fba09cd34cbc82949c22134a28483c943c58 (patch) | |
| tree | cd339713030b8bfdf5180dd00d257879b80c9d10 /documentation/kernel-dev | |
| parent | cce4bf737e90a217b9747a38b065d78647effc70 (diff) | |
| download | poky-bfe0fba09cd34cbc82949c22134a28483c943c58.tar.gz | |
kernel-dev: Added output to kernel clone example.
(From yocto-docs rev: d5880262ab74499fbeef620af7907ee6e5d328fd)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -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> |
