mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f3540fc691
commit
d4a82b30b7
@@ -338,7 +338,7 @@ section:
|
||||
the ``yocto-4.12`` branch.
|
||||
|
||||
The following commands show how to create a local copy of the
|
||||
``yocto-kernel-cache`` and be in the ``yocto-4.12`` branch::
|
||||
``yocto-kernel-cache`` and switch to the ``yocto-4.12`` branch::
|
||||
|
||||
$ cd ~
|
||||
$ 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
|
||||
|
||||
meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend
|
||||
|
||||
The following listing shows the file. Be aware that the actual commit ID
|
||||
Here are the contents of this file. Be aware that the actual commit ID
|
||||
strings in this example listing might be different than the actual
|
||||
strings in the file from the ``meta-yocto-bsp`` layer upstream.
|
||||
::
|
||||
|
||||
@@ -379,8 +379,7 @@ or non-hardware. To better show this, consider a situation where the
|
||||
yocto-kernel-cache/ktypes/base/hardware.kcf
|
||||
yocto-kernel-cache/bsp/qemu-ppc32/hardware.kcf
|
||||
|
||||
The following list
|
||||
provides explanations for the various files:
|
||||
Here are explanations for the various files:
|
||||
|
||||
- ``hardware.kcf``: Specifies a list of kernel Kconfig files that
|
||||
contain hardware options only.
|
||||
|
||||
@@ -7,7 +7,7 @@ Kernel Development FAQ
|
||||
Common Questions and Solutions
|
||||
==============================
|
||||
|
||||
The following lists some solutions for common questions.
|
||||
Here are some solutions for common questions.
|
||||
|
||||
How do I use my own Linux kernel ``.config`` file?
|
||||
--------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user