diff options
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 | ---------------------------------------------- |
