diff options
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/common.rst | 4 | ||||
-rw-r--r-- | documentation/kernel-dev/concepts-appx.rst | 3 | ||||
-rw-r--r-- | documentation/kernel-dev/faq.rst | 2 |
3 files changed, 4 insertions, 5 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 | :: |
diff --git a/documentation/kernel-dev/concepts-appx.rst b/documentation/kernel-dev/concepts-appx.rst index 63e67315fa..2101f374cb 100644 --- a/documentation/kernel-dev/concepts-appx.rst +++ b/documentation/kernel-dev/concepts-appx.rst | |||
@@ -379,8 +379,7 @@ or non-hardware. To better show this, consider a situation where the | |||
379 | yocto-kernel-cache/ktypes/base/hardware.kcf | 379 | yocto-kernel-cache/ktypes/base/hardware.kcf |
380 | yocto-kernel-cache/bsp/qemu-ppc32/hardware.kcf | 380 | yocto-kernel-cache/bsp/qemu-ppc32/hardware.kcf |
381 | 381 | ||
382 | The following list | 382 | Here are explanations for the various files: |
383 | provides explanations for the various files: | ||
384 | 383 | ||
385 | - ``hardware.kcf``: Specifies a list of kernel Kconfig files that | 384 | - ``hardware.kcf``: Specifies a list of kernel Kconfig files that |
386 | contain hardware options only. | 385 | contain hardware options only. |
diff --git a/documentation/kernel-dev/faq.rst b/documentation/kernel-dev/faq.rst index 8169511445..cffd1c4330 100644 --- a/documentation/kernel-dev/faq.rst +++ b/documentation/kernel-dev/faq.rst | |||
@@ -7,7 +7,7 @@ Kernel Development FAQ | |||
7 | Common Questions and Solutions | 7 | Common Questions and Solutions |
8 | ============================== | 8 | ============================== |
9 | 9 | ||
10 | The following lists some solutions for common questions. | 10 | Here are some solutions for common questions. |
11 | 11 | ||
12 | How do I use my own Linux kernel ``.config`` file? | 12 | How do I use my own Linux kernel ``.config`` file? |
13 | -------------------------------------------------- | 13 | -------------------------------------------------- |