diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 815695652b..83fe98bf05 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -746,7 +746,7 @@ the extensible SDK and ``devtool``. | |||
746 | 746 | ||
747 | Before attempting this procedure, be sure you have performed the | 747 | Before attempting this procedure, be sure you have performed the |
748 | steps to get ready for updating the kernel as described in the | 748 | steps to get ready for updating the kernel as described in the |
749 | ":ref:`kernel-dev/common:getting ready to develop using \`\`devtool\`\``" | 749 | ":ref:`kernel-dev/common:getting ready to develop using ``devtool```" |
750 | section. | 750 | section. |
751 | 751 | ||
752 | Patching the kernel involves changing or adding configurations to an | 752 | Patching the kernel involves changing or adding configurations to an |
@@ -759,7 +759,7 @@ output at boot time through ``printk`` statements in the kernel's | |||
759 | ``calibrate.c`` source code file. Applying the patch and booting the | 759 | ``calibrate.c`` source code file. Applying the patch and booting the |
760 | modified image causes the added messages to appear on the emulator's | 760 | modified image causes the added messages to appear on the emulator's |
761 | console. The example is a continuation of the setup procedure found in | 761 | console. The example is a continuation of the setup procedure found in |
762 | the ":ref:`kernel-dev/common:getting ready to develop using \`\`devtool\`\``" Section. | 762 | the ":ref:`kernel-dev/common:getting ready to develop using ``devtool```" Section. |
763 | 763 | ||
764 | 1. *Check Out the Kernel Source Files:* First you must use ``devtool`` | 764 | 1. *Check Out the Kernel Source Files:* First you must use ``devtool`` |
765 | to checkout the kernel source code in its workspace. Be sure you are | 765 | to checkout the kernel source code in its workspace. Be sure you are |
@@ -768,7 +768,7 @@ the ":ref:`kernel-dev/common:getting ready to develop using \`\`devtool\`\``" Se | |||
768 | .. note:: | 768 | .. note:: |
769 | 769 | ||
770 | See this step in the | 770 | See this step in the |
771 | ":ref:`kernel-dev/common:getting ready to develop using \`\`devtool\`\``" | 771 | ":ref:`kernel-dev/common:getting ready to develop using ``devtool```" |
772 | section for more information. | 772 | section for more information. |
773 | 773 | ||
774 | Use the following ``devtool`` command to check out the code:: | 774 | Use the following ``devtool`` command to check out the code:: |
@@ -883,7 +883,7 @@ the ":ref:`kernel-dev/common:getting ready to develop using \`\`devtool\`\``" Se | |||
883 | .. note:: | 883 | .. note:: |
884 | 884 | ||
885 | See Step 3 of the | 885 | See Step 3 of the |
886 | ":ref:`kernel-dev/common:getting ready to develop using \`\`devtool\`\``" | 886 | ":ref:`kernel-dev/common:getting ready to develop using ``devtool```" |
887 | section for information on setting up this layer. | 887 | section for information on setting up this layer. |
888 | 888 | ||
889 | Once the command | 889 | Once the command |
@@ -1271,7 +1271,7 @@ appear in the ``.config`` file, which is in the :term:`Build Directory`. | |||
1271 | 1271 | ||
1272 | For more information about where the ``.config`` file is located, see the | 1272 | For more information about where the ``.config`` file is located, see the |
1273 | example in the | 1273 | example in the |
1274 | ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 1274 | ":ref:`kernel-dev/common:using ``menuconfig```" |
1275 | section. | 1275 | section. |
1276 | 1276 | ||
1277 | It is simple to create a configuration fragment. One method is to use | 1277 | It is simple to create a configuration fragment. One method is to use |
@@ -1367,7 +1367,7 @@ when you override a policy configuration in a hardware configuration | |||
1367 | fragment. | 1367 | fragment. |
1368 | 1368 | ||
1369 | In order to run this task, you must have an existing ``.config`` file. | 1369 | In order to run this task, you must have an existing ``.config`` file. |
1370 | See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" section for | 1370 | See the ":ref:`kernel-dev/common:using ``menuconfig```" section for |
1371 | information on how to create a configuration file. | 1371 | information on how to create a configuration file. |
1372 | 1372 | ||
1373 | Here is sample output from the ``do_kernel_configcheck`` task: | 1373 | Here is sample output from the ``do_kernel_configcheck`` task: |
@@ -1440,7 +1440,7 @@ and | |||
1440 | tasks until they produce no warnings. | 1440 | tasks until they produce no warnings. |
1441 | 1441 | ||
1442 | For more information on how to use the ``menuconfig`` tool, see the | 1442 | For more information on how to use the ``menuconfig`` tool, see the |
1443 | :ref:`kernel-dev/common:using \`\`menuconfig\`\`` section. | 1443 | :ref:`kernel-dev/common:using ``menuconfig``` section. |
1444 | 1444 | ||
1445 | Fine-Tuning the Kernel Configuration File | 1445 | Fine-Tuning the Kernel Configuration File |
1446 | ----------------------------------------- | 1446 | ----------------------------------------- |