diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-10-26 18:50:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-27 13:23:00 +0000 |
| commit | 08d7d5c2433c9f54567c558e551771a3d08e272f (patch) | |
| tree | acac016c9cad680d4a0bed52661f3add9aa8bf57 /documentation/kernel-dev/kernel-dev-faq.rst | |
| parent | 5d75168a13d00253460020e536b2a87833ec67d2 (diff) | |
| download | poky-08d7d5c2433c9f54567c558e551771a3d08e272f.tar.gz | |
docs: kernel-dev: fix typos, highlights and links
(From yocto-docs rev: a69247321ff34cb0a2b9a8cc62020ec7f3aad834)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-faq.rst')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-faq.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/documentation/kernel-dev/kernel-dev-faq.rst b/documentation/kernel-dev/kernel-dev-faq.rst index 70bf4a2d4b..c9f2102c7d 100644 --- a/documentation/kernel-dev/kernel-dev-faq.rst +++ b/documentation/kernel-dev/kernel-dev-faq.rst | |||
| @@ -50,13 +50,13 @@ How do I install a specific kernel module? | |||
| 50 | 50 | ||
| 51 | Linux kernel modules are packaged individually. To ensure a | 51 | Linux kernel modules are packaged individually. To ensure a |
| 52 | specific kernel module is included in an image, include it in the | 52 | specific kernel module is included in an image, include it in the |
| 53 | appropriate machine | 53 | appropriate machine :term:`RRECOMMENDS` variable. |
| 54 | :term:`RRECOMMENDS` variable. | ||
| 55 | These other variables are useful for installing specific modules: | 54 | These other variables are useful for installing specific modules: |
| 56 | :term:`MACHINE_ESSENTIAL_EXTRA_RDEPENDS` | 55 | - :term:`MACHINE_ESSENTIAL_EXTRA_RDEPENDS` |
| 57 | :term:`MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS` | 56 | - :term:`MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS` |
| 58 | :term:`MACHINE_EXTRA_RDEPENDS` | 57 | - :term:`MACHINE_EXTRA_RDEPENDS` |
| 59 | :term:`MACHINE_EXTRA_RRECOMMENDS` | 58 | - :term:`MACHINE_EXTRA_RRECOMMENDS` |
| 59 | |||
| 60 | For example, set the following in the ``qemux86.conf`` file to include | 60 | For example, set the following in the ``qemux86.conf`` file to include |
| 61 | the ``ab123`` kernel modules with images built for the ``qemux86`` | 61 | the ``ab123`` kernel modules with images built for the ``qemux86`` |
| 62 | machine: | 62 | machine: |
| @@ -64,9 +64,8 @@ machine: | |||
| 64 | 64 | ||
| 65 | MACHINE_EXTRA_RRECOMMENDS += "kernel-module-ab123" | 65 | MACHINE_EXTRA_RRECOMMENDS += "kernel-module-ab123" |
| 66 | 66 | ||
| 67 | For more | 67 | For more information, see the |
| 68 | information, see the "`Incorporating Out-of-Tree | 68 | ":ref:`kernel-dev/kernel-dev-common:incorporating out-of-tree modules`" section. |
| 69 | Modules <#incorporating-out-of-tree-modules>`__" section. | ||
| 70 | 69 | ||
| 71 | How do I change the Linux kernel command line? | 70 | How do I change the Linux kernel command line? |
| 72 | ---------------------------------------------- | 71 | ---------------------------------------------- |
