diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index cea3ce7405..0fede0c012 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -338,7 +338,7 @@ section: | |||
338 | the ``yocto-4.12`` branch. | 338 | the ``yocto-4.12`` branch. |
339 | 339 | ||
340 | The following commands show how to create a local copy of the | 340 | The following commands show how to create a local copy of the |
341 | ``yocto-kernel-cache`` and be in the ``yocto-4.12`` branch:: | 341 | ``yocto-kernel-cache`` and switch to the ``yocto-4.12`` branch:: |
342 | 342 | ||
343 | $ cd ~ | 343 | $ cd ~ |
344 | $ git clone git://git.yoctoproject.org/yocto-kernel-cache --branch yocto-4.12 | 344 | $ git clone git://git.yoctoproject.org/yocto-kernel-cache --branch yocto-4.12 |
@@ -491,7 +491,7 @@ As an example, consider the following append file used by the BSPs in | |||
491 | 491 | ||
492 | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 492 | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend |
493 | 493 | ||
494 | The following listing shows the file. Be aware that the actual commit ID | 494 | Here are the contents of this file. Be aware that the actual commit ID |
495 | strings in this example listing might be different than the actual | 495 | strings in this example listing might be different than the actual |
496 | strings in the file from the ``meta-yocto-bsp`` layer upstream. | 496 | strings in the file from the ``meta-yocto-bsp`` layer upstream. |
497 | :: | 497 | :: |