diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-06 19:17:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:28:34 +0100 |
commit | d4a82b30b7d3622d5e3101aeb333bbdb31622176 (patch) | |
tree | ad8ebb64f0363ad685ad6d6163cc4bf2ce4f535f /documentation/kernel-dev/common.rst | |
parent | f3540fc691c12aca637ddea71bd0090ddcc40e19 (diff) | |
download | poky-d4a82b30b7d3622d5e3101aeb333bbdb31622176.tar.gz |
manuals: reduce verbosity related to "the following" expression
(From yocto-docs rev: da9d1cfb5c084d172eff3cb10ec3631dd8266260)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | :: |